From ba2f745374b37bc9aad88468d8ff37e8d8d9e11e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 25 Dec 2017 12:10:01 -0200 Subject: [PATCH] libgexiv2: update to 0.10.7. Closes: #10202 [via git-merge-pr] --- srcpkgs/libgexiv2/template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libgexiv2/template b/srcpkgs/libgexiv2/template index 14ecd60a74b..0b8f2474984 100644 --- a/srcpkgs/libgexiv2/template +++ b/srcpkgs/libgexiv2/template @@ -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 " 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 - vmove usr/share/vala + if [ -z "$CROSS_BUILD" ]; then + vmove usr/share/vala + fi if [ "$build_option_gir" ]; then vmove "usr/share/gir-*" fi