-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appstream: Add a check for missing timestamps in catalogue data
- Loading branch information
Showing
10 changed files
with
65 additions
and
0 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
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
1 change: 1 addition & 0 deletions
1
...les/share/app-info/icons/flatpak/128x128/org.flathub.appstream_no_timestamp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+676 Bytes
...eam-missing-timestamp/files/share/app-info/xmls/org.flathub.appstream_no_timestamp.xml.gz
Binary file not shown.
29 changes: 29 additions & 0 deletions
29
...ream-missing-timestamp/files/share/appdata/org.flathub.appstream_no_timestamp.appdata.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>org.flathub.appstream_no_timestamp</id> | ||
<provides> | ||
<id>org.flathub.appstream_no_timestamp.desktop</id> | ||
</provides> | ||
<launchable type="desktop-id">org.flathub.appstream_no_timestamp.desktop</launchable> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<name>Foo Bar</name> | ||
<developer_name>Flathub</developer_name> | ||
<summary>Foo foo foo foo</summary> | ||
<url type="homepage">https://flathub.org</url> | ||
<description> | ||
<p>An example desktop application</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Tux</caption> | ||
<image>https://upload.wikimedia.org/wikipedia/commons/a/af/Tux.png</image> | ||
<caption>foofoo</caption> | ||
</screenshot> | ||
</screenshots> | ||
<url type="bugtracker">https://flathub.org</url> | ||
<content_rating type="oars-1.1"/> | ||
<releases> | ||
<release version="0.0.1" date="2020-08-28"/> | ||
</releases> | ||
</component> |
9 changes: 9 additions & 0 deletions
9
...eam-missing-timestamp/files/share/applications/org.flathub.appstream_no_timestamp.desktop
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,9 @@ | ||
[Desktop Entry] | ||
Name=Example | ||
GenericName=Example | ||
Comment=Example | ||
Exec=Example %U | ||
Icon=org.flathub.appstream_no_timestamp | ||
Type=Application | ||
Categories=Network; | ||
Version=1.1 |
1 change: 1 addition & 0 deletions
1
...p/files/share/icons/hicolor/128x128/apps/org.flathub.appstream_no_timestamp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 @@ | ||
[Application] | ||
name=org.flathub.appstream_no_timestamp | ||
runtime=org.gnome.Platform/x86_64/45 | ||
sdk=org.gnome.Sdk/x86_64/45 | ||
command=foo | ||
|
||
[Context] | ||
filesystems=xdg-download; |
Binary file modified
BIN
+10 Bytes
(100%)
tests/builddir/console/files/share/app-info/xmls/org.flathub.example.console.xml.gz
Binary file not shown.
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