[arch-commits] Commit in glabels/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Apr 28 16:57:48 UTC 2018


    Date: Saturday, April 28, 2018 @ 16:57:48
  Author: bgyorgy
Revision: 318379

archrelease: copy trunk to community-x86_64

Added:
  glabels/repos/community-x86_64/PKGBUILD
    (from rev 318378, glabels/trunk/PKGBUILD)
Deleted:
  glabels/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-28 16:57:42 UTC (rev 318378)
+++ PKGBUILD	2018-04-28 16:57:48 UTC (rev 318379)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=glabels
-pkgver=3.4.0
-pkgrel=8
-pkgdesc="Creating labels and business cards the very easy way"
-arch=('x86_64')
-url="http://glabels.org/"
-license=('GPL' 'LGPL')
-depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
-makedepends=('intltool' 'itstool' 'python')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: glabels/repos/community-x86_64/PKGBUILD (from rev 318378, glabels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-28 16:57:48 UTC (rev 318379)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=glabels
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('x86_64')
+url="http://glabels.org/"
+license=('GPL' 'LGPL')
+depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
+makedepends=('intltool' 'itstool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list