diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-28 13:29:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-28 13:29:32 +0000 |
commit | 9c4b9874dc7828cf1ed3334776e977ecc1b1a903 (patch) | |
tree | dc9907c29a95487bb2c919ffdf13dd74f57c1073 /main/gexiv2/APKBUILD | |
parent | fc2a93183a50b87766403810ec112f2982582370 (diff) | |
download | aports-9c4b9874dc7828cf1ed3334776e977ecc1b1a903.tar.bz2 aports-9c4b9874dc7828cf1ed3334776e977ecc1b1a903.tar.xz |
main/gexiv2: fix url. disable introspection
the instrospection is currently broken
Diffstat (limited to 'main/gexiv2/APKBUILD')
-rw-r--r-- | main/gexiv2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gexiv2/APKBUILD b/main/gexiv2/APKBUILD index 7b92097907..8c30d1f04a 100644 --- a/main/gexiv2/APKBUILD +++ b/main/gexiv2/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gexiv2 pkgver=0.10.3 -pkgrel=0 +pkgrel=1 pkgdesc="a GObject-based wrapper around the Exiv2 library" -url="http://trac.yorba.org/wiki/gexiv://wiki.gnome.org/gexiv2" +url="https://wiki.gnome.org/Projects/gexiv2" arch="all" license="GPL" depends= depends_dev="glib-dev exiv2-dev" -makedepends="exiv2-dev glib-dev libtool m4 sed gobject-introspection-dev" +makedepends="exiv2-dev glib-dev libtool m4 sed" install= subpackages="$pkgname-dev" source="http://ftp.gnome.org/pub/gnome/sources/gexiv2/${pkgver%.*}/gexiv2-$pkgver.tar.xz" @@ -31,7 +31,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --enable-introspection \ + --disable-introspection \ || return 1 make || return 1 } |