notepadqq: broken on musl, Orphaned.

This commit is contained in:
cr6git 2018-03-26 17:20:38 +02:00 committed by Enno Boland
parent 1e7d184657
commit efe98e4ae8
1 changed files with 6 additions and 2 deletions

View File

@ -6,13 +6,17 @@ build_style=qmake
hostmakedepends="pkg-config qt5-tools"
makedepends="qt5-svg-devel qt5-webkit-devel"
depends="desktop-file-utils hicolor-icon-theme"
maintainer="cr6git <quark6@protonmail.com>"
maintainer="Orphaned <orphan@voidlinux.eu>"
short_desc="Text editor for developers"
homepage="http://notepadqq.altervista.org/s/"
homepage="https://notepadqq.com"
license="GPL-3"
distfiles="https://github.com/notepadqq/notepadqq/archive/v${version}.tar.gz"
checksum=423d224724deb5298837327ce7efa0d71dbe73693c783241eeb7bb2327ee97d4
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://github.com/voidlinux/void-packages/issues/9481" ;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel qt5-webkit-devel"
fi