mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/chirurgien: do not validate appstream file
Closes: https://bugs.gentoo.org/885727 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -25,6 +25,8 @@ BDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-dont-validate-appstream.patch )
|
||||
|
||||
src_prepare() {
|
||||
# Do not use the provided postinstall script.
|
||||
sed -i "/^meson.add_install_script/d" meson.build || die
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -25,7 +25,7 @@ appstream_file = i18n.merge_file(
|
||||
)
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
-if appstream_util.found()
|
||||
+if false
|
||||
test('Validate appstream file', appstream_util,
|
||||
args: ['validate', appstream_file]
|
||||
)
|
||||
Reference in New Issue
Block a user