[arch-commits] Commit in xfce4-fsguard-plugin/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Mar 1 11:21:56 UTC 2015
Date: Sunday, March 1, 2015 @ 12:21:56
Author: foutrelis
Revision: 232254
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
xfce4-fsguard-plugin/repos/staging-i686/
xfce4-fsguard-plugin/repos/staging-i686/PKGBUILD
(from rev 232253, xfce4-fsguard-plugin/trunk/PKGBUILD)
xfce4-fsguard-plugin/repos/staging-i686/xfce4-fsguard-plugin.install
(from rev 232253, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
xfce4-fsguard-plugin/repos/staging-x86_64/
xfce4-fsguard-plugin/repos/staging-x86_64/PKGBUILD
(from rev 232253, xfce4-fsguard-plugin/trunk/PKGBUILD)
xfce4-fsguard-plugin/repos/staging-x86_64/xfce4-fsguard-plugin.install
(from rev 232253, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
---------------------------------------------+
staging-i686/PKGBUILD | 38 ++++++++++++++++++++++++++
staging-i686/xfce4-fsguard-plugin.install | 13 ++++++++
staging-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++
staging-x86_64/xfce4-fsguard-plugin.install | 13 ++++++++
4 files changed, 102 insertions(+)
Copied: xfce4-fsguard-plugin/repos/staging-i686/PKGBUILD (from rev 232253, xfce4-fsguard-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-03-01 11:21:56 UTC (rev 232254)
@@ -0,0 +1,38 @@
+# $Id$
+# 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.0.1
+pkgrel=4
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7')
+
+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/staging-i686/xfce4-fsguard-plugin.install (from rev 232253, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
===================================================================
--- staging-i686/xfce4-fsguard-plugin.install (rev 0)
+++ staging-i686/xfce4-fsguard-plugin.install 2015-03-01 11:21:56 UTC (rev 232254)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: xfce4-fsguard-plugin/repos/staging-x86_64/PKGBUILD (from rev 232253, xfce4-fsguard-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-01 11:21:56 UTC (rev 232254)
@@ -0,0 +1,38 @@
+# $Id$
+# 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.0.1
+pkgrel=4
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7')
+
+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/staging-x86_64/xfce4-fsguard-plugin.install (from rev 232253, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
===================================================================
--- staging-x86_64/xfce4-fsguard-plugin.install (rev 0)
+++ staging-x86_64/xfce4-fsguard-plugin.install 2015-03-01 11:21:56 UTC (rev 232254)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list