mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
3.7 KiB

  1. diff -dur dbus-glib-0.71/tools/Makefile.in build/crystal-distro-k6III-TRUNK-x86-k6-3-32-crystal-expert/ROCK/src.dbus-glib.1154591626.24357.3315736450/dbus-glib-0.71/tools/Makefile.in
  2. --- dbus-glib-0.71/tools/Makefile.in 2006-07-24 20:41:57.000000000 +0200
  3. +++ build/crystal-distro-k6III-TRUNK-x86-k6-3-32-crystal-expert/ROCK/src.dbus-glib.1154591626.24357.3315736450/dbus-glib-0.71/tools/Makefile.in 2006-08-03 10:20:14.000000000 +0200
  4. @@ -487,7 +487,7 @@
  5. $(top_builddir)/dbus/dbus-binding-tool --mode=glib-client --output=dbus-glib-bindings.h dbus-bus-introspect.xml
  6. dbus-bus-introspect.xml:
  7. - DBUS_TOP_BUILDDIR=$(top_builddir) dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
  8. + DBUS_TOP_BUILDDIR=$(top_builddir) ./run-with-tmp-session-bus.sh dbus-send --session --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
  9. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  10. # Otherwise a system limit (for SysV at least) may be exceeded.
  11. .NOEXPORT:
  12. diff -dur dbus-glib-0.71/tools/session.conf build/crystal-distro-k6III-TRUNK-x86-k6-3-32-crystal-expert/ROCK/src.dbus-glib.1154591626.24357.3315736450/dbus-glib-0.71/tools/session.conf
  13. --- dbus-glib-0.71/tools/session.conf 2006-08-03 10:20:39.000000000 +0200
  14. +++ build/crystal-distro-k6III-TRUNK-x86-k6-3-32-crystal-expert/ROCK/src.dbus-glib.1154591626.24357.3315736450/dbus-glib-0.71/tools/session.conf 2006-07-28 21:00:04.000000000 +0200
  15. @@ -0,0 +1,30 @@
  16. +<!-- This configuration file controls the per-user-login-session message bus.
  17. + Add a session-local.conf and edit that rather than changing this
  18. + file directly. -->
  19. +
  20. +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  21. + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  22. +<busconfig>
  23. + <!-- Our well-known bus type, don't change this -->
  24. + <type>session</type>
  25. +
  26. + <listen>unix:tmpdir=/tmp</listen>
  27. +
  28. + <servicedir>/usr/share/dbus-1/services</servicedir>
  29. +
  30. + <policy context="default">
  31. + <!-- Allow everything to be sent -->
  32. + <allow send_destination="*"/>
  33. + <!-- Allow everything to be received -->
  34. + <allow eavesdrop="true"/>
  35. + <!-- Allow anyone to own anything -->
  36. + <allow own="*"/>
  37. + </policy>
  38. +
  39. + <!-- This is included last so local configuration can override what's
  40. + in this standard file -->
  41. + <include ignore_missing="yes">session-local.conf</include>
  42. +
  43. + <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
  44. +
  45. +</busconfig>
  46. --- dbus-glib-0.71/tools/Makefile.am 2006-07-17 19:00:39.000000000 +0200
  47. +++ build/crystal-distro-k6III-TRUNK-x86-k6-3-32-crystal-expert/ROCK/src.dbus-glib.1154591626.24357.3315736450/dbus-glib-0.71/tools/Makefile.am 2006-08-03 10:24:54.000000000 +0200
  48. @@ -9,7 +9,7 @@
  49. BUILT_SOURCES = dbus-glib-bindings.h dbus-bus-introspect.xml
  50. dbus-bus-introspect.xml:
  51. - DBUS_TOP_BUILDDIR=$(top_builddir) dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
  52. + DBUS_TOP_BUILDDIR=$(top_builddir) ./run-with-tmp-session-bus.sh dbus-send --session --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
  53. EXTRA_DIST = run-with-tmp-session-bus.sh