[arch-commits] Commit in apcupsd/repos (12 files)

2016-10-25 Thread Florian Pritz
Date: Tuesday, October 25, 2016 @ 14:06:28
  Author: bluewind
Revision: 193300

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 193299, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 193299, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 193299, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 193299, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 193299, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 193299, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  138 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   69 ---
 community-i686/apcupsd-tmpfiles.conf   |3 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   69 ---
 community-x86_64/apcupsd-tmpfiles.conf |3 
 community-x86_64/apcupsd.service   |8 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-25 14:06:11 UTC (rev 193299)
+++ community-i686/PKGBUILD 2016-10-25 14:06:28 UTC (rev 193300)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Sergej Pupykin 
-# Contributor: Todd Musall 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=apcupsd
-pkgver=3.14.14
-pkgrel=1
-pkgdesc="Power mangement and controlling most of APC's UPS models"
-arch=(i686 x86_64)
-url="http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
-validpgpkeys=(635B9D943945DCA05BE9AB0A24E84804A57B2D90)
-sha256sums=('db7748559b6b4c3784f9856561ef6ac6199ef7bd019b3edcd7e0a647bf8f9867'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   sed -i 's#^LOCKFILE .*$#LOCKFILE /run/apcupsd#' 
"$pkgdir/etc/apcupsd/apcupsd.conf"
-
-   install -Dm644 "$srcdir/apcupsd.service" 
"$pkgdir/usr/lib/systemd/system/apcupsd.service"
-   install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
-
-   chmod 755 "$pkgdir"/usr/bin/*
-
-   install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
-   mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
-
-   rm -rf "$pkgdir/usr/share/hal"
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 193299, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-25 14:06:28 UTC (rev 193300)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Sergej Pupykin 
+# Contributor: Todd Musall 

[arch-commits] Commit in apcupsd/repos (12 files)

2016-06-16 Thread Sergej Pupykin
Date: Thursday, June 16, 2016 @ 14:31:50
  Author: spupykin
Revision: 180322

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 180321, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 180321, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 180321, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 180321, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 180321, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 180321, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  138 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   65 --
 community-i686/apcupsd-tmpfiles.conf   |3 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   65 --
 community-x86_64/apcupsd-tmpfiles.conf |3 
 community-x86_64/apcupsd.service   |8 -
 9 files changed, 160 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-16 14:29:01 UTC (rev 180321)
+++ community-i686/PKGBUILD 2016-06-16 14:31:50 UTC (rev 180322)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Sergej Pupykin 
-# Contributor: Todd Musall 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=apcupsd
-pkgver=3.14.13
-pkgrel=3
-pkgdesc="Power mangement and controlling most of APC's UPS models"
-arch=(i686 x86_64)
-url="http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
-validpgpkeys=(635B9D943945DCA05BE9AB0A24E84804A57B2D90)
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   sed -i 's#^LOCKFILE .*$#LOCKFILE /run/apcupsd#' 
"$pkgdir/etc/apcupsd/apcupsd.conf"
-
-   install -Dm644 "$srcdir/apcupsd.service" 
"$pkgdir/usr/lib/systemd/system/apcupsd.service"
-   install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
-
-   chmod 755 "$pkgdir"/usr/bin/*
-
-   install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
-   mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
-
-   rm -rf "$pkgdir/usr/share/hal"
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 180321, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-16 14:31:50 UTC (rev 180322)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Sergej Pupykin 
+# Contributor: Todd Musall 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=apcupsd
+pkgver=3.14.14
+pkgrel=1
+pkgdesc="Power mangement and controlling most of APC's UPS models"
+arch=(i686 x86_64)
+url="http://www.apcupsd.org;

[arch-commits] Commit in apcupsd/repos (12 files)

2015-02-03 Thread Florian Pritz
Date: Tuesday, February 3, 2015 @ 10:58:35
  Author: bluewind
Revision: 127031

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 127030, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 127030, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 127030, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 127030, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 127030, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 127030, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  130 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   65 ---
 community-i686/apcupsd-tmpfiles.conf   |3 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   65 ---
 community-x86_64/apcupsd-tmpfiles.conf |3 
 community-x86_64/apcupsd.service   |8 -
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-03 09:58:29 UTC (rev 127030)
+++ community-i686/PKGBUILD 2015-02-03 09:58:35 UTC (rev 127031)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Todd Musall tmus...@comcast.net
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.12
-pkgrel=3
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
-validpgpkeys=(635B9D943945DCA05BE9AB0A24E84804A57B2D90)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   sed -i 's#^LOCKFILE .*$#LOCKFILE /run/apcupsd#' 
$pkgdir/etc/apcupsd/apcupsd.conf
-
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-
-   chmod 755 $pkgdir/usr/bin/*
-
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-
-   rm -rf $pkgdir/usr/share/hal
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 127030, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-03 09:58:35 UTC (rev 127031)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Todd Musall tmus...@comcast.net
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.13
+pkgrel=1
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs' 

[arch-commits] Commit in apcupsd/repos (12 files)

2014-10-10 Thread Florian Pritz
Date: Saturday, October 11, 2014 @ 01:03:28
  Author: bluewind
Revision: 120501

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 120500, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 120500, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 120500, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 120500, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 120500, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 120500, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  130 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   62 --
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   62 --
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 -
 9 files changed, 152 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-10 23:03:19 UTC (rev 120500)
+++ community-i686/PKGBUILD 2014-10-10 23:03:28 UTC (rev 120501)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Todd Musall tmus...@comcast.net
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.12
-pkgrel=2
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-
-   chmod 755 $pkgdir/usr/bin/*
-
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-
-   rm -rf $pkgdir/usr/share/hal
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 120500, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-10 23:03:28 UTC (rev 120501)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Todd Musall tmus...@comcast.net
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=3
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs' 'systemd-sysvcompat')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')

[arch-commits] Commit in apcupsd/repos (12 files)

2014-04-20 Thread Florian Pritz
Date: Sunday, April 20, 2014 @ 13:32:13
  Author: bluewind
Revision: 109871

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 109870, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 109870, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 109870, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 109870, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 109870, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 109870, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  124 +++
 /apcupsd-tmpfiles.conf |4 +
 /apcupsd.service   |   16 
 community-i686/PKGBUILD|   52 -
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 --
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 --
 9 files changed, 144 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-20 11:32:02 UTC (rev 109870)
+++ community-i686/PKGBUILD 2014-04-20 11:32:13 UTC (rev 109871)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Todd Musall tmus...@comcast.net
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.12
-pkgrel=1
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-   chmod 755 $pkgdir/usr/bin/*
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 109870, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-20 11:32:13 UTC (rev 109871)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Todd Musall tmus...@comcast.net
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=2
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs' 'systemd-sysvcompat')
+optdepends=('gd: 

[arch-commits] Commit in apcupsd/repos (12 files)

2014-04-14 Thread Sergej Pupykin
Date: Monday, April 14, 2014 @ 11:42:06
  Author: spupykin
Revision: 109373

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 109372, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 109372, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 109372, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 109372, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  104 +++
 /apcupsd-tmpfiles.conf |4 +
 /apcupsd.service   |   16 
 community-i686/PKGBUILD|   49 --
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 --
 community-x86_64/PKGBUILD  |   49 --
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 --
 9 files changed, 124 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-i686/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Todd Musall tmus...@comcast.net
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.11
-pkgrel=1
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-   chmod 755 $pkgdir/usr/bin/*
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 109372, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Todd Musall tmus...@comcast.net
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=1
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+etc/apcupsd/multimon.conf)

[arch-commits] Commit in apcupsd/repos (12 files)

2014-03-28 Thread Sergej Pupykin
Date: Friday, March 28, 2014 @ 08:08:24
  Author: spupykin
Revision: 108539

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 108538, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 108538, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 108538, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 108538, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 108538, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 108538, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |   98 +++
 /apcupsd-tmpfiles.conf |4 +
 /apcupsd.service   |   16 +
 community-i686/PKGBUILD|   46 --
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 --
 community-x86_64/PKGBUILD  |   46 --
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 --
 9 files changed, 118 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 07:08:07 UTC (rev 108538)
+++ community-i686/PKGBUILD 2014-03-28 07:08:24 UTC (rev 108539)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Todd Musall tmus...@comcast.net
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.10
-pkgrel=7
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-   chmod 755 $pkgdir/usr/bin/*
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 108538, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 07:08:24 UTC (rev 108539)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Todd Musall tmus...@comcast.net
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.11
+pkgrel=1
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+etc/apcupsd/multimon.conf)
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
+apcupsd.service
+apcupsd-tmpfiles.conf)
+sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
+'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+

[arch-commits] Commit in apcupsd/repos (12 files)

2013-05-29 Thread Sergej Pupykin
Date: Wednesday, May 29, 2013 @ 12:15:12
  Author: spupykin
Revision: 91912

archrelease: copy trunk to community-i686, community-x86_64

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 91911, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 91911, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 91911, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 91911, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 91911, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 91911, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |   92 +++
 /apcupsd-tmpfiles.conf |4 +
 /apcupsd.service   |   16 +
 community-i686/PKGBUILD|   49 
 community-i686/apcupsd-tmpfiles.conf   |2 
 community-i686/apcupsd.service |8 --
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/apcupsd-tmpfiles.conf |2 
 community-x86_64/apcupsd.service   |8 --
 9 files changed, 112 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-29 10:14:44 UTC (rev 91911)
+++ community-i686/PKGBUILD 2013-05-29 10:15:12 UTC (rev 91912)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Todd Musall tmus...@comcast.net
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=apcupsd
-pkgver=3.14.10
-pkgrel=4
-pkgdesc=Power mangement and controlling most of APC's UPS models
-arch=(i686 x86_64)
-url=http://www.apcupsd.org;
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'cae38570847f5d90f38a0634e502f35d6c76a9c928b3a322e3fe1a097fbbc04a'
-'fef0b088daa7d652b8c30e6105318cff547ad2504627efabd014083eabc7182d'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
-'fef0b088daa7d652b8c30e6105318cff547ad2504627efabd014083eabc7182d'
-'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 $srcdir/apcupsd.service 
$pkgdir/usr/lib/systemd/system/apcupsd.service
-   install -Dm644 $srcdir/apcupsd-tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf
-   chmod 755 $pkgdir/sbin/*
-   install -dm755 $pkgdir/usr/lib/$pkgname/cgi-bin
-   mv $pkgdir/etc/apcupsd/*.cgi $pkgdir/usr/lib/$pkgname/cgi-bin
-}
\ No newline at end of file

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 91911, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-29 10:15:12 UTC (rev 91912)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Todd Musall tmus...@comcast.net
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=apcupsd
+pkgver=3.14.10
+pkgrel=5
+pkgdesc=Power mangement and controlling most of APC's UPS models
+arch=(i686 x86_64)
+url=http://www.apcupsd.org;
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+'gconf: for frontend'
+'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+etc/apcupsd/multimon.conf)