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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 25 17:03:47 UTC 2013


    Date: Monday, February 25, 2013 @ 18:03:46
  Author: andrea
Revision: 178580

Undo the qt/qt4 replacement

Modified:
  prison/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 17:02:48 UTC (rev 178579)
+++ PKGBUILD	2013-02-25 17:03:46 UTC (rev 178580)
@@ -3,17 +3,18 @@
 
 pkgname=prison
 pkgver=1.0
-pkgrel=2
+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')
+depends=('qt' 'libdmtx' 'qrencode')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
 md5sums=('8baac61506e37a31482a0df4a5d02cd2')
 
 build() {
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -23,6 +24,6 @@
 }
 
 package() {
-  cd build
+  cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list