emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32811: closed ([PATCH] enlightenment.scm: Fix init


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32811: closed ([PATCH] enlightenment.scm: Fix initial locale and keyboard selection)
Date: Wed, 26 Sep 2018 21:42:01 +0000

Your message dated Wed, 26 Sep 2018 23:41:43 +0200
with message-id <address@hidden>
and subject line Re: [bug#32811] [PATCH] enlightenment.scm: Fix initial locale 
and keyboard selection
has caused the debbugs.gnu.org bug report #32811,
regarding [PATCH] enlightenment.scm: Fix initial locale and keyboard selection
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32811: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32811
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] enlightenment.scm: Fix initial locale and keyboard selection Date: Sun, 23 Sep 2018 15:22:24 +0200
* gnu/packages/enlightenment.scm (enlightenment): Add glibc to inputs and fix 
path to xorg.lst
---
 gnu/packages/enlightenment.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 45dc1dbbe..2d3d0795f 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -275,6 +275,10 @@ Libraries with some extra bells and whistles.")
                  (("/usr/share/X11/xkb/rules/xorg.lst")
                   (string-append xkeyboard
                                  "/share/X11/xkb/rules/base.lst")))
+              (substitute* "src/modules/wizard/page_011.c"
+                 (("/usr/share/X11/xkb/rules/xorg.lst")
+                  (string-append xkeyboard
+                                 "/share/X11/xkb/rules/base.lst")))
                (substitute* "src/modules/everything/evry_plug_apps.c"
                  (("/usr/bin/") ""))
                (substitute* "configure"
@@ -295,6 +299,7 @@ Libraries with some extra bells and whistles.")
        ("dbus" ,dbus)
        ("efl" ,efl)
        ("freetype" ,freetype)
+       ("glibc" ,glibc)
        ("libxcb" ,libxcb)
        ("libxext" ,libxext)
        ("linux-pam" ,linux-pam)
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32811] [PATCH] enlightenment.scm: Fix initial locale and keyboard selection Date: Wed, 26 Sep 2018 23:41:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Timo,

Timo Eisenmann <address@hidden> skribis:

> From 28035fa1ff242d1e4d45fccf0dfe58742702d6aa Mon Sep 17 00:00:00 2001
> From: Timo Eisenmann <address@hidden>
> Date: Wed, 26 Sep 2018 17:01:33 +0200
> Subject: [PATCH] enlightenment.scm: Fix initial locale and keyboard selection
>
> * gnu/packages/enlightenment.scm (enlightenment): Fix paths to 'locale' and 
> 'xorg.lst'

Awesome, pushed as e15ede6e28cfaf5fe951faf88d7c1e3213a476a4.  I added a
copyright line for you (let me know if I got it wrong!) and tweaked the
commit log to match our conventions.

Thank you!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]