me
/
guix
Archived
1
0
Fork 0

gnu: gedit: Update to 40.1.

* gnu/packages/gnome.scm (gedit): Update to 40.1.
[source]: Fix the URI.
[inputs]: Add amtk and tepl.
master
Mathieu Othacehe 2021-09-24 16:18:16 +00:00
parent ff0f9ab7d6
commit af1e95b7df
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 6 additions and 4 deletions

View File

@ -7238,15 +7238,15 @@ javascript engine and the GObject introspection framework.")
(define-public gedit (define-public gedit
(package (package
(name "gedit") (name "gedit")
(version "3.34.1") (version "40.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 "/"
(version-major+minor version) "/" (version-major version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb")))) "149ngl9qw6h59546lir1pa7hvw23ppsnqlj9mfqphmmn5jl99qsm"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
@ -7308,7 +7308,8 @@ javascript engine and the GObject introspection framework.")
(base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs")))) (base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("glib" ,glib) `(("amtk" ,amtk)
("glib" ,glib)
("gspell" ,gspell) ("gspell" ,gspell)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview) ("gtksourceview" ,gtksourceview)
@ -7317,6 +7318,7 @@ javascript engine and the GObject introspection framework.")
("iso-codes" ,iso-codes) ("iso-codes" ,iso-codes)
("python-pygobject" ,python-pygobject) ("python-pygobject" ,python-pygobject)
("python" ,python) ("python" ,python)
("tepl" ,tepl)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libx11" ,libx11) ("libx11" ,libx11)
("vala" ,vala) ("vala" ,vala)