[Lunar-commits] <moonbase> hal: version bump to 0.5.12

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 2 01:41:11 CEST 2009


commit da07ea09dd6cf74dd4ad74954bd8ba2e8143cc87
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Wed Jul 1 16:41:11 2009 -0700

    hal: version bump to 0.5.12
    
    Short of any major problems, this will most likely be the last release of HAL.
    It's being deprecated in favor of udev and devicekit-{disks, power}
---
 devel/hal/BUILD   |   11 ++++-------
 devel/hal/DETAILS |   11 ++++-------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/devel/hal/BUILD b/devel/hal/BUILD
index 08da9b3..8f6bbdb 100644
--- a/devel/hal/BUILD
+++ b/devel/hal/BUILD
@@ -1,7 +1,7 @@
 (
-    OPTS="$OPTS --disable-docbook-docs --with-pid-file=/var/run/hald.pid \
-                --with-backend=linux --without-macbookpro \
-                --enable-umount-helper --disable-parted"
+    OPTS="$OPTS --disable-docbook-docs --with-pid-file=/var/run/hald.pid  \
+                --with-backend=linux --enable-umount-helper  \
+                --disable-parted --with-udev-prefix=/lib"
 
     # This is a temp workaround until hal realizes usb.ids can also be
     # wrapped in an archive
@@ -10,9 +10,6 @@
       gunzip -c /usr/share/usb.ids.gz > /usr/share/usb.ids
     fi &&
 
-    default_build  &&
-
-    mkdir -p /usr/share/applications &&
-    install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/applications/ 
+    default_build
 
 ) > $C_FIFO 2>&1
diff --git a/devel/hal/DETAILS b/devel/hal/DETAILS
index 283b542..337a547 100644
--- a/devel/hal/DETAILS
+++ b/devel/hal/DETAILS
@@ -1,14 +1,11 @@
           MODULE=hal
-         VERSION=0.5.11
-          SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-device-manager.desktop
+         VERSION=0.5.12
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://hal.freedesktop.org/releases/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:f51366229e5dd6d5d72d60114fdef76bf5feba26
-     SOURCE2_VFY=sha1:a7ffa1fba31d8eab0cbb51ac0abc76109125f6da
+      SOURCE_VFY=sha1:b5175dd4ea612c2a1f8c372a36e4874939bef1bd
         WEB_SITE=http://www.freedesktop.org/wiki/Software/hal
          ENTERED=20050316
-         UPDATED=20080629
+         UPDATED=20090701
            SHORT="Hardware Abstraction Layer"
 
 cat << EOF


More information about the Lunar-commits mailing list