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

Antonio Rojas arojas at archlinux.org
Fri Jul 22 18:50:00 UTC 2016


    Date: Friday, July 22, 2016 @ 18:50:00
  Author: arojas
Revision: 272124

New snapshot, needed by kdepim 16.08

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 16:47:56 UTC (rev 272123)
+++ PKGBUILD	2016-07-22 18:50:00 UTC (rev 272124)
@@ -1,17 +1,20 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=prison
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.2.20160705
+_commit=84724fa132b983266d8cd2b036d5a0f75a78ca46
+pkgrel=1
 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/prison'
 license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-md5sums=('0901ebed8be8da7055fcf534d55bd6cc')
+depends=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules')
+conflicts=('prison-frameworks')
+source=("http://quickgit.kde.org/?p=prison.git&a=snapshot&h=041c75afe7c1667cbed78f216fc07667964ea7a0&fmt=tgz")
+md5sums=('245e7001131436237a9bfb7ebc03b7c4')
 
 prepare() {
   mkdir build
@@ -19,9 +22,11 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../prison \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
   make
 }
 



More information about the arch-commits mailing list