mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
gnome-extra/vvmplayer: skip failing test
Closes: https://bugs.gentoo.org/947003 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
fa5356a2ad
commit
1860cad285
@ -0,0 +1,13 @@
|
||||
https://bugs.gentoo.org/947003
|
||||
Requires network access.
|
||||
--- a/data/metainfo/meson.build
|
||||
+++ b/data/metainfo/meson.build
|
||||
@@ -15,7 +15,7 @@ if not get_option('network_tests')
|
||||
endif
|
||||
appstream_args += ['validate-relax', appstream_file]
|
||||
|
||||
-if appstream_util.found()
|
||||
+if false
|
||||
test('Validate appstream file', appstream_util,
|
||||
args: appstream_args)
|
||||
endif
|
@ -25,6 +25,11 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
# requires network access
|
||||
"${FILESDIR}/${P}-skip-appstream-validation.patch"
|
||||
)
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
|
Loading…
x
Reference in New Issue
Block a user