[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 20:14:18 UTC 2014


    Date: Thursday, September 18, 2014 @ 22:14:18
  Author: foutrelis
Revision: 221984

upgpkg: xfce4-verve-plugin 1.0.0-5

Adopt and rebuild for new URL.

Modified:
  xfce4-verve-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 20:13:04 UTC (rev 221983)
+++ PKGBUILD	2014-09-18 20:14:18 UTC (rev 221984)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-verve-plugin
 pkgver=1.0.0
-pkgrel=4
-pkgdesc="command line plugin Xfce4 panel"
+pkgrel=5
+pkgdesc="Command line plugin Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"
@@ -12,22 +13,27 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
+conflicts=('verve-plugin')
 replaces=('verve-plugin')
 source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+sha256sums=('d011a47ed3b075afdb9673342537fae5deeedc7834daf64b95bc0b541545f1a3')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
+  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
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list