From 10838be7ab0122e3855c6c524c9a7f67973de84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 21 Nov 2020 14:06:36 -0300 Subject: [PATCH] djview: mark broken temporarily. There's an issue when fetching due to sourceforge's redirects, mark broken for now. --- srcpkgs/djview/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/djview/template b/srcpkgs/djview/template index 136bcced9fb..c7b0cd84bcf 100644 --- a/srcpkgs/djview/template +++ b/srcpkgs/djview/template @@ -19,6 +19,13 @@ if [ "${CROSS_BUILD}" ]; then configure_args+=" ac_cv_path_QMAKE=${XBPS_WRAPPERDIR}/qmake-qt5" fi +case "$XBPS_TARGET_MACHINE" in + armv6l-musl|armv7l-musl|x86_64-musl) + # error while fetching with xbps-fetch + broken="djview-4.12.tar.gz: Temporary Redirect" + ;; +esac + post_extract() { vsed -i -e '/Exec/s/djview4/djview/' \ -e '/StartupWMClass/s/Djview4/DjView/' \