summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-08-15 21:43:37 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-09-02 17:04:46 +0200
commit21175594a212476da3187d37aea15243cb601097 (patch)
treef7c2997dd48e1ef80a3017b4a9e15ff4a8fcc2e0 /gnu/packages/gtk.scm
parentd30f6a2e06f93a0950bca74147614551b55db80d (diff)
gnu: Make gtksourceview-5 the default gtksourceview.
* gnu/packages/gtk.scm (gtksourceview-5): Rename to gtksourceview. (gtksourceview): Rename to gtksourceview-4. Adjust accordingly. (gtksourceview-3): Adjust accordingly. * gnu/packages/gnome.scm (tepl, sushi, gedit, gnome-calculator, xpad) (gitg, gnome-boxes, gnome-latex, setzer, gnome-builder) (gtranslator): Use gtksourceview-4. * gnu/packages/guile-xyz.scm (nomad): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/messaging.scm (gajim): Likewise. * gnu/packages/music.scm (zrythm, quodlibet): Likewise. * gnu/packages/syndication.scm (giara): Likewise. * gnu/packages/xfce.scm (mousepad): Likewise.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0dcc725dcf..06a24a641c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -566,7 +566,7 @@ printing and other features typical of a source code editor.")
(license license:lgpl2.0+)
(home-page "https://developer.gnome.org/gtksourceview/")))
-(define-public gtksourceview-5
+(define-public gtksourceview
(package
(name "gtksourceview")
(version "5.4.2")
@@ -618,9 +618,9 @@ GTK+ text widget GtkTextView. It improves GtkTextView by implementing syntax
highlighting and other features typical of a source code editor.")
(license license:lgpl2.1+)))
-(define-public gtksourceview
+(define-public gtksourceview-4
(package
- (inherit gtksourceview-5)
+ (inherit gtksourceview)
(version "4.2.0")
(source (origin
(method url-fetch)
@@ -659,7 +659,7 @@ highlighting and other features typical of a source code editor.")
(list glib gtk+ libxml2))))
(define-public gtksourceview-3
- (package (inherit gtksourceview)
+ (package (inherit gtksourceview-4)
(name "gtksourceview")
(version "3.24.10")
(source (origin