summaryrefslogtreecommitdiffstats
path: root/extra/hal
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-03-29 08:56:24 +0200
committertnut <tnut at nutyx dot com>2011-03-29 08:56:24 +0200
commit737b8f91dc82ef0003e4238b10f43a163e9dd1df (patch)
tree282be83158f1b99c4f3b007d89379834ce65d5aa /extra/hal
parent98a63fafce78dc4b3d5e8436561aea412c42fe60 (diff)
downloadnutyx-extra-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.gz
nutyx-extra-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.bz2
nutyx-extra-737b8f91dc82ef0003e4238b10f43a163e9dd1df.tar.xz
nutyx-extra-737b8f91dc82ef0003e4238b10f43a163e9dd1df.zip
hal, ajout patch pour support kernel 2.6.38
Diffstat (limited to 'extra/hal')
-rw-r--r--extra/hal/.footprint.i6861
-rw-r--r--extra/hal/.footprint.x86_641
-rw-r--r--extra/hal/.md5sum.i6861
-rw-r--r--extra/hal/.md5sum.x86_641
-rwxr-xr-xextra/hal/Pkgfile9
5 files changed, 9 insertions, 4 deletions
diff --git a/extra/hal/.footprint.i686 b/extra/hal/.footprint.i686
index 3c2077d37..44fd93499 100644
--- a/extra/hal/.footprint.i686
+++ b/extra/hal/.footprint.i686
@@ -84,7 +84,6 @@ drwxr-xr-x root/root usr/lib/hal/
-rwxr-xr-x root/root usr/lib/hal/hald-probe-serial
-rwxr-xr-x root/root usr/lib/hal/hald-probe-smbios
-rwxr-xr-x root/root usr/lib/hal/hald-probe-storage
--rwxr-xr-x root/root usr/lib/hal/hald-probe-video4linux
-rwxr-xr-x root/root usr/lib/hal/hald-probe-volume
-rwxr-xr-x root/root usr/lib/hal/hald-runner
drwxr-xr-x root/root usr/lib/hal/scripts/
diff --git a/extra/hal/.footprint.x86_64 b/extra/hal/.footprint.x86_64
index 3c2077d37..44fd93499 100644
--- a/extra/hal/.footprint.x86_64
+++ b/extra/hal/.footprint.x86_64
@@ -84,7 +84,6 @@ drwxr-xr-x root/root usr/lib/hal/
-rwxr-xr-x root/root usr/lib/hal/hald-probe-serial
-rwxr-xr-x root/root usr/lib/hal/hald-probe-smbios
-rwxr-xr-x root/root usr/lib/hal/hald-probe-storage
--rwxr-xr-x root/root usr/lib/hal/hald-probe-video4linux
-rwxr-xr-x root/root usr/lib/hal/hald-probe-volume
-rwxr-xr-x root/root usr/lib/hal/hald-runner
drwxr-xr-x root/root usr/lib/hal/scripts/
diff --git a/extra/hal/.md5sum.i686 b/extra/hal/.md5sum.i686
index fa0d304ef..809b1fde8 100644
--- a/extra/hal/.md5sum.i686
+++ b/extra/hal/.md5sum.i686
@@ -1,4 +1,5 @@
2ce75b2d8e3408137a7fb449a9d892e1 10-keymap.fdi
+17b413d769f8e85279da10ca18d666c9 hal-0.5.14-configure-1.patch
e9163df591a6f38f59fdbfe33e73bf20 hal-0.5.14.tar.gz
34375489a02a00b250fdc0b280be11b8 hal-info-20091130.tar.gz
e96ea4d2d6e81d2a53cf63e2e93dc9e4 haldaemon
diff --git a/extra/hal/.md5sum.x86_64 b/extra/hal/.md5sum.x86_64
index fa0d304ef..809b1fde8 100644
--- a/extra/hal/.md5sum.x86_64
+++ b/extra/hal/.md5sum.x86_64
@@ -1,4 +1,5 @@
2ce75b2d8e3408137a7fb449a9d892e1 10-keymap.fdi
+17b413d769f8e85279da10ca18d666c9 hal-0.5.14-configure-1.patch
e9163df591a6f38f59fdbfe33e73bf20 hal-0.5.14.tar.gz
34375489a02a00b250fdc0b280be11b8 hal-info-20091130.tar.gz
e96ea4d2d6e81d2a53cf63e2e93dc9e4 haldaemon
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile
index 43c0486e0..6284cd8aa 100755
--- a/extra/hal/Pkgfile
+++ b/extra/hal/Pkgfile
@@ -10,7 +10,8 @@ version=0.5.14
release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\
http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz\
- haldaemon halusers.conf 10-keymap.fdi \
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-configure-1.patch \
+ haldaemon halusers.conf 10-keymap.fdi \
use_udevadm_not_udevinfo.patch.gz )
build() {
@@ -18,7 +19,11 @@ build() {
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
-
+ patch -Np1 -i ../$name-$version-configure-1.patch
+ libtoolize --force
+ aclocal
+ autoconf
+ automake
./configure --prefix=/usr \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$name \