[Lunar-commits] CVS: moonbase/gnome2-apps/dbus BUILD, NONE, 1.1.2.1 DEPENDS, NONE, 1.1.2.1 DETAILS, NONE, 1.1.2.1 POST_INSTALL, NONE, 1.1.2.1

Nick Hudson nhudson at lunar-linux.org
Wed Aug 11 01:49:31 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-apps/dbus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30628/dbus

Added Files:
      Tag: GNOME_UNSTABLE
	BUILD DEPENDS DETAILS POST_INSTALL 
Log Message:

Putting hal and dbus into GNOME_UNSTABLE right now these seem to work great and communicate with each other with nestu's way of setting up udev.  Of couse this will not work unless you have udev installed correctly 


--- NEW FILE: BUILD ---
(

   export OPTS="$OPTS --with-xml=expat --enable-python --enable-glib --enable-asserts --enable-checks --enable-verbose-mode --disable-mono-docs --with-system-pid-file=/var/run/dbus/dbus.pid --with-system-socket=/var/lib/dbus/system_bus_socket --with-session-socket-dir=/tmp" &&
   ./autogen.sh   &&
   default_build  

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends pkgconfig  &&
depends expat      &&
depends libxml2    &&
depends glib-2     &&
depends Pyrex      &&
depends udev       &&

optional_depends "gtk+-2"    "--enable-gtk"        "" "gtk bindings"     &&
optional_depends "qt3"       "--enable-qt"         "" "qt bindings"      &&
optional_depends "gtk-sharp" "--enable-mono"       "" "mono c# bindings" &&
optional_depends "doxygen" "--enable-doxygen-docs" "" "build doxygen documentation"

--- NEW FILE: DETAILS ---
          MODULE=dbus
         VERSION=0.22.20040725
          SOURCE=$MODULE-cvs-20040725.tar.bz2
      SOURCE_URL=http://ninjaskills.org/~joem/$SOURCE
     #SOURCE_URL=http://freedesktop.org/Software/dbus/releases/$SOURCE
SOURCE_DIRECTORY=/$BUILD_DIRECTORY/$MODULE-cvs
        WEB_SITE=http://dbus.freedesktop.org
         ENTERED=20031219
         UPDATED=20040808
         MAINTAINER=nhudson at lunar-linux.org
          SHORT="D-BUS is a message bus system for applications."

cat << EOF
D-BUS is a message bus system, a simple way for applications to talk 
to one another. It supplies both a system daemon and a 
per-user-login-session daemon.  Also, the message bus is built on top 
of general one-to-one message passing framework, which can be used by
any two apps to communicate directly.
EOF

--- NEW FILE: POST_INSTALL ---
useradd messagebus 2>/dev/null 
mkdir -p /var/run/dbus        
mkdir -p /var/lib/dbus        
chown -R messagebus /var/run/dbus 
chown -R messagebus /var/lib/dbus



More information about the Lunar-commits mailing list