[arch-commits] Commit in prison/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Mar 17 08:06:04 UTC 2014
Date: Monday, March 17, 2014 @ 09:06:03
Author: andrea
Revision: 208045
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
prison/repos/extra-i686/PKGBUILD
(from rev 208044, prison/trunk/PKGBUILD)
prison/repos/extra-x86_64/PKGBUILD
(from rev 208044, prison/trunk/PKGBUILD)
Deleted:
prison/repos/extra-i686/PKGBUILD
prison/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 ------------------------
extra-x86_64/PKGBUILD | 31 ------------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-03-17 08:05:49 UTC (rev 208044)
+++ extra-i686/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=prison
-pkgver=1.0
-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=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: prison/repos/extra-i686/PKGBUILD (from rev 208044, prison/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=1.1.0
+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')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('d809eaf66b0954dc28e8d63afca838ed')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-03-17 08:05:49 UTC (rev 208044)
+++ extra-x86_64/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=prison
-pkgver=1.0
-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=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: prison/repos/extra-x86_64/PKGBUILD (from rev 208044, prison/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-03-17 08:06:03 UTC (rev 208045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=1.1.0
+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')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('d809eaf66b0954dc28e8d63afca838ed')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list