guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: gedit: Update to 44.1.


From: guix-commits
Subject: 03/05: gnu: gedit: Update to 44.1.
Date: Sun, 22 Jan 2023 07:00:16 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 14d8c4fe6f76150f35606add7f4540e7127b072a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jan 11 21:22:55 2023 +0100

    gnu: gedit: Update to 44.1.
    
    * gnu/packages/gnome.scm (gedit): Update to 44.1.
    [native-inputs]: Add gtk-doc.
    [inputs]: Add amtk and tepl.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b0e8330174..7a1b582282 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7872,7 +7872,7 @@ javascript engine and the GObject introspection 
framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "42.2")
+    (version "44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7880,7 +7880,7 @@ javascript engine and the GObject introspection 
framework.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jlgzihi4ywvlr4xj2vbnnxzar8j3mwj0jcn8jp6dh0a3w8jjqiw"))))
+                "1nlgbnagahymb8l41kgz3nwc4p9cj3zx39428z6zik44fa6kfqh4"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7916,6 +7916,7 @@ javascript engine and the GObject introspection 
framework.")
      (list desktop-file-utils           ;for update-desktop-database
            `(,glib "bin")               ;for glib-mkenums, etc.
            gobject-introspection
+           gtk-doc
            intltool
            itstool
            libxml2
@@ -7924,6 +7925,7 @@ javascript engine and the GObject introspection 
framework.")
            vala))
     (inputs
      (list adwaita-icon-theme
+           amtk
            bash-minimal
            glib
            gsettings-desktop-schemas
@@ -7933,7 +7935,8 @@ javascript engine and the GObject introspection 
framework.")
            libpeas
            libsoup
            python
-           python-pygobject))
+           python-pygobject
+           tepl))
     (home-page "https://wiki.gnome.org/Apps/Gedit";)
     (synopsis "GNOME text editor")
     (description "While aiming at simplicity and ease of use, gedit is a



reply via email to

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