From d5212d0d62a2a1084e6b0accd84e24da30e2a43e Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 11 Nov 2019 22:04:21 -0600 Subject: [PATCH] suil: update to 0.10.6 --- srcpkgs/suil/patches/ftbfs-cocoa.patch | 16 ---------------- srcpkgs/suil/template | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/suil/patches/ftbfs-cocoa.patch diff --git a/srcpkgs/suil/patches/ftbfs-cocoa.patch b/srcpkgs/suil/patches/ftbfs-cocoa.patch deleted file mode 100644 index afaa297e4f8..00000000000 --- a/srcpkgs/suil/patches/ftbfs-cocoa.patch +++ /dev/null @@ -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', diff --git a/srcpkgs/suil/template b/srcpkgs/suil/template index 902d509ee46..43bdd9e235f 100644 --- a/srcpkgs/suil/template +++ b/srcpkgs/suil/template @@ -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 " 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"