[arch-commits] Commit in libgexiv2/repos (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 27 16:48:38 UTC 2014


    Date: Sunday, April 27, 2014 @ 18:48:38
  Author: heftig
Revision: 110240

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

Added:
  libgexiv2/repos/community-i686/PKGBUILD
    (from rev 110239, libgexiv2/trunk/PKGBUILD)
  libgexiv2/repos/community-x86_64/PKGBUILD
    (from rev 110239, libgexiv2/trunk/PKGBUILD)
Deleted:
  libgexiv2/repos/community-i686/PKGBUILD
  libgexiv2/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-27 16:47:58 UTC (rev 110239)
+++ community-i686/PKGBUILD	2014-04-27 16:48:38 UTC (rev 110240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.0}/${pkgname/lib/}-$pkgver.tar.xz")
-sha256sums=('9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031')
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 110239, libgexiv2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-27 16:48:38 UTC (rev 110240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz")
+sha256sums=('7675752a59c2f091560be1f39514ef492ec705b9fdea5f52281672e6b3eba2c7')
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-27 16:47:58 UTC (rev 110239)
+++ community-x86_64/PKGBUILD	2014-04-27 16:48:38 UTC (rev 110240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgexiv2
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.0}/${pkgname/lib/}-$pkgver.tar.xz")
-sha256sums=('9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031')
-
-build() {
-  cd "${pkgname/lib/}-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 110239, libgexiv2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-27 16:48:38 UTC (rev 110240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgexiv2
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz")
+sha256sums=('7675752a59c2f091560be1f39514ef492ec705b9fdea5f52281672e6b3eba2c7')
+
+build() {
+  cd "${pkgname/lib/}-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list