djview: mark broken temporarily.
There's an issue when fetching due to sourceforge's redirects, mark broken for now.
This commit is contained in:
parent
1e0ee1b0af
commit
10838be7ab
1 changed files with 7 additions and 0 deletions
|
@ -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/' \
|
||||
|
|
Loading…
Reference in a new issue