[arch-commits] Commit in xfce4-genmon-plugin/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 12 17:34:09 UTC 2012
Date: Saturday, May 12, 2012 @ 13:34:09
Author: foutrelis
Revision: 158882
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
(from rev 158881, xfce4-genmon-plugin/trunk/PKGBUILD)
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
(from rev 158881, xfce4-genmon-plugin/trunk/PKGBUILD)
Deleted:
xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 71 +++++++++++++++++++++++++-----------------------
extra-x86_64/PKGBUILD | 71 +++++++++++++++++++++++++-----------------------
2 files changed, 76 insertions(+), 66 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-05-12 17:33:47 UTC (rev 158881)
+++ extra-i686/PKGBUILD 2012-05-12 17:34:09 UTC (rev 158882)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-genmon-plugin
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('LGPL2.1')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e0022e15d4211a87c17d9f252b68e1d3')
-
-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-genmon-plugin/repos/extra-i686/PKGBUILD (from rev 158881, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-12 17:34:09 UTC (rev 158882)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/3.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387')
+
+build() {
+ cd "$srcdir/$pkgname-3.4"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-3.4"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-05-12 17:33:47 UTC (rev 158881)
+++ extra-x86_64/PKGBUILD 2012-05-12 17:34:09 UTC (rev 158882)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-genmon-plugin
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('LGPL2.1')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e0022e15d4211a87c17d9f252b68e1d3')
-
-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-genmon-plugin/repos/extra-x86_64/PKGBUILD (from rev 158881, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-05-12 17:34:09 UTC (rev 158882)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/3.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387')
+
+build() {
+ cd "$srcdir/$pkgname-3.4"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-3.4"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list