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

Antonio Rojas arojas at archlinux.org
Mon Nov 21 12:03:56 UTC 2016


    Date: Monday, November 21, 2016 @ 12:03:56
  Author: arojas
Revision: 281723

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

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

-----------------------+
 /PKGBUILD             |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 ------------------------
 extra-x86_64/PKGBUILD |   38 ------------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-21 12:03:18 UTC (rev 281722)
+++ extra-i686/PKGBUILD	2016-11-21 12:03:56 UTC (rev 281723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=prison
-pkgver=5.25.0.git20160814
-_commit=f109d48
-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')
-replaces=('prison-frameworks')
-source=($pkname-$pkgver::"https://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz")
-md5sums=('d7f703b53801d88dc913eefb38a39326')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 281722, prison/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-21 12:03:56 UTC (rev 281723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=5.28.git20161116
+_commit=96d2e4e7
+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')
+conflicts=('prison-frameworks')
+replaces=('prison-frameworks')
+source=("git://git.kde.org/prison.git#commit=${_commit}")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-21 12:03:18 UTC (rev 281722)
+++ extra-x86_64/PKGBUILD	2016-11-21 12:03:56 UTC (rev 281723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=prison
-pkgver=5.25.0.git20160814
-_commit=f109d48
-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')
-replaces=('prison-frameworks')
-source=($pkname-$pkgver::"https://quickgit.kde.org/?p=prison.git&a=snapshot&h=${_commit}&fmt=tgz")
-md5sums=('d7f703b53801d88dc913eefb38a39326')
-
-prepare() {
-  mkdir -p 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/extra-x86_64/PKGBUILD (from rev 281722, prison/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-21 12:03:56 UTC (rev 281723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=5.28.git20161116
+_commit=96d2e4e7
+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')
+conflicts=('prison-frameworks')
+replaces=('prison-frameworks')
+source=("git://git.kde.org/prison.git#commit=${_commit}")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p 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