djview: mark broken temporarily.

There's an issue when fetching due to sourceforge's redirects, mark
broken for now.
This commit is contained in:
Érico Rolim 2020-11-21 14:06:36 -03:00
parent 1e0ee1b0af
commit 10838be7ab

View file

@ -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/' \