Skip to content

Commit

Permalink
Adhere to AppStream specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Nov 11, 2024
1 parent c3717fc commit a71caff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cutepeaks.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ linux-g++ {
icon64.path = $$PREFIX/share/icons/hicolor/64x64/apps
icon64.files += cutepeaks.png
icon256.path = $$PREFIX/share/icons/hicolor/256x256/apps
icon256.files += icon/256/cutepeaks.png
icon256.files += icon/256/io.github.labsquare.CutePeaks.png

INSTALLS += icon64
INSTALLS += icon256
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Type=Application
Name=cutepeaks
Comment=A simple sanger trace file viewer
Exec=cutepeaks %F
Icon=cutepeaks
Icon=io.github.labsquare.CutePeaks
Terminal=false
Categories=Science;Biology;Qt;
7 changes: 5 additions & 2 deletions io.github.labsquare.CutePeaks.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<!--Created with jdAppdataEdit 5.1-->
<id>io.github.labsquare.CutePeaks</id>
<name>CutePeaks</name>
<summary>standalone Sanger trace viewer</summary>
<developer_name>Labsquare</developer_name>
<summary>Standalone Sanger trace viewer</summary>
<developer id="org.labsquare">
<name>Labsquare</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<description>
Expand All @@ -29,4 +31,5 @@
<url type="homepage">https://labsquare.github.io/CutePeaks/</url>
<url type="bugtracker">https://github.com/labsquare/CutePeaks/issues</url>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">io.github.labsquare.CutePeaks.desktop</launchable>
</component>
4 changes: 2 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ RESOURCES += \


unix {
desktop.files += ../cutepeaks.desktop
desktop.files += ../io.github.labsquare.CutePeaks.desktop
desktop.path = $$PREFIX/share/applications/

icons.files += ../cutepeaks.png
icons.files += ../io.github.labsquare.CutePeaks.png
icons.path = $$PREFIX/share/icons/hicolor/64x64/apps

appdata.files += ../io.github.labsquare.CutePeaks.metainfo.xml
Expand Down

0 comments on commit a71caff

Please sign in to comment.