File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -867,6 +867,7 @@ libdiscid.so.0 libdiscid-0.2.2_1
867867librhythmbox-core.so.10 librhythmbox-3.4.1_1
868868libdmapsharing-4.0.so.3 libdmapsharing-3.9.13_1
869869libgexiv2.so.2 libgexiv2-0.6.1_1
870+ libgexiv2-0.16.so.4 libgexiv2-0.16-0.16.0_1
870871libraw.so.23 libraw-0.21.0_1
871872libraw_r.so.23 libraw-0.21.0_1
872873libdjvulibre.so.21 libdjvulibre-3.5.24_1
Original file line number Diff line number Diff line change 1+ libgexiv2-0.16
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ pkgname=gexiv2
You can’t perform that action at this time.
0 commit comments