qupzilla: enable spellcheck plugin using hunspell
This commit is contained in:
parent
8ba3323252
commit
9652bee7de
@ -1,11 +1,12 @@
|
||||
# Template file for 'qupzilla'
|
||||
pkgname=qupzilla
|
||||
version=1.8.9
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=QupZilla-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel qt5-x11extras-devel"
|
||||
makedepends="qt5-devel qt5-script-devel qt5-tools-devel qt5-webkit-devel
|
||||
qt5-x11extras-devel hunspell-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
short_desc="Lightweight multiplatform browser"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
@ -13,3 +14,9 @@ license="GPL-3"
|
||||
homepage="http://www.qupzilla.com/"
|
||||
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||
checksum=620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac
|
||||
|
||||
do_build() {
|
||||
# Avoid disable_parallel_build=yes by re-running make once
|
||||
make ${makejobs} ${make_build_args} ${make_build_target} ||
|
||||
make ${makejobs} ${make_build_args} ${make_build_target}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user