Change file names

This commit is contained in:
Tobias Fella 2020-06-06 18:23:04 +02:00
parent a5a449c08b
commit b8ee516162
3 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
add_definitions(-DQT_USE_QSTRINGBUILDER)
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
install(PROGRAMS org.kde.mobile.alligator.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install(FILES org.kde.mobile.alligator.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
install(PROGRAMS org.kde.alligator.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install(FILES org.kde.alligator.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
install(FILES alligator.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps)
add_subdirectory(src)

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
<id>org.kde.mobile.alligator</id>
<id>org.kde.alligator</id>
<name>Alligator</name>
<name xml:lang="ca">Alligator</name>
<name xml:lang="ca-valencia">Alligator</name>
@ -68,5 +68,5 @@
<provides>
<binary>alligator</binary>
</provides>
<launchable type="desktop-id">org.kde.mobile.alligator.desktop</launchable>
<launchable type="desktop-id">org.kde.alligator.desktop</launchable>
</component>