[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/76: gnu: gedit: Update to 40.1.
From: |
guix-commits |
Subject: |
22/76: gnu: gedit: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 10:18:14 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 4dd0086853070e7980e84b983c02f188b6ba4760
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 16:18:16 2021 +0000
gnu: gedit: Update to 40.1.
* gnu/packages/gnome.scm (gedit): Update to 40.1.
[source]: Fix the URI.
[inputs]: Add amtk and tepl.
---
gnu/packages/gnome.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f120a9d..ea1d63a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7231,15 +7231,15 @@ javascript engine and the GObject introspection
framework.")
(define-public gedit
(package
(name "gedit")
- (version "3.34.1")
+ (version "40.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
+ "149ngl9qw6h59546lir1pa7hvw23ppsnqlj9mfqphmmn5jl99qsm"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -7301,7 +7301,8 @@ javascript engine and the GObject introspection
framework.")
(base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
("pkg-config" ,pkg-config)))
(inputs
- `(("glib" ,glib)
+ `(("amtk" ,amtk)
+ ("glib" ,glib)
("gspell" ,gspell)
("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview)
@@ -7310,6 +7311,7 @@ javascript engine and the GObject introspection
framework.")
("iso-codes" ,iso-codes)
("python-pygobject" ,python-pygobject)
("python" ,python)
+ ("tepl" ,tepl)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libx11" ,libx11)
("vala" ,vala)
- 13/76: gnu: libportal: Update to 0.4., (continued)
- 13/76: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27
- 11/76: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/27
- 08/76: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/27
- 10/76: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/27
- 09/76: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/27
- 14/76: gnu: Add libadwaita., guix-commits, 2021/09/27
- 17/76: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/27
- 18/76: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/27
- 15/76: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 22/76: gnu: gedit: Update to 40.1.,
guix-commits <=
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 27/76: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 43/76: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 45/76: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 46/76: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 16/76: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/27
- 20/76: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27