[arch-commits] Commit in lcdproc/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 19:18:32 UTC 2015
Date: Monday, September 7, 2015 @ 21:18:32
Author: foutrelis
Revision: 139521
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
lcdproc/repos/community-staging-i686/
lcdproc/repos/community-staging-i686/PKGBUILD
(from rev 139520, lcdproc/trunk/PKGBUILD)
lcdproc/repos/community-staging-i686/lcdd.service
(from rev 139520, lcdproc/trunk/lcdd.service)
lcdproc/repos/community-staging-x86_64/
lcdproc/repos/community-staging-x86_64/PKGBUILD
(from rev 139520, lcdproc/trunk/PKGBUILD)
lcdproc/repos/community-staging-x86_64/lcdd.service
(from rev 139520, lcdproc/trunk/lcdd.service)
---------------------------------------+
community-staging-i686/PKGBUILD | 49 ++++++++++++++++++++++++++++++++
community-staging-i686/lcdd.service | 11 +++++++
community-staging-x86_64/PKGBUILD | 49 ++++++++++++++++++++++++++++++++
community-staging-x86_64/lcdd.service | 11 +++++++
4 files changed, 120 insertions(+)
Copied: lcdproc/repos/community-staging-i686/PKGBUILD (from rev 139520, lcdproc/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 19:18:32 UTC (rev 139521)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
+
+pkgname=lcdproc
+pkgver=0.5.7
+pkgrel=2
+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')
+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'
+)
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --enable-libusb \
+ --enable-lcdproc-menus \
+ --enable-stat-smbfs \
+ --enable-drivers=all
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ sed -e "s/server\/drivers\//\/usr\/lib\/lcdproc\//g" -i "$pkgdir/etc/LCDd.conf"
+ install -Dm644 "$srcdir/lcdd.service" "$pkgdir/usr/lib/systemd/system/lcdd.service"
+}
+sha256sums=('843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804'
+ '0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
Copied: lcdproc/repos/community-staging-i686/lcdd.service (from rev 139520, lcdproc/trunk/lcdd.service)
===================================================================
--- community-staging-i686/lcdd.service (rev 0)
+++ community-staging-i686/lcdd.service 2015-09-07 19:18:32 UTC (rev 139521)
@@ -0,0 +1,11 @@
+[Unit]
+Description=LCD display driver
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/LCDd -c /etc/LCDd.conf
+ControlGroup=cpu:/
+
+[Install]
+WantedBy=multi-user.target
Copied: lcdproc/repos/community-staging-x86_64/PKGBUILD (from rev 139520, lcdproc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 19:18:32 UTC (rev 139521)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
+
+pkgname=lcdproc
+pkgver=0.5.7
+pkgrel=2
+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')
+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'
+)
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --enable-libusb \
+ --enable-lcdproc-menus \
+ --enable-stat-smbfs \
+ --enable-drivers=all
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ sed -e "s/server\/drivers\//\/usr\/lib\/lcdproc\//g" -i "$pkgdir/etc/LCDd.conf"
+ install -Dm644 "$srcdir/lcdd.service" "$pkgdir/usr/lib/systemd/system/lcdd.service"
+}
+sha256sums=('843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804'
+ '0acdc0fb9668e6d5e023349874301153a16935e1ad757d550c426a9a7ac64638')
Copied: lcdproc/repos/community-staging-x86_64/lcdd.service (from rev 139520, lcdproc/trunk/lcdd.service)
===================================================================
--- community-staging-x86_64/lcdd.service (rev 0)
+++ community-staging-x86_64/lcdd.service 2015-09-07 19:18:32 UTC (rev 139521)
@@ -0,0 +1,11 @@
+[Unit]
+Description=LCD display driver
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/LCDd -c /etc/LCDd.conf
+ControlGroup=cpu:/
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list