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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:44:00 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:43:59
  Author: felixonmars
Revision: 386450

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 386448, xfce4-systemload-plugin/trunk/PKGBUILD)

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

Copied: xfce4-systemload-plugin/repos/staging-x86_64/PKGBUILD (from rev 386448, xfce4-systemload-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:43:59 UTC (rev 386450)
@@ -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.3
+pkgrel=2
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('custom')
+url="https://docs.xfce.org/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=('052407c575203da4de2db6f4a5e997220d95ec655d393dc3875a0d5a20520775')
+
+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