-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip appstream checks for baseapps, extensions or console applications
This is a workaround until flatpak-builder-lint becomes fully flathub.json aware for builddir and repo checks Baseapps, extensions or console applications should at minimum install a valid appdata file to be able to skip checks Baseapps and extensions can skip through "appstream-failed-validation" and "appstream-missing-icon-file" while console applications can skip "appstream-missing-icon-file"
- Loading branch information
1 parent
3efa25a
commit d47ac5c
Showing
8 changed files
with
101 additions
and
15 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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Application] | ||
name=org.flathub.example.BaseApp |
Binary file added
BIN
+334 Bytes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Application] | ||
name=org.flathub.example.console |
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 @@ | ||
[Runtime] | ||
name=org.flathub.example.extension | ||
runtime=org.example.Platform/x86_64/23.08 | ||
sdk=org.example.Sdk/x86_64/23.08 | ||
|
||
[ExtensionOf] | ||
ref=runtime/org.example.Sdk/x86_64/23.08 | ||
runtime=org.example.Platform/x86_64/23.08 |
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