Skip to content

Commit

Permalink
gui-apps/gradience: reapply removal of network-dependent test
Browse files Browse the repository at this point in the history
Signed-off-by: Lucio Sauer <[email protected]>
  • Loading branch information
antecrescent committed Aug 6, 2024
1 parent 0d1271c commit 4046fb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion gui-apps/gradience/gradience-0.3.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DEPEND="
RDEPEND="${DEPEND}"

PATCHES=(
"${FILESDIR}"/appstream-test-ignore.patch
"${FILESDIR}"/${P}-appstream-test-ignore.patch
)

src_prepare() {
Expand Down
6 changes: 4 additions & 2 deletions gui-apps/gradience/gradience-0.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ BDEPEND="
dev-util/blueprint-compiler
test? (
dev-libs/appstream-glib
dev-util/desktop-file-utils
)
"
Expand All @@ -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
Expand Down

0 comments on commit 4046fb3

Please sign in to comment.