-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adhere to current AppStream specification.
- Loading branch information
1 parent
d6ce759
commit fec1e54
Showing
2 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
From 7392b758746149cd43563bc296abfcc677a642a3 Mon Sep 17 00:00:00 2001 | ||
Date: Sun, 10 Nov 2024 23:53:34 +0100 | ||
Subject: [PATCH] Adhere to AppStream specification. | ||
|
||
--- | ||
...desktop => io.github.labsquare.CutePeaks.desktop | 0 | ||
io.github.labsquare.CutePeaks.metainfo.xml | 7 +++++-- | ||
cutepeaks.png => io.github.labsquare.CutePeaks.png | Bin | ||
src/src.pro | 4 ++-- | ||
4 files changed, 7 insertions(+), 4 deletions(-) | ||
rename cutepeaks.desktop => io.github.labsquare.CutePeaks.desktop (100%) | ||
rename cutepeaks.png => io.github.labsquare.CutePeaks.png (100%) | ||
|
||
diff --git a/cutepeaks.desktop b/io.github.labsquare.CutePeaks.desktop | ||
similarity index 100% | ||
rename from cutepeaks.desktop | ||
rename to io.github.labsquare.CutePeaks.desktop | ||
diff --git a/io.github.labsquare.CutePeaks.metainfo.xml b/io.github.labsquare.CutePeaks.metainfo.xml | ||
index e55a93f..1145633 100644 | ||
--- a/io.github.labsquare.CutePeaks.metainfo.xml | ||
+++ b/io.github.labsquare.CutePeaks.metainfo.xml | ||
@@ -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> | ||
@@ -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> | ||
diff --git a/cutepeaks.png b/io.github.labsquare.CutePeaks.png | ||
similarity index 100% | ||
rename from cutepeaks.png | ||
rename to io.github.labsquare.CutePeaks.png | ||
diff --git a/src/src.pro b/src/src.pro | ||
index 337420b..8c52597 100644 | ||
--- a/src/src.pro | ||
+++ b/src/src.pro | ||
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters