[arch-commits] Commit in xfce4-cpugraph-plugin/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 01:19:46 UTC 2012


    Date: Saturday, April 28, 2012 @ 21:19:45
  Author: foutrelis
Revision: 157593

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-cpugraph-plugin/repos/staging-i686/
  xfce4-cpugraph-plugin/repos/staging-i686/PKGBUILD
    (from rev 157592, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/staging-i686/xfce4-cpugraph-plugin.install
    (from rev 157592, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
  xfce4-cpugraph-plugin/repos/staging-x86_64/
  xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 157592, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/staging-x86_64/xfce4-cpugraph-plugin.install
    (from rev 157592, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)

----------------------------------------------+
 staging-i686/PKGBUILD                        |   34 +++++++++++++++++++++++++
 staging-i686/xfce4-cpugraph-plugin.install   |   12 ++++++++
 staging-x86_64/PKGBUILD                      |   34 +++++++++++++++++++++++++
 staging-x86_64/xfce4-cpugraph-plugin.install |   12 ++++++++
 4 files changed, 92 insertions(+)

Copied: xfce4-cpugraph-plugin/repos/staging-i686/PKGBUILD (from rev 157592, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 01:19:45 UTC (rev 157593)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ff551087b1f61c47b8746e8687c572aa')
+
+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
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: xfce4-cpugraph-plugin/repos/staging-i686/xfce4-cpugraph-plugin.install (from rev 157592, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===================================================================
--- staging-i686/xfce4-cpugraph-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-cpugraph-plugin.install	2012-04-29 01:19:45 UTC (rev 157593)
@@ -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
+}
+

Copied: xfce4-cpugraph-plugin/repos/staging-x86_64/PKGBUILD (from rev 157592, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 01:19:45 UTC (rev 157593)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ff551087b1f61c47b8746e8687c572aa')
+
+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
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: xfce4-cpugraph-plugin/repos/staging-x86_64/xfce4-cpugraph-plugin.install (from rev 157592, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===================================================================
--- staging-x86_64/xfce4-cpugraph-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-cpugraph-plugin.install	2012-04-29 01:19:45 UTC (rev 157593)
@@ -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