diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-07 16:03:54 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-07 16:05:46 -0400 |
commit | e3bed84f6cbe372b8e25fe3f1c896d23e454e5b8 (patch) | |
tree | 6f453d27aa0831e77d30894900f080e879f5a15a | |
parent | 5aeea573714f9b8611c431ad1c5c44090d28fde4 (diff) | |
download | guix-e3bed84f6cbe372b8e25fe3f1c896d23e454e5b8.tar.gz |
gnu: gtksourceviewmm: Update synopsis, description and home-page.
* gnu/packages/gtk.scm (gtksourceviewmm)[synopsis]: Modify. [description]: Modify. [home-page]: Modify.
-rw-r--r-- | gnu/packages/gtk.scm | 12 |
1 files 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. |