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

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 23 19:47:15 UTC 2020


    Date: Wednesday, December 23, 2020 @ 19:47:15
  Author: foutrelis
Revision: 404951

archrelease: copy trunk to testing-x86_64

Added:
  xfce4-genmon-plugin/repos/testing-x86_64/
  xfce4-genmon-plugin/repos/testing-x86_64/PKGBUILD
    (from rev 404950, xfce4-genmon-plugin/trunk/PKGBUILD)

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

Copied: xfce4-genmon-plugin/repos/testing-x86_64/PKGBUILD (from rev 404950, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-12-23 19:47:15 UTC (rev 404951)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d1256b4b47545c7bdb16842b21eaf3ac167be443e8f2f1093cf4209e65c84e7d')
+
+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:



More information about the arch-commits mailing list