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

Balló György bgyorgy at archlinux.org
Sat Feb 4 14:57:11 UTC 2017


    Date: Saturday, February 4, 2017 @ 14:57:10
  Author: bgyorgy
Revision: 209897

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

Added:
  zint/repos/community-i686/PKGBUILD
    (from rev 209896, zint/trunk/PKGBUILD)
  zint/repos/community-x86_64/PKGBUILD
    (from rev 209896, zint/trunk/PKGBUILD)
Deleted:
  zint/repos/community-i686/PKGBUILD
  zint/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 --------------------
 community-x86_64/PKGBUILD |   41 --------------------
 3 files changed, 86 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-04 14:57:02 UTC (rev 209896)
+++ community-i686/PKGBUILD	2017-02-04 14:57:10 UTC (rev 209897)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=zint
-pkgname=(zint zint-qt)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Barcode encoding library supporting over 50 symbologies"
-arch=('x86_64' 'i686')
-url="http://zint.org.uk/"
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz")
-sha256sums=('6416596e7d070ae18970601379226806fc4fc1024a2061843f87e692409d75fc')
-
-build() {
-	cd $pkgbase-$pkgver
-	cmake -DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package_zint() {
-	depends=('libpng')
-
-	cd $pkgbase-$pkgver
-	make DESTDIR="$pkgdir" install
-
-	rm "$pkgdir/usr/bin/zint-qt" \
-	   "$pkgdir/usr/include/qzint.h" \
-	   "$pkgdir/usr/lib/libQZint.so"*
-}
-
-package_zint-qt() {
-	pkgdesc="Zint Barcode Studio GUI"
-	depends=('qt4' 'zint')
-
-	cd $pkgbase-$pkgver
-	make -C backend_qt4 DESTDIR="$pkgdir" install
-	make -C frontend_qt4 DESTDIR="$pkgdir" install
-}

Copied: zint/repos/community-i686/PKGBUILD (from rev 209896, zint/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-04 14:57:10 UTC (rev 209897)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=zint
+pkgname=(zint zint-qt)
+pkgver=2.5.1
+pkgrel=2
+pkgdesc="Barcode encoding library supporting over 50 symbologies"
+arch=('x86_64' 'i686')
+url="http://zint.org.uk/"
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz")
+sha256sums=('6416596e7d070ae18970601379226806fc4fc1024a2061843f87e692409d75fc')
+
+build() {
+	cd $pkgbase-$pkgver
+	cmake -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package_zint() {
+	depends=('libpng')
+
+	cd $pkgbase-$pkgver
+	make DESTDIR="$pkgdir" install
+
+	rm "$pkgdir/usr/bin/zint-qt" \
+	   "$pkgdir/usr/include/qzint.h" \
+	   "$pkgdir/usr/lib/libQZint.so"*
+}
+
+package_zint-qt() {
+	pkgdesc="Zint Barcode Studio GUI"
+	depends=('qt4' 'zint')
+
+	cd $pkgbase-$pkgver
+	make -C backend_qt4 DESTDIR="$pkgdir" install
+	make -C frontend_qt4 DESTDIR="$pkgdir" install
+	install -Dm644 zint.png "$pkgdir/usr/share/pixmaps/zint.png"
+	install -Dm644 zint-qt.desktop "$pkgdir/usr/share/applications/zint-qt.desktop"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-04 14:57:02 UTC (rev 209896)
+++ community-x86_64/PKGBUILD	2017-02-04 14:57:10 UTC (rev 209897)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=zint
-pkgname=(zint zint-qt)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Barcode encoding library supporting over 50 symbologies"
-arch=('x86_64' 'i686')
-url="http://zint.org.uk/"
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz")
-sha256sums=('6416596e7d070ae18970601379226806fc4fc1024a2061843f87e692409d75fc')
-
-build() {
-	cd $pkgbase-$pkgver
-	cmake -DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package_zint() {
-	depends=('libpng')
-
-	cd $pkgbase-$pkgver
-	make DESTDIR="$pkgdir" install
-
-	rm "$pkgdir/usr/bin/zint-qt" \
-	   "$pkgdir/usr/include/qzint.h" \
-	   "$pkgdir/usr/lib/libQZint.so"*
-}
-
-package_zint-qt() {
-	pkgdesc="Zint Barcode Studio GUI"
-	depends=('qt4' 'zint')
-
-	cd $pkgbase-$pkgver
-	make -C backend_qt4 DESTDIR="$pkgdir" install
-	make -C frontend_qt4 DESTDIR="$pkgdir" install
-}

Copied: zint/repos/community-x86_64/PKGBUILD (from rev 209896, zint/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-04 14:57:10 UTC (rev 209897)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=zint
+pkgname=(zint zint-qt)
+pkgver=2.5.1
+pkgrel=2
+pkgdesc="Barcode encoding library supporting over 50 symbologies"
+arch=('x86_64' 'i686')
+url="http://zint.org.uk/"
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz")
+sha256sums=('6416596e7d070ae18970601379226806fc4fc1024a2061843f87e692409d75fc')
+
+build() {
+	cd $pkgbase-$pkgver
+	cmake -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package_zint() {
+	depends=('libpng')
+
+	cd $pkgbase-$pkgver
+	make DESTDIR="$pkgdir" install
+
+	rm "$pkgdir/usr/bin/zint-qt" \
+	   "$pkgdir/usr/include/qzint.h" \
+	   "$pkgdir/usr/lib/libQZint.so"*
+}
+
+package_zint-qt() {
+	pkgdesc="Zint Barcode Studio GUI"
+	depends=('qt4' 'zint')
+
+	cd $pkgbase-$pkgver
+	make -C backend_qt4 DESTDIR="$pkgdir" install
+	make -C frontend_qt4 DESTDIR="$pkgdir" install
+	install -Dm644 zint.png "$pkgdir/usr/share/pixmaps/zint.png"
+	install -Dm644 zint-qt.desktop "$pkgdir/usr/share/applications/zint-qt.desktop"
+}



More information about the arch-commits mailing list