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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:22:07 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:22:06
  Author: foutrelis
Revision: 232256

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

Added:
  xfce4-genmon-plugin/repos/staging-i686/
  xfce4-genmon-plugin/repos/staging-i686/PKGBUILD
    (from rev 232255, xfce4-genmon-plugin/trunk/PKGBUILD)
  xfce4-genmon-plugin/repos/staging-x86_64/
  xfce4-genmon-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 232255, xfce4-genmon-plugin/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: xfce4-genmon-plugin/repos/staging-i686/PKGBUILD (from rev 232255, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:22:06 UTC (rev 232256)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=3
+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/staging-x86_64/PKGBUILD (from rev 232255, xfce4-genmon-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:22:06 UTC (rev 232256)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=3
+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