[Lunar-commits] CVS: moonbase/gnome-platform/hal BUILD, 1.2, 1.3 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

Nick Hudson nhudson at lunar-linux.org
Sun Apr 3 06:45:52 UTC 2005


Update of /var/cvs/lunar/moonbase/gnome-platform/hal
In directory espresso.foo-projects.org:/tmp/cvs-serv14912

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Updating hal to the latest version 0.4.7, fixed init script and added more options to the build.  User still cant automount in Gnome but its getting there.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome-platform/hal/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	25 Mar 2005 20:05:59 -0000	1.2
+++ BUILD	3 Apr 2005 06:45:49 -0000	1.3
@@ -1,13 +1,17 @@
 (
-   ./configure  --prefix=/usr  \
+   add_priv_user messagebus:messagebus -d /dev/null -s /bin/false &&
+   ./configure  --prefix=/usr                     \
                 --build=$BUILD                    \
                 --sysconfdir=/etc                 \
                 --localstatedir=/var              \
-                --infodir=/usr/share/info \
-                --mandir=/usr/share/man   \
-		--disable-docbook-docs	\
-		--with-hal-user=nobody --with-hal-group=nogroup \
+                --infodir=/usr/share/info         \
+                --mandir=/usr/share/man           \
+		--disable-docbook-docs	          \
+                --enable-sysfs-carrier		  \
+                --enable-fstab-sync               \
+                --enable-hotplug-map              \
+                --with-pid-file=/var/run/hald.pid \
                 $OPTS                             &&
-    default_make
+    default_make				  
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome-platform/hal/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	25 Mar 2005 15:24:22 -0000	1.1
+++ DEPENDS	3 Apr 2005 06:45:49 -0000	1.2
@@ -1 +1,3 @@
-depends dbus
+depends dbus   &&
+depends pygtk2 &&
+optional_depends "pcmcia-cs" "--enable-pcmcia-support" "" "for pcmcia support" 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome-platform/hal/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	25 Mar 2005 15:24:22 -0000	1.1
+++ DETAILS	3 Apr 2005 06:45:49 -0000	1.2
@@ -1,11 +1,11 @@
           MODULE=hal
-         VERSION=0.2.98
+         VERSION=0.4.7
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://freedesktop.org/~david/dist/
-      SOURCE_VFY=sha1:9e0e752c17c0fa3e89b451c4899000d2220e8fe0
+      SOURCE_VFY=sha1:c0c27ec78157b879eaad87828de507f1085688b4
         WEB_SITE=http://www.gnome.org
          ENTERED=20050316
-         UPDATED=20050317
+         UPDATED=20050403
            SHORT="Hardware Abstraction Layer"
 cat << EOF
 Hardware Abstraction Layer



More information about the Lunar-commits mailing list