[arch-commits] Commit in xfce4-fsguard-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 14 10:12:32 UTC 2019


    Date: Wednesday, August 14, 2019 @ 10:12:31
  Author: foutrelis
Revision: 359816

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 359815, xfce4-fsguard-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-14 10:12:28 UTC (rev 359815)
+++ PKGBUILD	2019-08-14 10:12:31 UTC (rev 359816)
@@ -1,36 +0,0 @@
-# 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.0
-pkgrel=2
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/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=('6b038322b49d29625219e6a54497085b8f834b9c1fd15282ce286a6529d7c445')
-
-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:

Copied: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 359815, xfce4-fsguard-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-14 10:12:31 UTC (rev 359816)
@@ -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=1
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/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