diff options
author | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
commit | 49e0f6ae5dad013852999f497117d6798b2fb085 (patch) | |
tree | 0df325f48646f4489efda55fa9c9e9bebbe24363 /community/libgexiv2 | |
parent | dbffe56f58d40a9a456baeba5d488c9f968a352a (diff) |
Sat Aug 24 01:47:21 PDT 2013
Diffstat (limited to 'community/libgexiv2')
-rw-r--r-- | community/libgexiv2/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index 69bb7a979..214f55832 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,15 +1,17 @@ -# $Id: PKGBUILD 87061 2013-03-26 15:12:47Z arodseth $ +# $Id: PKGBUILD 96280 2013-08-23 12:38:44Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libgexiv2 pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc='GObject-based wrapper around the Exiv2 library' arch=('x86_64' 'i686') -url='http://redmine.yorba.org/projects/gexiv2' +url='http://redmine.yorba.org/projects/gexiv2/roadmap' +# http://yorba.org/download/gexiv2/ license=('GPL2') depends=('exiv2' 'gobject-introspection') +makedepends=('python-gobject' 'python2-gobject') options=('!libtool') source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz") sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') @@ -17,6 +19,9 @@ sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') build() { cd "$srcdir/$pkgname-$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 } |