From 376b780b898f33131a415583f523a5cbeaf0f507 Mon Sep 17 00:00:00 2001 From: Lucas Hazel Date: Wed, 20 May 2009 13:06:42 +1000 Subject: [PATCH] hal: update to 0.5.12 --- hal/.footprint | 8 +++++++- hal/.md5sum | 2 +- hal/Pkgfile | 52 +++++++++++++++++++++++++------------------------- 3 files changed, 34 insertions(+), 28 deletions(-) diff --git a/hal/.footprint b/hal/.footprint index f3393885e..13d1d672b 100644 --- a/hal/.footprint +++ b/hal/.footprint @@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/hal-is-caller-locked-out -rwxr-xr-x root/root usr/bin/hal-lock -rwxr-xr-x root/root usr/bin/hal-set-property +-rwxr-xr-x root/root usr/bin/hal-setup-keymap -rwxr-xr-x root/root usr/bin/lshal drwxr-xr-x root/root usr/etc/ drwxr-xr-x root/root usr/etc/dbus-1/ @@ -30,7 +31,6 @@ drwxr-xr-x root/root usr/include/hal/ -rw-r--r-- root/root usr/include/hal/libhal.h drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/hal/ --rwxr-xr-x root/root usr/lib/hal/hal-ipw-killswitch-linux -rwxr-xr-x root/root usr/lib/hal/hal-storage-cleanup-all-mountpoints -rwxr-xr-x root/root usr/lib/hal/hal-storage-cleanup-mountpoint -rwxr-xr-x root/root usr/lib/hal/hal-storage-closetray @@ -43,12 +43,16 @@ drwxr-xr-x root/root usr/lib/hal/ -rwxr-xr-x root/root usr/lib/hal/hal-system-sonypic -rwxr-xr-x root/root usr/lib/hal/hald-addon-acpi -rwxr-xr-x root/root usr/lib/hal/hald-addon-cpufreq +-rwxr-xr-x root/root usr/lib/hal/hald-addon-generic-backlight -rwxr-xr-x root/root usr/lib/hal/hald-addon-hid-ups -rwxr-xr-x root/root usr/lib/hal/hald-addon-imac-backlight -rwxr-xr-x root/root usr/lib/hal/hald-addon-input +-rwxr-xr-x root/root usr/lib/hal/hald-addon-ipw-killswitch +-rwxr-xr-x root/root usr/lib/hal/hald-addon-leds -rwxr-xr-x root/root usr/lib/hal/hald-addon-macbook-backlight -rwxr-xr-x root/root usr/lib/hal/hald-addon-macbookpro-backlight -rwxr-xr-x root/root usr/lib/hal/hald-addon-pmu +-rwxr-xr-x root/root usr/lib/hal/hald-addon-rfkill-killswitch -rwxr-xr-x root/root usr/lib/hal/hald-addon-storage -rwxr-xr-x root/root usr/lib/hal/hald-addon-usb-csr -rwxr-xr-x root/root usr/lib/hal/hald-generate-fdi-cache @@ -142,7 +146,9 @@ drwxr-xr-x root/root usr/share/hal/fdi/policy/10osvendor/ -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-input-policy.fdi +-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi +-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-leds.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-macbook-backlight.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-macbookpro-utils.fdi -rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-power-mgmt-policy.fdi diff --git a/hal/.md5sum b/hal/.md5sum index eb0784453..c6c836a02 100644 --- a/hal/.md5sum +++ b/hal/.md5sum @@ -1,3 +1,3 @@ -750cf074e88b6fb7012f26d99cd39b9b hal-0.5.11.tar.gz +bb7c36e142437f7363f9a80ae8391926 hal-0.5.12.tar.gz d8ce27a76d7cb13ce142cdc33816c8bd hal.conf cc3d04e7ac09e15f33c530725f43e641 rc.hald diff --git a/hal/Pkgfile b/hal/Pkgfile index bc3cb66b0..d552c7ae4 100644 --- a/hal/Pkgfile +++ b/hal/Pkgfile @@ -5,35 +5,35 @@ # Depends on: dbus-glib, hal-info name=hal -version=0.5.11 -release=6 +version=0.5.12 +release=1 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz \ hal.conf rc.hald) build() { - cd $name-$version - sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ - -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --libexecdir=/usr/lib/$name \ - --localstatedir=/var \ - --with-hal-user=haldaemon \ - --with-hal-group=haldaemon \ - --with-dbus-sys=/usr/etc/dbus-1/system.d \ - --with-hwdata=/usr/share \ - --disable-policy-kit \ - --disable-console-kit - sed -i -e '/device-manager/d' tools/Makefile - make - make DESTDIR=$PKG install - install -D -o root -g root -m 0755 $SRC/rc.hald \ - $PKG/etc/rc.d/hald - rm -rf $PKG/usr/share/{doc,locale} - rm -rf $PKG/usr/share/gtk-doc - mv $PKG/usr/etc/udev $PKG/etc/ - cp $SRC/hal.conf $PKG/usr/etc/dbus-1/system.d/ - mkdir -p $PKG/var/lib/hal - chown haldaemon:haldaemon $PKG/var/lib/hal + cd $name-$version + sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ + -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --libexecdir=/usr/lib/$name \ + --localstatedir=/var \ + --with-hal-user=haldaemon \ + --with-hal-group=haldaemon \ + --with-dbus-sys=/usr/etc/dbus-1/system.d \ + --with-hwdata=/usr/share \ + --disable-policy-kit \ + --disable-console-kit + sed -i -e '/device-manager/d' tools/Makefile + make + make DESTDIR=$PKG install + install -D -o root -g root -m 0755 $SRC/rc.hald \ + $PKG/etc/rc.d/hald + mv $PKG/usr/udev $PKG/etc/ + rm -rf $PKG/usr/share/{doc,locale} + rm -rf $PKG/usr/share/gtk-doc + cp $SRC/hal.conf $PKG/usr/etc/dbus-1/system.d/ + mkdir -p $PKG/var/lib/hal + chown haldaemon:haldaemon $PKG/var/lib/hal }