unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Timo Eisenmann <eisenmann@fn.de>
To: 33578@debbugs.gnu.org
Subject: [bug#33578] [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc'.
Date: Sun, 2 Dec 2018 12:24:58 +0100	[thread overview]
Message-ID: <b9e499d7-3f76-eea1-65b4-9db903453419@fn.de> (raw)

[-- 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


             reply	other threads:[~2018-12-02 11:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 11:24 Timo Eisenmann [this message]
2018-12-04 10:12 ` bug#33578: [PATCH] gnu: enlightenment: Use absolute path to 'edje_cc' Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9e499d7-3f76-eea1-65b4-9db903453419@fn.de \
    --to=eisenmann@fn.de \
    --cc=33578@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).