guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gtksourceviewmm: Update synopsis, description and home-page.


From: guix-commits
Subject: 02/03: gnu: gtksourceviewmm: Update synopsis, description and home-page.
Date: Tue, 7 Sep 2021 16:16:48 -0400 (EDT)

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

commit e3bed84f6cbe372b8e25fe3f1c896d23e454e5b8
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Sep 7 16:03:54 2021 -0400

    gnu: gtksourceviewmm: Update synopsis, description and home-page.
    
    * gnu/packages/gtk.scm (gtksourceviewmm)[synopsis]: Modify.
    [description]: Modify.
    [home-page]: Modify.
---
 gnu/packages/gtk.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dd72cc4..4b996be 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1964,14 +1964,12 @@ tutorial.")
      `(("glibmm" ,glibmm-2.64)
        ("gtkmm" ,gtkmm-3)
        ("gtksourceview-3" ,gtksourceview-3)))
-    (synopsis "C++ interface to the GTK+ 'GtkTextView' widget")
-    (description
-     "gtksourceviewmm is a portable C++ library that extends the standard GTK+
-framework for multiline text editing with support for configurable syntax
-highlighting, unlimited undo/redo, search and replace, a completion framework,
-printing and other features typical of a source code editor.")
+    (synopsis "C++ binding for GtkSourceView")
+    (description "GtkSourceViewmm is a C++ wrapper for the gtksourceview
+widget library.  It offers all the power of gtksourceview with an interface
+familiar to C++ developers, including users of the gtkmm library.")
     (license license:lgpl2.1+)
-    (home-page "https://developer.gnome.org/gtksourceview/";)))
+    (home-page "https://wiki.gnome.org/Projects/GtkSourceView";)))
 
 ;;;
 ;;; Python bindings.



reply via email to

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