mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
djview: use qmake build-helper
and fix maintainer and license
This commit is contained in:
parent
e8382229a4
commit
d573f8103c
1 changed files with 8 additions and 3 deletions
|
@ -3,11 +3,16 @@ pkgname=djview
|
|||
version=4.10.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="qt5-qmake qt5-tools pkg-config"
|
||||
build_helper=qmake
|
||||
hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
|
||||
makedepends="qt5-devel djvulibre-devel libxkbcommon-devel libSM-devel libXt-devel"
|
||||
short_desc="Portable DjVu viewer and browser plugin"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://djvu.sourceforge.net/djview4.html"
|
||||
distfiles="${SOURCEFORGE_SITE}/djvu/${pkgname}-${version}.tar.gz"
|
||||
checksum=8446f3cd692238421a342f12baa365528445637bffb96899f319fe762fda7c21
|
||||
|
||||
if [ "${CROSS_BUILD}" ]; then
|
||||
configure_args+=" ac_cv_path_QMAKE=${XBPS_WRAPPERDIR}/qmake-qt5"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue