suil: remove qt4, add qt5 and gtk+3.

This commit is contained in:
maxice8 2018-09-14 17:38:06 -03:00
parent 6d703e80a0
commit c5a884da44
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,10 +1,10 @@
# Template file for 'suil'
pkgname=suil
version=0.10.0
revision=1
revision=2
build_style=waf
hostmakedepends="pkg-config python lv2"
makedepends="gtk+-devel qt-devel"
makedepends="gtk+-devel qt5-devel gtk+3-devel"
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-style"
@ -12,8 +12,8 @@ homepage="http://drobilla.net/software/suil/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=9895c531f80c7e89a2b4b47de589d73b70bf48db0b0cfe56e5d54237ea4b8848
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
makedepends+=" lv2"
fi