summaryrefslogtreecommitdiffstats
path: root/extra/hal
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 10:53:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 10:53:36 +0100
commit3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488 (patch)
tree25e2a394936c544d19da686ed08c9b5b4d6cbe38 /extra/hal
parent57c24afac47a0eba9ca438d42ae9f8321e0a91a7 (diff)
downloadnutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.gz
nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.bz2
nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.tar.xz
nutyx-pakxe-3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488.zip
hal, maj des dépendances, en cours
Diffstat (limited to 'extra/hal')
-rw-r--r--extra/hal/.md5sum.i6864
-rwxr-xr-xextra/hal/Pkgfile11
2 files changed, 4 insertions, 11 deletions
diff --git a/extra/hal/.md5sum.i686 b/extra/hal/.md5sum.i686
index d36be6fec..fa0d304ef 100644
--- a/extra/hal/.md5sum.i686
+++ b/extra/hal/.md5sum.i686
@@ -1,6 +1,6 @@
2ce75b2d8e3408137a7fb449a9d892e1 10-keymap.fdi
-46ecc5d2e5bd964fb78099688f01bb6a hal-0.5.13.tar.gz
-6fc99d15d38945c17a291ea93e664664 hal-info-20080508.tar.gz
+e9163df591a6f38f59fdbfe33e73bf20 hal-0.5.14.tar.gz
+34375489a02a00b250fdc0b280be11b8 hal-info-20091130.tar.gz
e96ea4d2d6e81d2a53cf63e2e93dc9e4 haldaemon
47290dc30a6e2e05a9aa7a0d06833350 halusers.conf
49ccb7f5da3c86d228d6c36a624a1509 use_udevadm_not_udevinfo.patch.gz
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile
index 1a179b7e6..43c0486e0 100755
--- a/extra/hal/Pkgfile
+++ b/extra/hal/Pkgfile
@@ -2,8 +2,8 @@
# URL: http://freedesktop.org/wiki/Software_2fhal
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
-# Depends on: dbus-glib, glib, usbutils, pciutils, libusb, eject, hal-info, gperf, polycikit
-# Run on: dbus-glib,glib,usbutils,pciutils,libusb,eject,hal-info,gperf
+# Depends on: dbus-glib, usbutils, pciutils, eject, hal-info, gperf, consolekit, policykit
+# Run on: dbus-glib,usbutils,pciutils,eject,hal-info,gperf,consolekit, policykit
name=hal
version=0.5.14
@@ -19,19 +19,12 @@ build() {
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
- sed -i -e 's%, 1.8.6%&, 1.8.7%' \
- -e 's% or 1.8.6%/1.8.6 or 1.8.7%' \
- -e 's%6))%6) ||\
- (major == 1 \&\& minor == 8 \&\& micro == 7))%' \
- configure
./configure --prefix=/usr \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc --with-udev-prefix=/etc \
--localstatedir=/var \
--with-pci-ids=/usr/share/pci.ids.gz \
- --disable-console-kit \
- --disable-policy-kit \
--disable-gtk-doc
make
make DESTDIR=$PKG install