diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-15 14:57:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-15 14:57:37 (GMT) |
commit | e2f581d7a980085e0078e01f1a38886ab88127ec (patch) | |
tree | 91e08cea45e34363342053975e06c0825ddcd64d /abs/extra-testing/lcdproc/PKGBUILD | |
parent | 7d87c5855f8b107fcc0f7f61956c60c6c8fdf53c (diff) | |
download | linhes_pkgbuild-e2f581d7a980085e0078e01f1a38886ab88127ec.zip linhes_pkgbuild-e2f581d7a980085e0078e01f1a38886ab88127ec.tar.gz linhes_pkgbuild-e2f581d7a980085e0078e01f1a38886ab88127ec.tar.bz2 |
change data location back to /data/srv/mysql
add Xosd to lcdproc.
Diffstat (limited to 'abs/extra-testing/lcdproc/PKGBUILD')
-rw-r--r-- | abs/extra-testing/lcdproc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/lcdproc/PKGBUILD b/abs/extra-testing/lcdproc/PKGBUILD index 6619eb9..7ee6e50 100644 --- a/abs/extra-testing/lcdproc/PKGBUILD +++ b/abs/extra-testing/lcdproc/PKGBUILD @@ -1,11 +1,11 @@ # Contributor: Bernhard Walle <bernhard.walle@gmx.de> pkgname=lcdproc pkgver=0.5.2 -pkgrel=0 +pkgrel=2 pkgdesc="LCDproc is a utility to drive one or more LCD (and LCD-like) devices attached to a host." url="http://lcdproc.omnipotent.net/" license="GPL" -depends=(libusb serdisplib libftdi autoconf automake lirc libnxml libmrss pkgconfig) +depends=(libusb serdisplib libftdi autoconf automake lirc libnxml libmrss pkgconfig xosd) backup=(etc/LCDd.conf) arch=(i686 x86_64) source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz |