mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
gui-apps/gradience: reapply removal of network-dependent test
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index fdebf9be..985ed36e 100644
|
||||
Remove network-dependent test
|
||||
Bug: https://bugs.gentoo.org/921925
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -50,11 +50,6 @@ appstream_file = i18n.merge_file(
|
||||
@@ -46,7 +46,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/appstream-test-ignore.patch
|
||||
"${FILESDIR}"/${P}-appstream-test-ignore.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -35,7 +35,6 @@ BDEPEND="
|
||||
dev-util/blueprint-compiler
|
||||
|
||||
test? (
|
||||
dev-libs/appstream-glib
|
||||
dev-util/desktop-file-utils
|
||||
)
|
||||
"
|
||||
@@ -53,7 +52,10 @@ RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-metainfo-path.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-fix-metainfo-path.patch"
|
||||
"${FILESDIR}/${PN}-0.3.0-appstream-test-ignore.patch"
|
||||
)
|
||||
|
||||
DOCS=(
|
||||
CODE_OF_CONDUCT.md
|
||||
|
||||
Reference in New Issue
Block a user