diff options
author | James Meyer <james.meyer@operamail.com> | 2014-10-24 16:07:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-10-24 16:07:22 (GMT) |
commit | 05273a8f4d16f4c4bf13fa86f38a0150b95227b3 (patch) | |
tree | d4d7a841e82c846040d0a0af2f7c0c148e94d37c | |
parent | e1efffa1304b62cbff2ae7c160339a8bcae1b514 (diff) | |
download | linhes_pkgbuild-05273a8f4d16f4c4bf13fa86f38a0150b95227b3.zip linhes_pkgbuild-05273a8f4d16f4c4bf13fa86f38a0150b95227b3.tar.gz linhes_pkgbuild-05273a8f4d16f4c4bf13fa86f38a0150b95227b3.tar.bz2 |
lcdproc: add xosd as depends. This is needed for the driver type xosd
-rwxr-xr-x[-rw-r--r--] | abs/extra/lcdproc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/lcdproc/PKGBUILD b/abs/extra/lcdproc/PKGBUILD index 3106af2..7695503 100644..100755 --- a/abs/extra/lcdproc/PKGBUILD +++ b/abs/extra/lcdproc/PKGBUILD @@ -4,12 +4,12 @@ pkgname=lcdproc pkgver=0.5.6 -pkgrel=4 +pkgrel=5 pkgdesc="Utility to drive one or more LCD (and LCD-like) devices" arch=('i686' 'x86_64') url="http://lcdproc.omnipotent.net/" license=('GPL') -depends=('libftdi-compat') +depends=('libftdi-compat' 'xosd') optdepends=('perl: needed for some lcdproc tools') backup=('etc/LCDd.conf' 'etc/lcdexec.conf' |