[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/61: gnu: Add gtksourceview-3.
From: |
guix-commits |
Subject: |
02/61: gnu: Add gtksourceview-3. |
Date: |
Sat, 9 Mar 2019 02:53:20 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit c5989b03ea985fa75790f200c3b73a3ad7064d57
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 13:09:06 2018 +0200
gnu: Add gtksourceview-3.
* gnu/packages/gtk.scm (gtksourceview-3): New variable.
---
gnu/packages/gtk.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6e5bac0..7b1505e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -444,6 +444,19 @@ 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-3
+ (package (inherit gtksourceview)
+ (name "gtksourceview")
+ (version "3.24.7")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1rp8zspwyw3mmdgccsas3pa6v7s0hqjaaglg6n4kcls7ccx0vhm5"))))))
+
(define-public gdk-pixbuf
(package
(name "gdk-pixbuf")
- branch staging updated (9776417 -> 2b0c755), guix-commits, 2019/03/09
- 02/61: gnu: Add gtksourceview-3.,
guix-commits <=
- 01/61: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2019/03/09
- 10/61: gnu: glibmm: Update to 2.56.0., guix-commits, 2019/03/09
- 03/61: gnu: gtk-doc: Update to 1.28., guix-commits, 2019/03/09
- 05/61: gnu: yelp: Update to 3.28.1., guix-commits, 2019/03/09
- 12/61: gnu: libproxy: Remove network-manager., guix-commits, 2019/03/09
- 15/61: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2019/03/09
- 04/61: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2019/03/09
- 08/61: gnu: file-roller: Update to 3.28.0., guix-commits, 2019/03/09
- 16/61: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/03/09
- 19/61: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/03/09