libgexiv2: update to 0.10.7.

Closes: #10202 [via git-merge-pr]
This commit is contained in:
maxice8 2017-12-25 12:10:01 -02:00 committed by Jürgen Buchmüller
parent fa53c3421a
commit ba2f745374

View file

@ -1,21 +1,24 @@
# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.10.6
revision=3
version=0.10.7
revision=1
wrksrc="${pkgname/lib/}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
build_style=meson
configure_args="-Ddisable-introspection=$(vopt_if gir false true)
-Denable-gtk-doc=true"
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection) glib-devel gtk-doc"
makedepends="libglib-devel exiv2-devel"
short_desc="GObject-based wrapper around the Exiv2 library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://wiki.gnome.org/Projects/gexiv2"
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
checksum=132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825
checksum=8bbd6dce0d558ac572385d8d726c4ba5caba1da411977806ade7f0e7bf08e3b8
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
hostmakedepends+=" vala"
fi
libgexiv2-devel_package() {
@ -26,7 +29,9 @@ libgexiv2-devel_package() {
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
if [ -z "$CROSS_BUILD" ]; then
vmove usr/share/vala
fi
if [ "$build_option_gir" ]; then
vmove "usr/share/gir-*"
fi