me
/
guix
Archived
1
0
Fork 0

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.
Liliana Marie Prikler 2023-01-11 21:22:55 +01:00
parent 19e1bab4a0
commit 14d8c4fe6f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 3 deletions

View File

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