mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
suil: update to 0.10.6
This commit is contained in:
parent
b07e1f0bc6
commit
09778e3e04
2 changed files with 2 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
|||
For whatever reason, Qt5 ships this header on Linux, it does on other
|
||||
distros as well, therefore this check is incorrect and breaks build.
|
||||
|
||||
--- wscript
|
||||
+++ wscript
|
||||
@@ -91,10 +91,6 @@ def configure(conf):
|
||||
if not conf.options.no_qt5:
|
||||
autowaf.check_pkg(conf, 'Qt5Widgets', uselib_store='QT5',
|
||||
atleast_version='5.1.0', mandatory=False)
|
||||
- if conf.check_cxx(header_name = 'QMacCocoaViewContainer',
|
||||
- uselib = 'QT5',
|
||||
- mandatory = False):
|
||||
- autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1)
|
||||
|
||||
conf.check_cc(define_name = 'HAVE_LIBDL',
|
||||
lib = 'dl',
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'suil'
|
||||
pkgname=suil
|
||||
version=0.10.2
|
||||
version=0.10.6
|
||||
revision=1
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config python lv2"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="http://drobilla.net/software/suil/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=9f445910627fb30f4c182b9ee00d1030324910d8a9ce7c9654c34465411da401
|
||||
checksum=06fc70abaa33bd7089dd1051af46f89d378e8465d170347a3190132e6f009b7c
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue