[arch-commits] Commit in bamf/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Nov 13 15:31:55 UTC 2014


    Date: Thursday, November 13, 2014 @ 16:31:54
  Author: alucryd
Revision: 122525

upgpkg: bamf 0.5.0-4

Modified:
  bamf/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-13 14:51:39 UTC (rev 122524)
+++ PKGBUILD	2014-11-13 15:31:54 UTC (rev 122525)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
 
 pkgname=bamf
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Application matching framework'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/bamf'
@@ -11,28 +11,33 @@
 license=('GPL')
 depends=('libgtop' 'libwnck3')
 makedepends=('gobject-introspection' 'python2-lxml' 'vala')
-source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
+source=("http://launchpad.net/bamf/${pkgver%.*}/${pkgver}/+download/bamf-${pkgver}.tar.gz"
         'fix-legacy-window-test.patch')
 sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113'
             '0d052f6d654ae86d14d7f73c428237b9410d11986ee1112d988a7ffe1df0988e')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd bamf-${pkgver}
 
   patch -Np0 -i ../fix-legacy-window-test.patch
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd bamf-${pkgver}
 
   export PYTHON='/usr/bin/python2'
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' \
-              --libexecdir="/usr/lib/${pkgname}" --disable-{static,webapps}
+  ./configure \
+    --prefix='/usr' \
+    --libexecdir='/usr/lib' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-static \
+    --disable-webapps
   make
 }
 
 package() {
-  cd ${pkgbase}-${pkgver}
+  cd bamf-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list