[arch-commits] Commit in xfce4-netload-plugin/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:54:45 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:54:45
  Author: foutrelis
Revision: 157682

db-move: moved xfce4-netload-plugin from [staging] to [testing] (i686)

Added:
  xfce4-netload-plugin/repos/testing-i686/
  xfce4-netload-plugin/repos/testing-i686/PKGBUILD
    (from rev 157627, xfce4-netload-plugin/repos/staging-i686/PKGBUILD)
  xfce4-netload-plugin/repos/testing-i686/xfce4-netload-plugin.install
    (from rev 157627, xfce4-netload-plugin/repos/staging-i686/xfce4-netload-plugin.install)
Deleted:
  xfce4-netload-plugin/repos/staging-i686/

------------------------------+
 PKGBUILD                     |   33 +++++++++++++++++++++++++++++++++
 xfce4-netload-plugin.install |   12 ++++++++++++
 2 files changed, 45 insertions(+)

Copied: xfce4-netload-plugin/repos/testing-i686/PKGBUILD (from rev 157627, xfce4-netload-plugin/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 02:54:45 UTC (rev 157682)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: aurelien <aurelien at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-netload-plugin
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+install=xfce4-netload-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8029daacf1602275c75ab07d1e2cccea0993caab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: xfce4-netload-plugin/repos/testing-i686/xfce4-netload-plugin.install (from rev 157627, xfce4-netload-plugin/repos/staging-i686/xfce4-netload-plugin.install)
===================================================================
--- testing-i686/xfce4-netload-plugin.install	                        (rev 0)
+++ testing-i686/xfce4-netload-plugin.install	2012-04-29 02:54:45 UTC (rev 157682)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+




More information about the arch-commits mailing list