From 166fc6d8d29974dec42b5be21e5895d6f58f0326 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 1 Oct 2019 13:31:07 +0200 Subject: [PATCH] Override python girdir to get it right with flatpak /usr vs /app split --- libgexiv2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgexiv2.spec b/libgexiv2.spec index 96b3b2b..a90de85 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -40,7 +40,10 @@ This package contains the python3 bindings for %{name} %setup -q -n gexiv2-%{version} %build -%meson -Dgtk_doc=true +%meson \ + -Dgtk_doc=true \ + -Dpython3_girdir=%{python3_sitearch}/gi/overrides \ + %{nil} %meson_build %install