Date: Sunday, January 13, 2019 @ 17:22:11 Author: foutrelis Revision: 343965
archrelease: copy trunk to extra-x86_64 Added: xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD (from rev 343964, xfce4-battery-plugin/trunk/PKGBUILD) Deleted: xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-01-13 17:22:06 UTC (rev 343964) +++ PKGBUILD 2019-01-13 17:22:11 UTC (rev 343965) @@ -1,36 +0,0 @@ -# Maintainer: Evangelos Foutras <evange...@foutrelis.com> -# Contributor: aurelien <aurel...@archlinux.org> -# Contributor: Aurelien Foret <orel...@chez.com> - -pkgname=xfce4-battery-plugin -pkgver=1.1.1 -pkgrel=1 -pkgdesc="A battery monitor plugin for the Xfce panel" -arch=('x86_64') -license=('GPL2') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('1e94969b93e0c1d6da87364b64c0cdfb40bae5e4a055039be8b67b9e5b3dd44b') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD (from rev 343964, xfce4-battery-plugin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-13 17:22:11 UTC (rev 343965) @@ -0,0 +1,36 @@ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: aurelien <aurel...@archlinux.org> +# Contributor: Aurelien Foret <orel...@chez.com> + +pkgname=xfce4-battery-plugin +pkgver=1.1.2 +pkgrel=1 +pkgdesc="A battery monitor plugin for the Xfce panel" +arch=('x86_64') +license=('GPL2') +url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" +groups=('xfce4-goodies') +depends=('xfce4-panel') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('d601349fa9a979dae99ace39b24d99b97f62b80f42ac5dea5a99e5af3e88d7db') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --disable-debug + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: