[arch-commits] Commit in lcdproc/trunk (PKGBUILD)

Ike Devolder idevolder at nymeria.archlinux.org
Mon Feb 24 19:16:46 UTC 2014


    Date: Monday, February 24, 2014 @ 20:16:46
  Author: idevolder
Revision: 106178

lcdproc :: 0.5.6-5

update for FS#38991 ; add support for g15

Modified:
  lcdproc/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-24 18:20:35 UTC (rev 106177)
+++ PKGBUILD	2014-02-24 19:16:46 UTC (rev 106178)
@@ -4,19 +4,27 @@
 
 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')
 




More information about the arch-commits mailing list