summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-02-06 10:42:50 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-02-06 10:42:50 +0100
commitb56c0fb5965d9a28f9b5603329544599ff2c18c8 (patch)
tree91ed780bcbffd39c8faccbe129942a7d3fc436e0
parent5a0eea82baf9a3d7a71ba56e8392c56a8547b698 (diff)
downloadgtk+-b56c0fb5965d9a28f9b5603329544599ff2c18c8.tar.gz
Rename project files
Meson and DOAP are the last holdovers for the old "gtk+" name.
-rw-r--r--gtk.doap2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk.doap b/gtk.doap
index f0d0c80920..c07b9eb791 100644
--- a/gtk.doap
+++ b/gtk.doap
@@ -5,7 +5,7 @@
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
- <name xml:lang="en">gtk+</name>
+ <name xml:lang="en">gtk</name>
<shortname>gtk</shortname>
<shortdesc xml:lang="en">Multi-platform toolkit</shortdesc>
<description xml:lang="en">GTK is a multi-platform toolkit for creating graphical user
diff --git a/meson.build b/meson.build
index c2bd69710b..6987df6b16 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gtk+', 'c',
+project('gtk', 'c',
version: '3.94.0',
default_options: [
'buildtype=debugoptimized',