summaryrefslogtreecommitdiff
path: root/community/lcdproc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
commit58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (patch)
tree4e9698b9216274fafac9483056a01a552e8e617b /community/lcdproc
parent15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 (diff)
Tue Feb 25 03:19:16 UTC 2014
Diffstat (limited to 'community/lcdproc')
-rw-r--r--community/lcdproc/PKGBUILD22
1 files changed, 15 insertions, 7 deletions
diff --git a/community/lcdproc/PKGBUILD b/community/lcdproc/PKGBUILD
index 3106af2ad..0a07f615d 100644
--- a/community/lcdproc/PKGBUILD
+++ b/community/lcdproc/PKGBUILD
@@ -1,22 +1,30 @@
-# $Id: PKGBUILD 102962 2013-12-25 04:58:31Z bgyorgy $
+# $Id: PKGBUILD 106179 2014-02-24 19:17:26Z idevolder $
# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
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')
-optdepends=('perl: needed for some lcdproc tools')
-backup=('etc/LCDd.conf'
+makedepends=('g15daemon')
+optdepends=(
+ 'perl: needed for some lcdproc tools'
+ 'g15daemon: needed if you want g15 support'
+)
+backup=(
+ 'etc/LCDd.conf'
'etc/lcdexec.conf'
'etc/lcdproc.conf'
- 'etc/lcdvc.conf')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- 'lcdd.service')
+ 'etc/lcdvc.conf'
+)
+source=(
+ "http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'lcdd.service'
+)
sha256sums=('bd2f43c30ff43b30f43110abe6b4a5bc8e0267cb9f57fa97cc5e5ef9488b984a'
'0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')