Skip to content
Snippets Groups Projects
Commit d8c0c23d authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 0.10.4-2

parent 5c582272
No related branches found
No related tags found
No related merge requests found
......@@ -3,16 +3,23 @@
pkgname=libgexiv2
pkgver=0.10.4
pkgrel=1
pkgrel=2
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' 'gobject-introspection')
makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection' 'setconf')
source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz")
sha256sums=('ad8d31afdc0a1932cc44c4cfcea449497c0d0b445c0ad2f9735707b306e71ca4')
prepare() {
cd "${pkgname/lib/}-$pkgver"
# fix FS#51673
setconf Makefile.am typelibdir '$(libdir)/girepository-1.0'
}
build() {
cd "${pkgname/lib/}-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment