tree-wide: s/GTK+/GTK/g

GTK was renamed.
This commit is contained in:
Jan Tojnar
2019-09-04 00:49:40 +02:00
parent cac6631e61
commit 72e7d569a7
126 changed files with 178 additions and 181 deletions

View File

@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
description = "Tools to extract documentation embedded in GTK+ and GNOME source code";
description = "Tools to extract documentation embedded in GTK and GNOME source code";
homepage = "https://www.gtk.org/gtk-doc";
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];

View File

@@ -22,10 +22,10 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "a helper script that creates application bundles form GTK+ executables for macOS";
description = "a helper script that creates application bundles form GTK executables for macOS";
maintainers = [ maintainers.matthewbauer ];
platforms = platforms.darwin;
homepage = https://wiki.gnome.org/Projects/GTK+/OSX/Bundling;
homepage = https://wiki.gnome.org/Projects/GTK/OSX/Bundling;
license = licenses.gpl2;
};
}

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation {
patches = [ ./bench.patch ];
meta = with stdenv.lib; {
description = "Application designed to test GTK+ performance";
description = "Application designed to test GTK performance";
homepage = http://gtkperf.sourceforge.net/;
license = with licenses; [ gpl2 ];
maintainers = with maintainers; [ dtzWill ];