[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/62: gnu: eog: Ensure RUNPATH contains output library directory.
From: |
guix-commits |
Subject: |
60/62: gnu: eog: Ensure RUNPATH contains output library directory. |
Date: |
Fri, 8 Feb 2019 16:26:45 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 47edab10b21ff63665fc32af1a15558d65035af7
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 30 08:54:54 2018 +0100
gnu: eog: Ensure RUNPATH contains output library directory.
* gnu/packages/gnome.scm (eog)[arguments]: Pass configure flag to add
$out/lib/eog to RUNPATH.
---
gnu/packages/gnome.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7f4e5ef..8d8f1a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3875,7 +3875,11 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
"1gasrfqi7qrzdq1idh29r0n6ikkqjb6pbp7a8k5krfz5hkhyfin0"))))
(build-system meson-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags
+ ;; Otherwise, the RUNPATH will lack the final 'eog' path component.
+ (list (string-append "-Dc_link_args=-Wl,-rpath="
+ (assoc-ref %outputs "out") "/lib/eog"))
+ #:phases
(modify-phases %standard-phases
(add-after 'install 'wrap-eog
(lambda* (#:key outputs #:allow-other-keys)
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., (continued)
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/02/08
- 29/62: gnu: librsvg: Build Vala bindings., guix-commits, 2019/02/08
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/02/08
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/02/08
- 51/62: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/02/08
- 44/62: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/02/08
- 59/62: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/02/08
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/02/08
- 60/62: gnu: eog: Ensure RUNPATH contains output library directory.,
guix-commits <=
- 56/62: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/02/08
- 54/62: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/02/08
- 14/62: gnu: gcr: Update to 3.28.0., guix-commits, 2019/02/08