[Lunar-commits] CVS: moonbase/gnome2-apps/hal BUILD, 1.1.2.5, 1.1.2.6 DEPENDS, 1.1.2.1, 1.1.2.2 DETAILS, 1.1.2.4, 1.1.2.5

Nick Hudson nhudson at lunar-linux.org
Thu Oct 28 21:18:11 UTC 2004


Update of /var/cvs/lunar/moonbase/gnome2-apps/hal
In directory espresso.foo-projects.org:/tmp/cvs-serv3911/hal

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD DEPENDS DETAILS 
Log Message:

Fixing hal where it should be working now with a 2.6 kernel, I still need 
work out some issues I have been having with boot order.  Adding tomboy
to GNOME_UNSTABLE also


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/BUILD,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- BUILD	14 Oct 2004 21:07:32 -0000	1.1.2.5
+++ BUILD	28 Oct 2004 21:18:09 -0000	1.1.2.6
@@ -1,9 +1,29 @@
 (
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
-  export OPTS="$OPTS --disable-docbook-docs --enable-fstab-sync --enable-mnt-noop --with-mnt-root=/media --with-mnt-noop=managed --enable-mnt-noop-sec --with-mnt-noop-sec=kudzu --enable-mnt-access --with-mnt-access=user --enable-hotplug-map --with-init-scripts=none --with-pid-file=/var/run/haldaemon.pid"
   add_priv_user haldaemon:haldaemon          &&
 
-  default_build                              &&
+  ./configure  --prefix=/usr                  \
+               --build=$BUILD                 \
+               --sysconfdir=/etc              \
+               --localstatedir=/var           \
+               --infodir=/usr/share/info      \
+               --mandir=/usr/share/man        \
+               --disable-docbook-docs         \
+               --disable-doxygen-docs         \
+               --enable-fstab-sync            \
+               --enable-mnt-noop              \
+               --with-mnt-root=/media         \
+               --with-mnt-noop=managed        \
+               --enable-mnt-noop-sec          \
+               --with-mnt-noop-sec=kudzu      \
+               --enable-mnt-access            \
+               --with-mnt-access=user         \
+               --enable-hotplug-map           \
+               --with-init-scripts=none       \
+               --with-pid-file=/var/run/haldaemon.pid \
+               --with-hal-user=haldaemon      \
+               --with-hal-group=haldaemon     \
+               $OPTS                          && 
+  default_make                                &&  
+
   ln -sf /usr/sbin/fstab-sync /etc/hal/device.d/fstab-sync     
 ) > $C_FIFO 2>&1 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/DEPENDS,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- DEPENDS	11 Aug 2004 01:49:28 -0000	1.1.2.1
+++ DEPENDS	28 Oct 2004 21:18:09 -0000	1.1.2.2
@@ -1,3 +1,4 @@
 depends dbus &&
-depends gnome-python2 
+depends gnome-python2 &&
+depends libcap 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/DETAILS,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- DETAILS	14 Oct 2004 21:07:32 -0000	1.1.2.4
+++ DETAILS	28 Oct 2004 21:18:09 -0000	1.1.2.5
@@ -1,13 +1,12 @@
             MODULE=hal
-           VERSION=0.2.98.cvs20040929
+           VERSION=0.4.0
             SOURCE=$MODULE-$VERSION.tar.gz
-           SOURCE2=$MODULE-fix-shutdown-cvs20040929.patch
-        SOURCE_URL=http://lunar-linux.org/~nhudson/
-       SOURCE2_URL=http://lunar-linux.org/~nhudson/
+        SOURCE_URL=http://freedesktop.org/~david/dist/
+        SOURCE_VFY=sha1:4f47d0f8ac7654159434cdb0965651c7b29a5893
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
           WEB_SITE=http://hal.freedesktop.org
        	   ENTERED=20040810
-	   UPDATED=20041014
+	   UPDATED=20041028
              SHORT="HAL is a Hardware Abstraction Layer"
 cat << EOF
 HAL is a Hardware Abstraction Layer



More information about the Lunar-commits mailing list