Skip to content

Commit 78817d5

Browse files
committed
New package: libgexiv2-0.16-0.16.0
1 parent 5b49f22 commit 78817d5

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

common/shlibs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ libdiscid.so.0 libdiscid-0.2.2_1
867867
librhythmbox-core.so.10 librhythmbox-3.4.1_1
868868
libdmapsharing-4.0.so.3 libdmapsharing-3.9.13_1
869869
libgexiv2.so.2 libgexiv2-0.6.1_1
870+
libgexiv2-0.16.so.4 libgexiv2-0.16-0.16.0_1
870871
libraw.so.23 libraw-0.21.0_1
871872
libraw_r.so.23 libraw-0.21.0_1
872873
libdjvulibre.so.21 libdjvulibre-3.5.24_1

srcpkgs/libgexiv2-0.16-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libgexiv2-0.16

srcpkgs/libgexiv2-0.16/template

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Template file for 'libgexiv2-0.16'
2+
pkgname=libgexiv2-0.16
3+
version=0.16.0
4+
revision=1
5+
build_style=meson
6+
build_helper="gir"
7+
configure_args="$(vopt_bool gir introspection) $(vopt_bool vala vapi)"
8+
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala') python3-gobject"
9+
makedepends="libglib-devel exiv2-devel"
10+
short_desc="GObject-based wrapper around the Exiv2 library"
11+
maintainer="Enno Boland <gottox@voidlinux.org>"
12+
license="GPL-2.0-or-later"
13+
homepage="https://wiki.gnome.org/Projects/gexiv2"
14+
changelog="https://gitlab.gnome.org/GNOME/gexiv2/-/raw/master/NEWS"
15+
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/gexiv2-${version}.tar.xz"
16+
checksum=d96f895f24539f966f577b2bb2489ae84f8232970a8d0c064e4a007474a77bbb
17+
18+
build_options="gir vala"
19+
build_options_default="gir vala"
20+
21+
libgexiv2-0.16-devel_package() {
22+
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
23+
short_desc+=" - development files"
24+
pkg_install() {
25+
vmove usr/include
26+
vmove "usr/lib/*.so"
27+
vmove usr/lib/pkgconfig
28+
if [ "$build_option_vala" ]; then
29+
vmove usr/share/vala
30+
fi
31+
if [ "$build_option_gir" ]; then
32+
vmove "usr/share/gir-*"
33+
fi
34+
}
35+
}

srcpkgs/libgexiv2-0.16/update

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkgname=gexiv2

0 commit comments

Comments
 (0)