guix-patches
[Top][All Lists]
Advanced

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

[bug#66689] [PATCH gnome-team v2 02/14] gnu: template-glib: Update to 3.


From: Vivien Kraus
Subject: [bug#66689] [PATCH gnome-team v2 02/14] gnu: template-glib: Update to 3.36.1.
Date: Sun, 22 Oct 2023 16:20:57 +0200
User-agent: Evolution 3.46.4

* gnu/packages/glib.scm (template-glib): Update to 3.36.1.
[#:configure-flags]: Update variable name.
[inputs]: Update style.
[native-inputs]: Same.
---
 gnu/packages/glib.scm | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b6610ab2c7..af3f15b0ea 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1398,7 +1398,7 @@ (define perl-net-dbus-glib
 (define-public template-glib
   (package
     (name "template-glib")
-    (version "3.34.0")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1406,21 +1406,18 @@ (define-public template-glib
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
+                "00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
     (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("-D" "enable_gtk_doc=true")))
-    (inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib" ,glib)
-       ("gobject-introspection" ,gobject-introspection)))
+     (list #:configure-flags #~'("-D" "gtk_doc=true")))
+    (inputs (list gettext-minimal glib gobject-introspection))
     (native-inputs
-     `(("bison" ,bison)
-       ("flex" ,flex)
-       ("glib:bin" ,glib "bin") ;; For glib-mkenums
-       ("gtk-doc" ,gtk-doc/stable)
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+     (list bison
+           flex
+           `(,glib "bin") ;for glib-mkenums
+           gtk-doc/stable
+           pkg-config
+           vala))
     (home-page "https://gitlab.gnome.org/GNOME/template-glib";)
     (synopsis "Library for template expansion")
     (description
-- 
2.41.0





reply via email to

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