Date: Saturday, April 28, 2012 @ 21:23:18
  Author: eric
Revision: 157597

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

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

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: xfce4-verve-plugin/repos/staging-i686/PKGBUILD (from rev 157596, 
xfce4-verve-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2012-04-29 01:23:18 UTC (rev 157597)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andy...@archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="command line plugin Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+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-verve-plugin/repos/staging-x86_64/PKGBUILD (from rev 157596, 
xfce4-verve-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2012-04-29 01:23:18 UTC (rev 157597)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andy...@archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="command line plugin Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+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
+}

Reply via email to