Merge pull request #533 from eszlari/rename-xdg

xdg-data: rename files
This commit is contained in:
manongjohn 2020-12-09 09:09:13 -05:00 committed by GitHub
commit 0f3cccb8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,3 @@
install(FILES io.github.Tahoma2D.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)
install(FILES io.github.Tahoma2D.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
install(FILES io.github.Tahoma2D.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/256x256/apps)
install(FILES org.tahoma2d.Tahoma2D.metainfo.xml DESTINATION share/metainfo)
install(FILES org.tahoma2d.Tahoma2D.desktop DESTINATION share/applications)
install(FILES tahoma2d_128.png DESTINATION share/icons/hicolor/128x128/apps RENAME org.tahoma2d.Tahoma2D.png)

View file

@ -2,7 +2,7 @@
Type=Application
Name=Tahoma2D
Comment=2D animation
Icon=io.github.Tahoma2D
Icon=org.tahoma2d.Tahoma2D
Exec=tahoma2d
Categories=Graphics;
Terminal=false

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.Tahoma2D</id>
<launchable type="desktop-id">io.github.Tahoma2D.desktop</launchable>
<id>org.tahoma2d.Tahoma2D</id>
<launchable type="desktop-id">org.tahoma2d.Tahoma2D.desktop</launchable>
<name>Tahoma2D</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause</project_license>
@ -21,11 +21,11 @@
<url type="bugtracker">https://github.com/turtletooth/tahoma2d/issues</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/io.github.Tahoma2D/master/screenshot1.png</image>
<image>https://tahoma2d.readthedocs.io/en/latest/_images/interface.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<content_rating type="oars-1.1"/>
<releases>
<release version="1.1.0" date="2020-10-06"></release>
<release version="1.1.0" date="2020-10-06"/>
</releases>
</component>

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB