[arch-commits] Commit in prison/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun Feb 24 11:55:55 UTC 2013
Date: Sunday, February 24, 2013 @ 12:55:55
Author: andrea
Revision: 178484
upgpkg: prison 1.0-2
qt4 rebuild
Modified:
prison/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-24 11:42:18 UTC (rev 178483)
+++ PKGBUILD 2013-02-24 11:55:55 UTC (rev 178484)
@@ -3,18 +3,17 @@
pkgname=prison
pkgver=1.0
-pkgrel=1
+pkgrel=2
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=('qt' 'libdmtx' 'qrencode')
+depends=('qt4' '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} \
@@ -24,6 +23,6 @@
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list