[arch-commits] Commit in xfce4-cpugraph-plugin/repos (8 files)
Eric Bélanger
eric at archlinux.org
Wed Jul 4 19:29:47 UTC 2012
Date: Wednesday, July 4, 2012 @ 15:29:47
Author: eric
Revision: 162991
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
(from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
(from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
(from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
Deleted:
xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
--------------------------------------------+
extra-i686/PKGBUILD | 78 +++++++++++++--------------
extra-i686/xfce4-cpugraph-plugin.install | 26 ++++-----
extra-x86_64/PKGBUILD | 78 +++++++++++++--------------
extra-x86_64/xfce4-cpugraph-plugin.install | 26 ++++-----
4 files changed, 104 insertions(+), 104 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-07-04 19:29:26 UTC (rev 162990)
+++ extra-i686/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.4
-pkgrel=1
-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')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD (from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=1
+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')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/xfce4-cpugraph-plugin.install
===================================================================
--- extra-i686/xfce4-cpugraph-plugin.install 2012-07-04 19:29:26 UTC (rev 162990)
+++ extra-i686/xfce4-cpugraph-plugin.install 2012-07-04 19:29:47 UTC (rev 162991)
@@ -1,13 +0,0 @@
-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-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install (from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===================================================================
--- extra-i686/xfce4-cpugraph-plugin.install (rev 0)
+++ extra-i686/xfce4-cpugraph-plugin.install 2012-07-04 19:29:47 UTC (rev 162991)
@@ -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:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-07-04 19:29:26 UTC (rev 162990)
+++ extra-x86_64/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.4
-pkgrel=1
-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')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD (from rev 162990, xfce4-cpugraph-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-07-04 19:29:47 UTC (rev 162991)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=1
+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')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/xfce4-cpugraph-plugin.install
===================================================================
--- extra-x86_64/xfce4-cpugraph-plugin.install 2012-07-04 19:29:26 UTC (rev 162990)
+++ extra-x86_64/xfce4-cpugraph-plugin.install 2012-07-04 19:29:47 UTC (rev 162991)
@@ -1,13 +0,0 @@
-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-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install (from rev 162990, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===================================================================
--- extra-x86_64/xfce4-cpugraph-plugin.install (rev 0)
+++ extra-x86_64/xfce4-cpugraph-plugin.install 2012-07-04 19:29:47 UTC (rev 162991)
@@ -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