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

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


    Date: Tuesday, May 19, 2020 @ 08:41:58
  Author: felixonmars
Revision: 386434

archrelease: copy trunk to staging-x86_64

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

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

Copied: xfce4-wavelan-plugin/repos/staging-x86_64/PKGBUILD (from rev 386432, xfce4-wavelan-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:41:58 UTC (rev 386434)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin"
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17')
+
+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:



More information about the arch-commits mailing list