From 37744c69958e03b50c5ca67c106dc218b0e8e4c9 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 21 Sep 2018 23:08:48 +0200 Subject: [PATCH] gnome-boxes: fix linkage against bundled libs --- .../patches/fix-linkage-against-bundeled-libs.patch | 11 +++++++++++ srcpkgs/gnome-boxes/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/gnome-boxes/patches/fix-linkage-against-bundeled-libs.patch 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"