Skip to content

Commit

Permalink
Adjust name and id of appdata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin committed Dec 12, 2021
1 parent 54ba78c commit 49af1ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ add_subdirectory(src)

set (XDG_APPS_INSTALL_DIR "share/applications" CACHE STRING "The XDG apps dir")

install(FILES pdfquirk.appdata.xml DESTINATION share/metainfo RENAME de.volle_kraft_voraus.pdfquirk.appdata.xml)
install(FILES pdfquirk.appdata.xml DESTINATION share/metainfo RENAME de.volle-kraft-voraus.pdfquirk.appdata.xml)

install(FILES pdfquirk.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME de.volle_kraft_voraus.pdfquirk.desktop)
install(FILES pdfquirk.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME de.volle-kraft-voraus.pdfquirk.desktop)
ecm_install_icons( ICONS resources/64-apps-pdfquirk.png DESTINATION share/icons)

6 changes: 3 additions & 3 deletions pdfquirk.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>pdfquirk</id>
<id>de.volle-kraft-voraus.pdfquirk</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>PDF Quirk</name>
Expand All @@ -10,7 +10,7 @@

It is a really easy to use application for the desktop, useful for everybody who has a scanner or MFD printer.</p>
</description>
<launchable type="desktop-id">pdfquirk.desktop</launchable>
<launchable type="desktop-id">de.volle-kraft-voraus.pdfquirk.desktop</launchable>
<url type="homepage">https://dragotin.github.io/quirksite/</url>
<screenshots>
<screenshot type="default">
Expand All @@ -20,4 +20,4 @@ It is a really easy to use application for the desktop, useful for everybody who
<provides>
<id>pdfquirk.desktop</id>
</provides>
</component>
</component>

0 comments on commit 49af1ba

Please sign in to comment.