[arch-commits] Commit in xfce4-battery-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 14, 2019 @ 10:12:21
  Author: foutrelis
Revision: 359812

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 359811, 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
===
--- PKGBUILD2019-08-14 10:12:17 UTC (rev 359811)
+++ PKGBUILD2019-08-14 10:12:21 UTC (rev 359812)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-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:

Copied: xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD (from rev 359811, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-14 10:12:21 UTC (rev 359812)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: aurelien 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-battery-plugin
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A battery monitor plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://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=('12be0a44d16bd1e1618513ee64f946814925872db7d1c1188ab1454b00d040a3')
+
+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:


[arch-commits] Commit in xfce4-battery-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
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
===
--- PKGBUILD2019-01-13 17:22:06 UTC (rev 343964)
+++ PKGBUILD2019-01-13 17:22:11 UTC (rev 343965)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-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)
+++ PKGBUILD2019-01-13 17:22:11 UTC (rev 343965)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: aurelien 
+# Contributor: Aurelien Foret 
+
+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:


[arch-commits] Commit in xfce4-battery-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:19:08
  Author: foutrelis
Revision: 335243

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 335242, xfce4-battery-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 22:19:02 UTC (rev 335242)
+++ PKGBUILD2018-09-22 22:19:08 UTC (rev 335243)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-battery-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece')
-
-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 335242, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 22:19:08 UTC (rev 335243)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: aurelien 
+# Contributor: Aurelien Foret 
+
+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: