Date: Sunday, March 8, 2020 @ 11:14:10
  Author: bgyorgy
Revision: 591815

archrelease: copy trunk to community-x86_64

Added:
  zint/repos/community-x86_64/PKGBUILD
    (from rev 591814, zint/trunk/PKGBUILD)
  zint/repos/community-x86_64/zint-qt.appdata.xml
    (from rev 591814, zint/trunk/zint-qt.appdata.xml)
Deleted:
  zint/repos/community-x86_64/PKGBUILD
  zint/repos/community-x86_64/zint-qt.appdata.xml

---------------------+
 PKGBUILD            |   95 +++++++++++++++++++++++---------------------------
 zint-qt.appdata.xml |   58 +++++++++++++++---------------
 2 files changed, 74 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-08 11:14:06 UTC (rev 591814)
+++ PKGBUILD    2020-03-08 11:14:10 UTC (rev 591815)
@@ -1,50 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=zint
-pkgname=(zint zint-qt)
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Barcode encoding library supporting over 50 symbologies"
-arch=('x86_64')
-url="http://zint.org.uk/";
-license=('GPL')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
-        zint-qt.appdata.xml)
-sha256sums=('f8fe091fcc67f6d67d1d124f1f0f0d2d8665e5535577d3af4b070d96917a144c'
-            '6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
-
-prepare() {
-       cd $pkgbase-$pkgver
-       rm frontend_qt/ui_*.h  # remove auto-generated files
-}
-
-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=('hicolor-icon-theme' 'qt5-base' 'zint')
-
-       cd $pkgbase-$pkgver
-       make -C backend_qt DESTDIR="$pkgdir" install
-       make -C frontend_qt DESTDIR="$pkgdir" install
-       install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
-       install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
-       install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
-}

Copied: zint/repos/community-x86_64/PKGBUILD (from rev 591814, 
zint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-08 11:14:10 UTC (rev 591815)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=zint
+pkgname=(zint zint-qt)
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Barcode encoding library supporting over 50 symbologies"
+arch=('x86_64')
+url="http://zint.org.uk/";
+license=('GPL')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+        zint-qt.appdata.xml)
+sha256sums=('d986f5a30853b4a7cc170cc7a698c00fc7f4fa81e7f50002f9f8e2064f81e657'
+            '6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
+
+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=('hicolor-icon-theme' 'qt5-base' 'zint')
+
+       cd $pkgbase-$pkgver
+       make -C backend_qt DESTDIR="$pkgdir" install
+       make -C frontend_qt DESTDIR="$pkgdir" install
+       install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
+       install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
+       install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
+}

Deleted: zint-qt.appdata.xml
===================================================================
--- zint-qt.appdata.xml 2020-03-08 11:14:06 UTC (rev 591814)
+++ zint-qt.appdata.xml 2020-03-08 11:14:10 UTC (rev 591815)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>org.zint.zint-qt</id>
-  <launchable type="desktop-id">zint-qt.desktop</launchable>
-  <name>Zint Barcode Studio</name>
-  <summary>Barcode generator</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0</project_license>
-  <description>
-    <p>The Zint project aims to provide a complete barcode generating 
solution. It is hoped that Zint provides a solution which is flexible enough 
for professional users while at the same time takes care of as much of the 
processing as possible to allow easy translation from input data to barcode 
image.</p>
-    <p>Zint is currently able to encode data in over 50 barcode symbologies 
(types of barcode), for each of which it is possible to translate that data 
from either Unicode (UTF-8) or a raw 8-bit data stream. The image can be 
rendered as either a Portable Network Graphic (PNG) image, Windows Bitmap 
(BMP), Graphics Interchange Format (GIF), ZSoft Paintbrush image (PCX), as 
Encapsulated Post Script (EPS) or as a Scalable Vector Graphic (SVG). Many 
options are available for setting the characteristics of the output image 
including the size and colour of the image, the amount of error correction used 
in the symbol and, in the case of raster images, the orientation of the 
image.</p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>http://zint.org.uk/_images/manualImages/gui1.png</image>
-    </screenshot>
-    <screenshot>
-      <image>http://zint.org.uk/_images/manualImages/gui2.png</image>
-    </screenshot>
-    <screenshot>
-​      <image>http://zint.org.uk/_images/manualImages/gui3.png</image>
-    </screenshot>
-    <screenshot>
-​      <image>http://zint.org.uk/_images/manualImages/gui4.png</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://sourceforge.net/p/zint/tickets/</url>
-  <url type="homepage">http://zint.org.uk/</url>
-</component>

Copied: zint/repos/community-x86_64/zint-qt.appdata.xml (from rev 591814, 
zint/trunk/zint-qt.appdata.xml)
===================================================================
--- zint-qt.appdata.xml                         (rev 0)
+++ zint-qt.appdata.xml 2020-03-08 11:14:10 UTC (rev 591815)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.zint.zint-qt</id>
+  <launchable type="desktop-id">zint-qt.desktop</launchable>
+  <name>Zint Barcode Studio</name>
+  <summary>Barcode generator</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>The Zint project aims to provide a complete barcode generating 
solution. It is hoped that Zint provides a solution which is flexible enough 
for professional users while at the same time takes care of as much of the 
processing as possible to allow easy translation from input data to barcode 
image.</p>
+    <p>Zint is currently able to encode data in over 50 barcode symbologies 
(types of barcode), for each of which it is possible to translate that data 
from either Unicode (UTF-8) or a raw 8-bit data stream. The image can be 
rendered as either a Portable Network Graphic (PNG) image, Windows Bitmap 
(BMP), Graphics Interchange Format (GIF), ZSoft Paintbrush image (PCX), as 
Encapsulated Post Script (EPS) or as a Scalable Vector Graphic (SVG). Many 
options are available for setting the characteristics of the output image 
including the size and colour of the image, the amount of error correction used 
in the symbol and, in the case of raster images, the orientation of the 
image.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>http://zint.org.uk/_images/manualImages/gui1.png</image>
+    </screenshot>
+    <screenshot>
+      <image>http://zint.org.uk/_images/manualImages/gui2.png</image>
+    </screenshot>
+    <screenshot>
+​      <image>http://zint.org.uk/_images/manualImages/gui3.png</image>
+    </screenshot>
+    <screenshot>
+​      <image>http://zint.org.uk/_images/manualImages/gui4.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://sourceforge.net/p/zint/tickets/</url>
+  <url type="homepage">http://zint.org.uk/</url>
+</component>

Reply via email to