[arch-commits] Commit in xfce4-fsguard-plugin/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue May 19 08:47:40 UTC 2020
Date: Tuesday, May 19, 2020 @ 08:47:40
Author: felixonmars
Revision: 386475
archrelease: copy trunk to staging-x86_64
Added:
xfce4-fsguard-plugin/repos/staging-x86_64/
xfce4-fsguard-plugin/repos/staging-x86_64/PKGBUILD
(from rev 386474, xfce4-fsguard-plugin/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: xfce4-fsguard-plugin/repos/staging-x86_64/PKGBUILD (from rev 386474, xfce4-fsguard-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:47:40 UTC (rev 386475)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516')
+
+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