diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-11 21:22:55 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-22 12:54:37 +0100 |
commit | 14d8c4fe6f76150f35606add7f4540e7127b072a (patch) | |
tree | 427838561e77647de11a147fc387f0bcd1e09e80 /gnu/packages/gnome.scm | |
parent | 19e1bab4a05203db026cd089620581f3b74ed2f7 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 9 |
1 files 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 |