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

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

bug#38850: closed (Fix GNOME Characters)


From: GNU bug Tracking System
Subject: bug#38850: closed (Fix GNOME Characters)
Date: Mon, 06 Jan 2020 14:35:02 +0000

Your message dated Mon, 06 Jan 2020 15:34:24 +0100
with message-id <address@hidden>
and subject line Re: [bug#38850] Fix GNOME Characters
has caused the debbugs.gnu.org bug report #38850,
regarding Fix GNOME Characters
to be marked as done.

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


-- 
38850: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38850
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fix GNOME Characters Date: Wed, 01 Jan 2020 13:59:49 +0300
GNOME Characters needs Typelib files from GTK and gnome-desktop.

---
 gnu/packages/gnome.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad3e78c284..fd21b577c0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -494,7 +494,13 @@ to other formats.")
         (base32
          "08cwz39iwgsyyb2wqhb8vfbmh1cwfkgfiy7adp08w7rwqi99x3dp"))))
     (build-system meson-build-system)
-    (arguments '(#:glib-or-gtk? #t))
+    (arguments `(#:glib-or-gtk? #t
+                 #:phases (modify-phases %standard-phases
+                            (add-after 'install 'wrap
+                              (lambda* (#:key outputs #:allow-other-keys)
+                                (wrap-program (string-append (assoc-ref 
outputs "out") "/bin/gnome-characters")
+                                  `("GI_TYPELIB_PATH" ":" prefix (,(getenv 
"GI_TYPELIB_PATH"))))
+                                #t)))))
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
@@ -504,7 +510,8 @@ to other formats.")
     (inputs
      `(("gjs" ,gjs)
        ("gtk+" ,gtk+)
-       ("libunistring" ,libunistring)))
+       ("libunistring" ,libunistring)
+       ("gnome-desktop" ,gnome-desktop)))
     (home-page "https://wiki.gnome.org/Apps/CharacterMap";)
     (synopsis "Find and insert unusual characters")
     (description "Characters is a simple utility application to find
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38850] Fix GNOME Characters Date: Mon, 06 Jan 2020 15:34:24 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
address@hidden skribis:

> GNOME Characters needs Typelib files from GTK and gnome-desktop.
>
> ---
>  gnu/packages/gnome.scm | 11 +++++++++--
>  1 file changed, 9 insertions(+), 2 deletions(-)

Applied with changes similar to the previous patch.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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