diff --git a/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch b/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch new file mode 100644 index 00000000000..1dfc6921b1c --- /dev/null +++ b/srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch @@ -0,0 +1,11 @@ +Reason: Fix linkage against bundeled libs +--- src/meson.build ++++ src/meson.build +@@ -202,6 +202,7 @@ executable ('gnome-boxes', vala_sources + resources, + c_args : c_args, + dependencies: dependencies, + link_with: libcommon, ++ install_rpath: join_paths (get_option ('prefix'), pkglibdir), + install: true + ) + diff --git a/srcpkgs/gnome-boxes/template b/srcpkgs/gnome-boxes/template index e0ddc281ca1..207c24f048c 100644 --- a/srcpkgs/gnome-boxes/template +++ b/srcpkgs/gnome-boxes/template @@ -1,7 +1,7 @@ # Template file for 'gnome-boxes' pkgname=gnome-boxes version=3.30.0 -revision=1 +revision=2 build_style=meson # missing dependency: ovirt configure_args="-Dovirt=false"