X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 6F12FF84F5B for ; Thu, 14 Mar 2019 17:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1552586327; bh=xXZw3z217OMqL0wW3sDlrVZWyvQLQRJfJFPe6IAMMIk=; h=From:To:Cc:Subject:Date; b=TPLSWHns2B6QITQTN9RSqqT5JldR/HCjh26m1zZsYm+C0Yb64TJGOTHHSWOBAxKVn tqc8+qSofBvToazRR8XkXXPS5QotJl8QrWU6g89cPZbi6kTXH0Yfx3euC558xBljuZ LwZSIlEQR/BTtOCQSozcBVb/ZTUBP5jRTSRIIt6E= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Francesco Colista Subject: [alpine-aports] [PATCH 1/2] community/py3-qt5: remove qtwebengine Date: Thu, 14 Mar 2019 11:56:52 -0600 Message-Id: <20190314175653.7260-1-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-qt5/APKBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/community/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD index cc92b82631..d038f7a9b0 100644 --- a/community/py3-qt5/APKBUILD +++ b/community/py3-qt5/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-qt5 _pkgname=PyQt5 pkgver=5.12 -pkgrel=0 +pkgrel=1 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" arch="all" @@ -14,12 +14,6 @@ makedepends="python3-dev py-dbus-dev py-sip-dev py-opengl qt5-qtconnectivity-dev qt5-qtmultimedia-dev qt5-qttools-dev qt5-qtserialport-dev qt5-qtx11extras-dev qt5-qtdeclarative-dev " -# not all arches support qtwebengine -case "$CARCH" in -armhf|aarch64|x86_64) - makedepends="$makedepends qt5-qtwebengine-dev" ;; -esac - source="https://www.riverbankcomputing.com/static/Downloads/$_pkgname/${_pkgname}_gpl-$pkgver.zip" builddir="${srcdir}/${_pkgname}_gpl-${pkgver}" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---