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

Balló György bgyorgy at archlinux.org
Mon Jan 30 04:38:02 UTC 2017


    Date: Monday, January 30, 2017 @ 04:38:02
  Author: bgyorgy
Revision: 209435

upgpkg: xapps 1.0.2-2

Do some cleanup

Modified:
  xapps/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 04:22:12 UTC (rev 209434)
+++ PKGBUILD	2017-01-30 04:38:02 UTC (rev 209435)
@@ -1,32 +1,31 @@
+# $Id$
 # Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
 pkgname=xapps
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Common library for X-Apps project"
 arch=('i686' 'x86_64')
+url='https://github.com/linuxmint/xapps'
 license=('GPL')
-depends=('libgnomekbd' 'python3')
+depends=('libgnomekbd' 'python')
 makedepends=('gnome-common' 'gobject-introspection')
-provides=($_pkgname)
-conflicts=('xapps-git')
-url='https://github.com/linuxmint/xapps'
-
+options=(!emptydirs)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+sha256sums=('1443e9f319763f8b90749ea9669880005f315af060f7bbaa2b4241b4c4ca49a4')
 
 build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
+    cd ${pkgname}-${pkgver}
 
-    ./autogen.sh --prefix="/usr" \
-        --localstatedir="/var" \
-        --libexecdir="/usr/lib/${pkgname}"
+    ./autogen.sh --prefix=/usr \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/${pkgname}
     make
 }
 
 package(){
-    cd ${srcdir}/${pkgname}-${pkgver}
-    make DESTDIR="$pkgdir/" install
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list