-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Fix appstream generation: - Patch appdata and desktop file - Install app icon to proper path - Add monitoring.yml (Part of #4121)
- Loading branch information
Showing
5 changed files
with
57 additions
and
8 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
41 changes: 41 additions & 0 deletions
41
packages/t/tilp/files/0001-Fix-appdata-and-desktop-files.patch
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,41 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Muhammad Alfi Syahrin <[email protected]> | ||
Date: Sat, 11 Jan 2025 19:12:07 +0700 | ||
Subject: [PATCH] Fix appdata and desktop files | ||
|
||
--- | ||
desktop/tilp.appdata.xml | 2 +- | ||
desktop/tilp.desktop.in | 4 ++-- | ||
2 files changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/desktop/tilp.appdata.xml b/desktop/tilp.appdata.xml | ||
index 7b91646..f79f357 100644 | ||
--- a/desktop/tilp.appdata.xml | ||
+++ b/desktop/tilp.appdata.xml | ||
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2015 Ben Rosser <[email protected]> --> | ||
<application> | ||
- <id type="desktop">comical.desktop</id> | ||
+ <id type="desktop">tilp.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<name>TILP2</name> | ||
diff --git a/desktop/tilp.desktop.in b/desktop/tilp.desktop.in | ||
index 6a7d017..2ebe7ad 100644 | ||
--- a/desktop/tilp.desktop.in | ||
+++ b/desktop/tilp.desktop.in | ||
@@ -7,8 +7,8 @@ GenericName=TI Linking Program | ||
GenericName[fr_FR]=Connexion calculatrices TI | ||
Version=1.0 | ||
Type=Application | ||
-Exec=@bindir@/tilp | ||
-Icon=@pixmapsdir@/tilp.png | ||
+Exec=tilp | ||
+Icon=tilp | ||
Terminal=false | ||
Categories=Utility;GTK;X-KDE-Utilities-Peripherals; | ||
MimeType=application/x-tilp; | ||
-- | ||
2.47.1 | ||
|
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,6 @@ | ||
releases: | ||
id: 231547 | ||
rss: https://sourceforge.net/projects/tilp/rss?limit=200 | ||
# No known CPE, checked 2025-01-11 | ||
security: | ||
cpe: ~ |
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
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>tilp</Name> | ||
<Homepage>http://lpg.ticalc.org/prj_tilp/</Homepage> | ||
<Packager> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0-or-later</License> | ||
<PartOf>office</PartOf> | ||
|
@@ -26,6 +26,7 @@ | |
<Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/tilp2.mo</Path> | ||
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/tilp2.mo</Path> | ||
<Path fileType="data">/usr/share/mime/packages/tilp.xml</Path> | ||
<Path fileType="data">/usr/share/pixmaps/tilp.png</Path> | ||
<Path fileType="data">/usr/share/tilp2/COPYING</Path> | ||
<Path fileType="data">/usr/share/tilp2/RELEASE</Path> | ||
<Path fileType="data">/usr/share/tilp2/builder/action.ui</Path> | ||
|
@@ -150,12 +151,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="4"> | ||
<Date>2024-06-22</Date> | ||
<Update release="5"> | ||
<Date>2025-01-11</Date> | ||
<Version>1.18</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |