summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lirc/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-07-18 23:29:29 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-07-18 23:29:29 (GMT)
commite2bbd05483795f82106dd43a577037fd3bda8ee6 (patch)
tree69efbd89506c2b7f92d62625eea5a104d6079492 /abs/core-testing/lirc/PKGBUILD
parent1790a798f524c12a47dff76d200124b607be1c5e (diff)
downloadlinhes_pkgbuild-e2bbd05483795f82106dd43a577037fd3bda8ee6.zip
linhes_pkgbuild-e2bbd05483795f82106dd43a577037fd3bda8ee6.tar.gz
linhes_pkgbuild-e2bbd05483795f82106dd43a577037fd3bda8ee6.tar.bz2
lirc: prelim dvico dual4 rev 2 remote work
Diffstat (limited to 'abs/core-testing/lirc/PKGBUILD')
-rw-r--r--abs/core-testing/lirc/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/abs/core-testing/lirc/PKGBUILD b/abs/core-testing/lirc/PKGBUILD
index 30c5052..6c5cbf6 100644
--- a/abs/core-testing/lirc/PKGBUILD
+++ b/abs/core-testing/lirc/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lirc
pkgver=0.8.5CVS
-pkgrel=12
+pkgrel=14
_kernver=2.6.28-LinHES
pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
arch=(i686 x86_64)
@@ -22,7 +22,8 @@ source=(http://www.blushingpenguin.com/mark/lmilk/lirc-0.8.5-CVS-pvr150.tar.bz2
lirc_mod_mce.patch
hw_commandir.c
hw_commandir.h
- dvicoIR.rules)
+ dvicoIR.rules
+ lirc.fdi)
build() {
# configure
@@ -67,8 +68,11 @@ build() {
rm $startdir/pkg/lib/modules/$_kernver/kernel/drivers/misc/commandir.ko
# Add a udev rule for the DVICO remote so that if there is more than
- # one hiddev device, the systm cant get confused.
+ # one hiddev device, the system cant get confused.
install -D -m644 $srcdir/dvicoIR.rules $pkgdir/etc/udev/rules.d/dvicoIR.rules
+
+ # Add the fdi file to prevent the Dvico dual 4 remotes from screwing up keyboard interaction.
+ install -D -m644 $srcdir/lirc.fdi $pkgdir/usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi
}
md5sums=('b96dae91b566143b3af433fa2714ec9a'
'1753acd774f50b638e6173d364de53fd'
@@ -78,4 +82,5 @@ md5sums=('b96dae91b566143b3af433fa2714ec9a'
'd299b696b007fc9b663a73cc1758a1ef'
'f059f4030afc682c9539a03bf837c1cf'
'4e698654cc44fc6c4163814acda5a7ee'
- 'd79400e2e3069b14039ca07d3317965c')
+ '9a3a6dc03647ee6674a166dfb884ddd6'
+ '664fb04b51396628300daf8befd0db77')