mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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"
|
configure_args+=" ac_cv_path_QMAKE=${XBPS_WRAPPERDIR}/qmake-qt5"
|
||||||
fi
|
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() {
|
post_extract() {
|
||||||
vsed -i -e '/Exec/s/djview4/djview/' \
|
vsed -i -e '/Exec/s/djview4/djview/' \
|
||||||
-e '/StartupWMClass/s/Djview4/DjView/' \
|
-e '/StartupWMClass/s/Djview4/DjView/' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue