-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-apps/mission-center: skip broken test
Closes: https://bugs.gentoo.org/939377 Signed-off-by: Takuya Wakazono <[email protected]>
- Loading branch information
Showing
4 changed files
with
72 additions
and
48 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
sys-apps/mission-center/files/mission-center-0.4.4-skip-test.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,15 @@ | ||
Upstream does not have valid appstream file. | ||
https://bugs.gentoo.org/939377 | ||
--- a/data/meson.build | ||
+++ b/data/meson.build | ||
@@ -20,10 +20,6 @@ appstream_file = i18n.merge_file( | ||
install_dir: join_paths(get_option('datadir'), 'metainfo') | ||
) | ||
|
||
-appstream_util = find_program('appstream-util', required: false) | ||
-if appstream_util.found() | ||
- test('Validate appstream file', appstream_util, args: ['validate', appstream_file]) | ||
-endif | ||
|
||
install_data('io.missioncenter.MissionCenter.gschema.xml', | ||
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas') |
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