[arch-commits] Commit in glabels/repos (2 files)

Jan Steffens heftig at archlinux.org
Thu Mar 15 16:59:24 UTC 2018


    Date: Thursday, March 15, 2018 @ 16:59:23
  Author: heftig
Revision: 308610

archrelease: copy trunk to community-staging-x86_64

Added:
  glabels/repos/community-staging-x86_64/
  glabels/repos/community-staging-x86_64/PKGBUILD
    (from rev 308609, glabels/trunk/PKGBUILD)

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

Copied: glabels/repos/community-staging-x86_64/PKGBUILD (from rev 308609, glabels/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-03-15 16:59:23 UTC (rev 308610)
@@ -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.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
+}



More information about the arch-commits mailing list