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

Antonio Rojas arojas at archlinux.org
Fri Jul 22 19:18:16 UTC 2016


    Date: Friday, July 22, 2016 @ 19:18:15
  Author: arojas
Revision: 272128

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  prison/repos/kde-unstable-i686/
  prison/repos/kde-unstable-i686/PKGBUILD
    (from rev 272127, prison/trunk/PKGBUILD)
  prison/repos/kde-unstable-x86_64/
  prison/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 272127, prison/trunk/PKGBUILD)

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

Copied: prison/repos/kde-unstable-i686/PKGBUILD (from rev 272127, prison/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-07-22 19:18:15 UTC (rev 272128)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+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=('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
+}
+
+build() {
+  cd build
+  cmake ../prison \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: prison/repos/kde-unstable-x86_64/PKGBUILD (from rev 272127, prison/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-07-22 19:18:15 UTC (rev 272128)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+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=('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
+}
+
+build() {
+  cd build
+  cmake ../prison \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list