tree-wide: s/GTK+/GTK/g
GTK was renamed.
This commit is contained in:
@@ -45,10 +45,10 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnome.org/;
|
||||
description = "A library implementing a terminal emulator widget for GTK+";
|
||||
description = "A library implementing a terminal emulator widget for GTK";
|
||||
longDescription = ''
|
||||
VTE is a library (libvte) implementing a terminal emulator widget for
|
||||
GTK+, and a minimal sample application (vte) using that. Vte is
|
||||
GTK, and a minimal sample application (vte) using that. Vte is
|
||||
mainly used in gnome-terminal, but can also be used to embed a
|
||||
console/terminal in games, editors, IDEs, etc. VTE supports Unicode and
|
||||
character set conversion, as well as emulating any terminal known to
|
||||
|
||||
@@ -29,14 +29,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://projects.gnome.org/gtkglext/;
|
||||
description = "GtkGLExt, an OpenGL extension to GTK+";
|
||||
longDescription =
|
||||
'' GtkGLExt is an OpenGL extension to GTK+. It provides additional GDK
|
||||
objects which support OpenGL rendering in GTK+ and GtkWidget API
|
||||
add-ons to make GTK+ widgets OpenGL-capable. In contrast to Janne
|
||||
Löf's GtkGLArea, GtkGLExt provides a GtkWidget API that enables
|
||||
OpenGL drawing for standard and custom GTK+ widgets.
|
||||
'';
|
||||
description = "GtkGLExt, an OpenGL extension to GTK";
|
||||
longDescription = ''
|
||||
GtkGLExt is an OpenGL extension to GTK. It provides additional GDK
|
||||
objects which support OpenGL rendering in GTK and GtkWidget API
|
||||
add-ons to make GTK widgets OpenGL-capable. In contrast to Janne
|
||||
Löf's GtkGLArea, GtkGLExt provides a GtkWidget API that enables
|
||||
OpenGL drawing for standard and custom GTK widgets.
|
||||
'';
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user