[arch-commits] Commit in libgexiv2/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 13 13:23:58 UTC 2013


    Date: Wednesday, February 13, 2013 @ 14:23:58
  Author: arodseth
Revision: 84187

upgpkg: libgexiv2 0.5.0-2

Modified:
  libgexiv2/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-13 13:14:46 UTC (rev 84186)
+++ PKGBUILD	2013-02-13 13:23:58 UTC (rev 84187)
@@ -1,29 +1,30 @@
 # $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=libgexiv2
 pkgver=0.5.0
-pkgrel=1
-pkgdesc="GObject-based wrapper around the Exiv2 library."
-arch=('i686' 'x86_64')
-url="http://redmine.yorba.org/projects/gexiv2"
+pkgrel=2
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+url='http://redmine.yorba.org/projects/gexiv2'
 license=('GPL2')
-depends=('exiv2' 'glib2')
+depends=('exiv2' 'glib2' 'gobject-introspection')
 options=('!libtool')
 source=("http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz")
-md5sums=('655528168648fd681a061bddaabc79ee')
+sha256sums=('3e0d1efbe895912d00b4394f8939b230fa581321f28d5c3c0fbac06b065e3010')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-introspection
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list