libgexiv2: update to 0.14.2.

This commit is contained in:
Mohammed Anas 2023-10-18 19:18:39 +01:00 committed by classabbyamp
parent b30d4197b8
commit 7524c5f74e
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.14.0
revision=3
version=0.14.2
revision=1
build_style=meson
build_helper="gir"
configure_args="-Dintrospection=$(vopt_if gir true false)
-Dvapi=$(vopt_if vala true false)"
configure_args="$(vopt_bool gir introspection) $(vopt_bool vala vapi)"
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala') python3-gobject"
makedepends="libglib-devel exiv2-devel"
short_desc="GObject-based wrapper around the Exiv2 library"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/gexiv2"
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
changelog="https://gitlab.gnome.org/GNOME/gexiv2/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/gexiv2-${version}.tar.xz"
checksum=2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be
build_options="gir vala"
build_options_default="gir vala"
@ -23,7 +23,7 @@ libgexiv2-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
if [ "$build_option_vala" ]; then
vmove usr/share/vala