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

Eric Bélanger eric at nymeria.archlinux.org
Mon Feb 3 16:36:59 UTC 2014


    Date: Monday, February 3, 2014 @ 17:36:59
  Author: eric
Revision: 205036

upgpkg: xfce4-clipman-plugin 1.2.4-1

Upstream update, Add qrencode support, Clean up PKGBUILD

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-03 14:10:17 UTC (rev 205035)
+++ PKGBUILD	2014-02-03 16:36:59 UTC (rev 205036)
@@ -3,33 +3,30 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=xfce4-clipman-plugin
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'libxtst')
+depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
 makedepends=('intltool')
 install=${pkgname}.install
 source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('61f3be97efa379cb358980c94e14692a')
+sha1sums=('d787962058f21a4cc2e354764375a6b84eba7e08')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|$(TARGET_DIR)/C/media|$(docdir)/html/C/media|' doc/Makefile.in
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
 	--localstatedir=/var \
-	--disable-static \
-	--enable-unique \
 	--disable-debug
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list