Rename project files

Meson and DOAP are the last holdovers for the old "gtk+" name.
This commit is contained in:
Emmanuele Bassi 2019-02-06 10:42:50 +01:00
parent 5a0eea82ba
commit b56c0fb596
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
project('gtk+', 'c',
project('gtk', 'c',
version: '3.94.0',
default_options: [
'buildtype=debugoptimized',