We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6986114 commit fe993a8Copy full SHA for fe993a8
1 file changed
srcpkgs/libgexiv2/template
@@ -1,7 +1,7 @@
1
# Template file for 'libgexiv2'
2
pkgname=libgexiv2
3
version=0.14.5
4
-revision=2
+revision=3
5
build_style=meson
6
build_helper="gir"
7
configure_args="$(vopt_bool gir introspection) $(vopt_bool vala vapi)"
@@ -18,6 +18,11 @@ checksum=0913c53daabab1f1ab586afd55bb55370796f2b8abcc6e37640ab7704ad99ce1
18
build_options="gir vala"
19
build_options_default="gir vala"
20
21
+post_install() {
22
+ # Conflicts with libgexiv2-0.16
23
+ rm -rf ${DESTDIR}/${py3_sitelib}/gi/overrides/GExiv2.py
24
+}
25
+
26
libgexiv2-devel_package() {
27
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
28
short_desc+=" - development files"
0 commit comments