[arch-commits] Commit in xfce4-genmon-plugin/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jun 30 05:51:56 UTC 2014
Date: Monday, June 30, 2014 @ 07:51:56
Author: fyan
Revision: 215659
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
(from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
Deleted:
xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 37 ------------------------
extra-x86_64/PKGBUILD | 37 ------------------------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 05:51:00 UTC (rev 215658)
+++ extra-i686/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -1,37 +0,0 @@
-# $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')
-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:
Copied: xfce4-genmon-plugin/repos/extra-i686/PKGBUILD (from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+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')
+makedepends=('intltool')
+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 2014-06-30 05:51:00 UTC (rev 215658)
+++ extra-x86_64/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -1,37 +0,0 @@
-# $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')
-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:
Copied: xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD (from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+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')
+makedepends=('intltool')
+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