libgexiv2: update to 0.10.9.
This commit is contained in:
parent
b42882cd1c
commit
d0b949cd73
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'libgexiv2'
|
# Template file for 'libgexiv2'
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
version=0.10.8
|
version=0.10.9
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname/lib/}-${version}"
|
wrksrc="${pkgname/lib/}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="$(vopt_if gir '--enable-introspection --enable-vala')"
|
configure_args="-Ddisable-introspection=$(vopt_if gir false true)
|
||||||
hostmakedepends="pkg-config glib-devel gtk-doc
|
-Ddisable-vala=$(vopt_if vala false true) -Denable-gtk-doc=false"
|
||||||
$(vopt_if gir 'gobject-introspection vala-devel')"
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir 'gobject-introspection')"
|
||||||
makedepends="libglib-devel exiv2-devel"
|
makedepends="libglib-devel exiv2-devel $(vopt_if gir 'vala-devel')"
|
||||||
short_desc="GObject-based wrapper around the Exiv2 library"
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
||||||
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
||||||
checksum=81c528fd1e5e03577acd80fb77798223945f043fd1d4e06920c71202eea90801
|
checksum=8806234aa6fd1c345d46bf07a14e82771415071ca5ff63615b1ea62bd2fec0ed
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir vala"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir vala"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libgexiv2-devel_package() {
|
libgexiv2-devel_package() {
|
||||||
|
@ -27,8 +27,7 @@ libgexiv2-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gtk-doc
|
if [ "$build_option_vala" ]; then
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
fi
|
fi
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
|
|
Loading…
Reference in New Issue