Rename desktop file to remove “GTK” suffix

This commit is contained in:
coderkun 2017-04-22 11:53:54 +02:00
commit d1b80dae60
2 changed files with 2 additions and 1 deletions

View file

@ -7,3 +7,4 @@ Exec=mcg
Path= Path=
Categories=AudioVideo; Categories=AudioVideo;
StartupNotify=true StartupNotify=true
Name[de_DE]=MPDCoverGrid.desktop

View file

@ -42,7 +42,7 @@ setup(
}, },
data_files = [ data_files = [
(os.path.join('share', 'applications'), [ (os.path.join('share', 'applications'), [
"data/MPDCoverGridGTK.desktop" "data/MPDCoverGrid.desktop"
]), ]),
(os.path.join('share', 'glib-2.0', 'schemas'), [ (os.path.join('share', 'glib-2.0', 'schemas'), [
"data/de.coderkun.mcg.gschema.xml" "data/de.coderkun.mcg.gschema.xml"