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

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

bug#45902: closed ([PATCH] gnu: garcon: Update to 4.16.1.)


From: GNU bug Tracking System
Subject: bug#45902: closed ([PATCH] gnu: garcon: Update to 4.16.1.)
Date: Sat, 16 Jan 2021 22:27:02 +0000

Your message dated Sat, 16 Jan 2021 23:26:42 +0100
with message-id <87bldowmal.fsf@gnu.org>
and subject line Re: bug#45902: [PATCH] gnu: garcon: Update to 4.16.1.
has caused the debbugs.gnu.org bug report #45902,
regarding [PATCH] gnu: garcon: Update to 4.16.1.
to be marked as done.

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


-- 
45902: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45902
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: garcon: Update to 4.16.1. Date: Fri, 15 Jan 2021 20:11:54 +0100
* gnu/packages/xfce.scm (garcon): Update to 4.16.1.
[native-inputs]: Add gobject-introspection, sorted alphabeticaly.
---
 gnu/packages/xfce.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a5c9482c01..2811ff180d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -337,7 +337,7 @@ development.")
 (define-public garcon
   (package
     (name "garcon")
-    (version "0.8.0")
+    (version "4.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -345,12 +345,13 @@ development.")
                                   "garcon-" version ".tar.bz2"))
               (sha256
                (base32
-                "1fx19953fnrk93lak66y3zqbn4n1qvpc77ynzzgdnj5wwngdh4a8"))))
+                "07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)
+     `(("glib:bin" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
-       ("glib:bin" ,glib "bin")))
+       ("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("gtk+-3" ,gtk+)                 ; required by garcon-gtk3-1.pc
        ("libxfce4ui" ,libxfce4ui)))     ; required by garcon-gtk3-1.pc
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#45902: [PATCH] gnu: garcon: Update to 4.16.1. Date: Sat, 16 Jan 2021 23:26:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/xfce.scm (garcon): Update to 4.16.1.
> [native-inputs]: Add gobject-introspection, sorted alphabeticaly.

Applied!


--- End Message ---

reply via email to

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