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

Jan Steffens heftig at archlinux.org
Mon Nov 10 22:24:44 UTC 2014


    Date: Monday, November 10, 2014 @ 23:24:43
  Author: heftig
Revision: 122319

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

Added:
  glabels/repos/community-i686/PKGBUILD
    (from rev 122318, glabels/trunk/PKGBUILD)
  glabels/repos/community-i686/glabels.install
    (from rev 122318, glabels/trunk/glabels.install)
  glabels/repos/community-x86_64/PKGBUILD
    (from rev 122318, glabels/trunk/PKGBUILD)
  glabels/repos/community-x86_64/glabels.install
    (from rev 122318, glabels/trunk/glabels.install)
Deleted:
  glabels/repos/community-i686/PKGBUILD
  glabels/repos/community-i686/glabels.install
  glabels/repos/community-x86_64/PKGBUILD
  glabels/repos/community-x86_64/glabels.install

----------------------------------+
 /PKGBUILD                        |   58 +++++++++++++++++++++++++++++++++++++
 /glabels.install                 |   30 +++++++++++++++++++
 community-i686/PKGBUILD          |   29 ------------------
 community-i686/glabels.install   |   15 ---------
 community-x86_64/PKGBUILD        |   29 ------------------
 community-x86_64/glabels.install |   15 ---------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-10 22:22:25 UTC (rev 122318)
+++ community-i686/PKGBUILD	2014-11-10 22:24:43 UTC (rev 122319)
@@ -1,29 +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.2.0
-pkgrel=1
-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=('c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9')
-
-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-i686/PKGBUILD (from rev 122318, glabels/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-10 22:24:43 UTC (rev 122319)
@@ -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=1
+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
+}

Deleted: community-i686/glabels.install
===================================================================
--- community-i686/glabels.install	2014-11-10 22:22:25 UTC (rev 122318)
+++ community-i686/glabels.install	2014-11-10 22:24:43 UTC (rev 122319)
@@ -1,15 +0,0 @@
-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-i686/glabels.install (from rev 122318, glabels/trunk/glabels.install)
===================================================================
--- community-i686/glabels.install	                        (rev 0)
+++ community-i686/glabels.install	2014-11-10 22:24:43 UTC (rev 122319)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-10 22:22:25 UTC (rev 122318)
+++ community-x86_64/PKGBUILD	2014-11-10 22:24:43 UTC (rev 122319)
@@ -1,29 +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.2.0
-pkgrel=1
-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=('c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9')
-
-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-x86_64/PKGBUILD (from rev 122318, glabels/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-10 22:24:43 UTC (rev 122319)
@@ -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=1
+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
+}

Deleted: community-x86_64/glabels.install
===================================================================
--- community-x86_64/glabels.install	2014-11-10 22:22:25 UTC (rev 122318)
+++ community-x86_64/glabels.install	2014-11-10 22:24:43 UTC (rev 122319)
@@ -1,15 +0,0 @@
-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-x86_64/glabels.install (from rev 122318, glabels/trunk/glabels.install)
===================================================================
--- community-x86_64/glabels.install	                        (rev 0)
+++ community-x86_64/glabels.install	2014-11-10 22:24:43 UTC (rev 122319)
@@ -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