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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:55:28 UTC 2018


    Date: Friday, November 9, 2018 @ 21:55:27
  Author: felixonmars
Revision: 338629

archrelease: copy trunk to staging-x86_64

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

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

Copied: xfce4-systemload-plugin/repos/staging-x86_64/PKGBUILD (from rev 338628, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 21:55:27 UTC (rev 338629)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2bf7d0802534a1eb2e9f251af2bb97abc3f58608c1f01511d302c06111d34812')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static
+  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:



More information about the arch-commits mailing list