From 2e54a9abecf9d45a64f4380343e1f31041d24118 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 25 Nov 2018 15:44:19 -0200 Subject: [PATCH] tilix: mark as broken on *-musl --- srcpkgs/tilix/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template index 1e1f4f4a55..c282b662ed 100644 --- a/srcpkgs/tilix/template +++ b/srcpkgs/tilix/template @@ -12,6 +12,10 @@ homepage="https://gnunn1.github.io/tilix-web/" distfiles="https://github.com/gnunn1/${pkgname}/archive/${version}.tar.gz" checksum=b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="Couldn*t recognize the image file format for file *./icons/16x16/actions/tilix-add-horizontal-symbolic.symbolic.png*" ;; +esac + pre_configure() { autoreconf -fi }