unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33578] [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc'.
@ 2018-12-02 11:24 Timo Eisenmann
  2018-12-04 10:12 ` bug#33578: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Eisenmann @ 2018-12-02 11:24 UTC (permalink / raw)
  To: 33578

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Hello,
this patch should fix Enlightenment's background import dialog by replacing
'e_prefix_bin_get()' with the proper path to 'edje_cc'.
Regards,
Timo Eisenmann


[-- Attachment #2: 0001-gnu-enlightenment-Use-absolute-path-to-edje_cc.patch --]
[-- Type: text/plain, Size: 1915 bytes --]

From 0db44da76a1586a4d8d827f2640df95666448d4c Mon Sep 17 00:00:00 2001
From: Timo Eisenmann <eisenmann@fn.de>
Date: Sun, 2 Dec 2018 11:44:37 +0100
Subject: [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc'.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: In
'set-system-actions', set absolute file name to 'edje_cc'.
---
 gnu/packages/enlightenment.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 43ac388b2..9989e2f5a 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -275,7 +275,8 @@ Libraries with some extra bells and whistles.")
              (let ((xkeyboard (assoc-ref inputs "xkeyboard-config"))
                    (setxkbmap (assoc-ref inputs "setxkbmap"))
                    (utils     (assoc-ref inputs "util-linux"))
-                   (libc      (assoc-ref inputs "libc")))
+                   (libc      (assoc-ref inputs "libc"))
+                   (efl       (assoc-ref inputs "efl")))
                ;; We need to patch the path to 'base.lst' to be able
                ;; to switch the keyboard layout in E.
                (substitute* (list "src/modules/xkbswitch/e_mod_parse.c"
@@ -290,6 +291,9 @@ Libraries with some extra bells and whistles.")
                                   "src/modules/conf_intl/e_int_config_intl.c"
                                   "src/modules/wizard/page_010.c")
                  (("locale -a") (string-append libc "/bin/locale -a")))
+               (substitute* "src/bin/e_import_config_dialog.c"
+                 (("%s/edje_cc -v %s %s %s\", e_prefix_bin_get\\(\\)")
+                  (string-append efl "/bin/edje_cc -v %s %s %s\"")))
                (substitute* "src/modules/everything/evry_plug_apps.c"
                  (("/usr/bin/") ""))
                (substitute* "configure"
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33578: [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc'.
  2018-12-02 11:24 [bug#33578] [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc' Timo Eisenmann
@ 2018-12-04 10:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-12-04 10:12 UTC (permalink / raw)
  To: Timo Eisenmann; +Cc: 33578-done

Hello,

Timo Eisenmann <eisenmann@fn.de> skribis:

> this patch should fix Enlightenment's background import dialog by replacing
> 'e_prefix_bin_get()' with the proper path to 'edje_cc'.

Good catch.

> From 0db44da76a1586a4d8d827f2640df95666448d4c Mon Sep 17 00:00:00 2001
> From: Timo Eisenmann <eisenmann@fn.de>
> Date: Sun, 2 Dec 2018 11:44:37 +0100
> Subject: [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc'.
>
> * gnu/packages/enlightenment.scm (enlightenment)[arguments]: In
> 'set-system-actions', set absolute file name to 'edje_cc'.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-04 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 11:24 [bug#33578] [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc' Timo Eisenmann
2018-12-04 10:12 ` bug#33578: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).