[arch-commits] Commit in glabels/repos (6 files)
Jan Steffens
heftig at archlinux.org
Mon Sep 28 19:33:07 UTC 2015
Date: Monday, September 28, 2015 @ 21:33:06
Author: heftig
Revision: 142116
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
glabels/repos/community-staging-i686/
glabels/repos/community-staging-i686/PKGBUILD
(from rev 142115, glabels/trunk/PKGBUILD)
glabels/repos/community-staging-i686/glabels.install
(from rev 142115, glabels/trunk/glabels.install)
glabels/repos/community-staging-x86_64/
glabels/repos/community-staging-x86_64/PKGBUILD
(from rev 142115, glabels/trunk/PKGBUILD)
glabels/repos/community-staging-x86_64/glabels.install
(from rev 142115, glabels/trunk/glabels.install)
------------------------------------------+
community-staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-staging-i686/glabels.install | 15 +++++++++++++++
community-staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-staging-x86_64/glabels.install | 15 +++++++++++++++
4 files changed, 88 insertions(+)
Copied: glabels/repos/community-staging-i686/PKGBUILD (from rev 142115, glabels/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-28 19:33:06 UTC (rev 142116)
@@ -0,0 +1,29 @@
+# $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.2.1
+pkgrel=3
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('i686' 'x86_64')
+url="http://glabels.org/"
+license=('GPL' 'LGPL')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
Copied: glabels/repos/community-staging-i686/glabels.install (from rev 142115, glabels/trunk/glabels.install)
===================================================================
--- community-staging-i686/glabels.install (rev 0)
+++ community-staging-i686/glabels.install 2015-09-28 19:33:06 UTC (rev 142116)
@@ -0,0 +1,15 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+
+post_remove() {
+ post_install $1
+}
Copied: glabels/repos/community-staging-x86_64/PKGBUILD (from rev 142115, glabels/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-28 19:33:06 UTC (rev 142116)
@@ -0,0 +1,29 @@
+# $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.2.1
+pkgrel=3
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('i686' 'x86_64')
+url="http://glabels.org/"
+license=('GPL' 'LGPL')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 'desktop-file-utils' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
Copied: glabels/repos/community-staging-x86_64/glabels.install (from rev 142115, glabels/trunk/glabels.install)
===================================================================
--- community-staging-x86_64/glabels.install (rev 0)
+++ community-staging-x86_64/glabels.install 2015-09-28 19:33:06 UTC (rev 142116)
@@ -0,0 +1,15 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list