[arch-commits] Commit in xfce4-cpugraph-plugin/repos (2 files)

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 08:09:09
  Author: foutrelis
Revision: 386168

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-cpugraph-plugin/repos/staging-x86_64/
  xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD
(from rev 386167, xfce4-cpugraph-plugin/trunk/PKGBUILD)

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

Copied: xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD (from rev 386167, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:09:09 UTC (rev 386168)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL' 'custom')
+url="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3ece0a24e55827e0d9b6314129906da60513acdc1748d9dece9f50526e906ba4')
+
+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
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-cpugraph-plugin/repos (2 files)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:49:39
  Author: foutrelis
Revision: 338721

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-cpugraph-plugin/repos/staging-x86_64/
  xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD
(from rev 338720, xfce4-cpugraph-plugin/trunk/PKGBUILD)

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

Copied: xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD (from rev 338720, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 22:49:39 UTC (rev 338721)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=5
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+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
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et: