[arch-commits] Commit in xfce4-fsguard-plugin/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Apr 29 02:54:23 UTC 2012
Date: Saturday, April 28, 2012 @ 22:54:23
Author: foutrelis
Revision: 157670
db-move: moved xfce4-fsguard-plugin from [staging] to [testing] (i686)
Added:
xfce4-fsguard-plugin/repos/testing-i686/
xfce4-fsguard-plugin/repos/testing-i686/PKGBUILD
(from rev 157627, xfce4-fsguard-plugin/repos/staging-i686/PKGBUILD)
xfce4-fsguard-plugin/repos/testing-i686/xfce4-fsguard-plugin.install
(from rev 157627, xfce4-fsguard-plugin/repos/staging-i686/xfce4-fsguard-plugin.install)
Deleted:
xfce4-fsguard-plugin/repos/staging-i686/
------------------------------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
xfce4-fsguard-plugin.install | 11 +++++++++++
2 files changed, 45 insertions(+)
Copied: xfce4-fsguard-plugin/repos/testing-i686/PKGBUILD (from rev 157627, xfce4-fsguard-plugin/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-29 02:54:23 UTC (rev 157670)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.7.4' 'hicolor-icon-theme' 'libxfcegui4')
+makedepends=('intltool')
+options=(!libtool)
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8378f922b59a0d5a378af5e45a18c4a3')
+
+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
+}
Copied: xfce4-fsguard-plugin/repos/testing-i686/xfce4-fsguard-plugin.install (from rev 157627, xfce4-fsguard-plugin/repos/staging-i686/xfce4-fsguard-plugin.install)
===================================================================
--- testing-i686/xfce4-fsguard-plugin.install (rev 0)
+++ testing-i686/xfce4-fsguard-plugin.install 2012-04-29 02:54:23 UTC (rev 157670)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
More information about the arch-commits
mailing list