From e3bed84f6cbe372b8e25fe3f1c896d23e454e5b8 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 7 Sep 2021 16:03:54 -0400 Subject: 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 dd72cc4da0..4b996be673 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. -- cgit 1.4.1