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

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

bug#43095: closed ([PATCH] gnu: komikku: Build desktop file.)


From: GNU bug Tracking System
Subject: bug#43095: closed ([PATCH] gnu: komikku: Build desktop file.)
Date: Fri, 28 Aug 2020 22:33:02 +0000

Your message dated Fri, 28 Aug 2020 18:32:16 -0400
with message-id <20200828223216.GA23758@jasmine.lan>
and subject line Re: [bug#43095] [PATCH] gnu: komikku: Build desktop file.
has caused the debbugs.gnu.org bug report #43095,
regarding [PATCH] gnu: komikku: Build desktop file.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43095: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43095
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: komikku: Build desktop file. Date: Sat, 29 Aug 2020 00:17:59 +0200
* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 35f224fa80..969bc28fa2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11393,7 +11393,9 @@ integrated profiler via Sysprof, debugging support, and 
more.")
        ("python-pygobject" ,python-pygobject)
        ("python-unidecode" ,python-unidecode)))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
+     `(("desktop-file-utils" ,desktop-file-utils)
+       ("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (home-page "https://gitlab.com/valos/Komikku";)
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43095] [PATCH] gnu: komikku: Build desktop file. Date: Fri, 28 Aug 2020 18:32:16 -0400
On Sat, Aug 29, 2020 at 12:17:59AM +0200, Leo Prikler wrote:
> * gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
> and gettext.

Thanks! Pushed as a4782e401e426e933cb3d2792e16f3fea32b7a87


--- End Message ---

reply via email to

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