libgexiv2: update to 0.14.0.
This commit is contained in:
parent
e30093bf00
commit
173aac331f
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'libgexiv2'
|
# Template file for 'libgexiv2'
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
version=0.12.2
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/lib/}-${version}"
|
wrksrc="${pkgname/lib/}-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir true false)
|
configure_args="-Dintrospection=$(vopt_if gir true false)
|
||||||
-Dvapi=$(vopt_if vala true false)"
|
-Dvapi=$(vopt_if vala true false)"
|
||||||
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')"
|
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala') python3-gobject"
|
||||||
makedepends="libglib-devel exiv2-devel"
|
makedepends="libglib-devel exiv2-devel"
|
||||||
short_desc="GObject-based wrapper around the Exiv2 library"
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
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=2322b552aca330eef79724a699c51a302345d5e074738578b398b7f2ff97944c
|
checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue