[arch-commits] Commit in prison-frameworks/repos (4 files)

Felix Yan fyan at archlinux.org
Tue Jul 14 07:04:37 UTC 2015


    Date: Tuesday, July 14, 2015 @ 09:04:37
  Author: fyan
Revision: 242194

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  prison-frameworks/repos/extra-i686/
  prison-frameworks/repos/extra-i686/PKGBUILD
    (from rev 242193, prison-frameworks/trunk/PKGBUILD)
  prison-frameworks/repos/extra-x86_64/
  prison-frameworks/repos/extra-x86_64/PKGBUILD
    (from rev 242193, prison-frameworks/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: prison-frameworks/repos/extra-i686/PKGBUILD (from rev 242193, prison-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-07-14 07:04:37 UTC (rev 242194)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+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=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=("git://anongit.kde.org/prison.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: prison-frameworks/repos/extra-x86_64/PKGBUILD (from rev 242193, prison-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-07-14 07:04:37 UTC (rev 242194)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison-frameworks
+pkgver=1.1.1.20141027
+_commit=8f25e5a557ca402d3df538c6d0bdad4481b26656
+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=('qt5-base' 'libdmtx' 'qrencode')
+makedepends=('extra-cmake-modules' 'git')
+source=("git://anongit.kde.org/prison.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../prison \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list