diff options
author | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
commit | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch) | |
tree | a02b709cc5107313c2a640ad192b4a4cb790df4f /community/libgexiv2/PKGBUILD | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/libgexiv2/PKGBUILD')
-rw-r--r-- | community/libgexiv2/PKGBUILD | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index 0f2558661..575c0480c 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 99841 2013-10-31 02:01:47Z allan $ +# $Id: PKGBUILD 100330 2013-11-02 11:06:06Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libgexiv2 -pkgver=0.6.1 -pkgrel=2 +pkgver=0.7.0 +pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' arch=('x86_64' 'i686') -url='http://redmine.yorba.org/projects/gexiv2/roadmap' # http://yorba.org/download/gexiv2/ +url='http://redmine.yorba.org/projects/gexiv2/roadmap' license=('GPL2') -depends=('exiv2' 'gobject-introspection') +depends=('exiv2' 'glib2') makedepends=('python-gobject' 'python2-gobject') -source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz") -sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') +source=("http://yorba.org/download/gexiv2/${pkgver%.0}/$pkgname-$pkgver.tar.xz") +sha256sums=('44ae5e74ec82a6b19e366cf6877ce34693ace85c5cb519a7158bdcfcb7e28e64') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$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 @@ -26,9 +26,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: |