diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-12 19:04:26 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-12 19:04:26 (GMT) |
commit | 39edd22a148e864a14dc4767c2c9d082b73a8007 (patch) | |
tree | 3a6acfcb9b5cd93a7242f50013f6c89f4c92de62 /abs | |
parent | da486348adcafd04fc57297a06e19be5c74b6ebf (diff) | |
download | linhes_pkgbuild-39edd22a148e864a14dc4767c2c9d082b73a8007.zip linhes_pkgbuild-39edd22a148e864a14dc4767c2c9d082b73a8007.tar.gz linhes_pkgbuild-39edd22a148e864a14dc4767c2c9d082b73a8007.tar.bz2 |
Added DVB firmware package. This should include most if not all firmware needed for various tuners.
Modified Fluxbox keys file to reflect /etc/rc.d/ instead of /etc/init.d/.
Added ivtv-utils.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/fluxbox/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/keys | 6 | ||||
-rw-r--r-- | abs/core-testing/ivtv-utils/PKGBUILD | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/fluxbox/PKGBUILD b/abs/core-testing/fluxbox/PKGBUILD index a3b077d..6735ad0 100644 --- a/abs/core-testing/fluxbox/PKGBUILD +++ b/abs/core-testing/fluxbox/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fluxbox pkgver=1.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" diff --git a/abs/core-testing/fluxbox/keys b/abs/core-testing/fluxbox/keys index f1a0059..06e5f21 100644 --- a/abs/core-testing/fluxbox/keys +++ b/abs/core-testing/fluxbox/keys @@ -20,9 +20,9 @@ Mod1 F12 :Workspace 12 Mod1 x :ExecCommand xterm -fn *18* Mod1 s :ExecCommand mythtv-setup Mod1 m :ExecCommand mythfrontend -Mod1 1 :ExecCommand sudo /etc/init.d/mythtv-backend start -Mod1 2 :ExecCommand sudo /etc/init.d/mythtv-backend stop -Mod1 3 :ExecCommand sudo /etc/init.d/mythtv-backend restart +Mod1 1 :ExecCommand sudo /etc/rc.d/mythtv-backend start +Mod1 2 :ExecCommand sudo /etc/rc.d/mythtv-backend stop +Mod1 3 :ExecCommand sudo /etc/rc.d/mythtv-backend restart Mod1 h :ExecCommand MythVantage -h Mod1 Control u :ExecCommand killall -9 unclutter diff --git a/abs/core-testing/ivtv-utils/PKGBUILD b/abs/core-testing/ivtv-utils/PKGBUILD index d8e13c6..5b272b1 100644 --- a/abs/core-testing/ivtv-utils/PKGBUILD +++ b/abs/core-testing/ivtv-utils/PKGBUILD @@ -4,10 +4,10 @@ pkgname=ivtv-utils pkgver=1.0.3 -pkgrel=1 -_kernver=2.6.23-ARCH +pkgrel=2 +_kernver=2.6.26-ARCH pkgdesc="Non-mainline kernel drivers and userspace utilities for Hauppauge PVR cards" -arch=(i686 x86_64) +arch=('i586' 'i686' 'x86_64') license=('GPL') url="http://ivtvdriver.org" source=("http://dl.ivtvdriver.org/ivtv/archive/1.0.x/ivtv-$pkgver.tar.gz" \ |