guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/62: gnu: Add gtksourceview-3.


From: guix-commits
Subject: 02/62: gnu: Add gtksourceview-3.
Date: Wed, 23 Jan 2019 06:12:44 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 3ea749b2f207e9434f814378c1e22c89cd5bf709
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 86b8d8c..4e88058 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -443,6 +443,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]