From a490d1932b2733a875c5ddeba3a746e92f2f027f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 08:02:43 +0200 Subject: [PATCH] shiboken: rebuild for Python 3.6 --- common/shlibs | 2 +- srcpkgs/shiboken/patches/{python3.5.patch => python3.6.patch} | 2 +- srcpkgs/shiboken/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename srcpkgs/shiboken/patches/{python3.5.patch => python3.6.patch} (85%) diff --git a/common/shlibs b/common/shlibs index 08165efe7cb..1ceda00cd4a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1567,7 +1567,7 @@ libgtkglext-x11-1.0.so.0 gtkglext-1.2.0_4 libgdkglext-x11-1.0.so.0 gtkglext-1.2.0_4 libXaw3d.so.8 libXaw3d-1.6.2_1 libshiboken-python2.7.so.1.2 libshiboken-python-1.2.2_2 -libshiboken-python3.5.so.1.2 libshiboken-python3-1.2.2_3 +libshiboken-python3.6.so.1.2 libshiboken-python3-1.2.2_4 libpyside-python2.7.so.1.2 libpyside-python-1.2.2_2 libpyside-python3.5.so.1.2 libpyside-python3-1.2.2_3 libupsclient.so.4 libnetwork-ups-tools-2.7.2_1 diff --git a/srcpkgs/shiboken/patches/python3.5.patch b/srcpkgs/shiboken/patches/python3.6.patch similarity index 85% rename from srcpkgs/shiboken/patches/python3.5.patch rename to srcpkgs/shiboken/patches/python3.6.patch index 607e9b26738..7145fb4308b 100644 --- a/srcpkgs/shiboken/patches/python3.5.patch +++ b/srcpkgs/shiboken/patches/python3.6.patch @@ -5,7 +5,7 @@ # CMAKE_FIND_FRAMEWORKS(Python) -FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0) -+FOREACH(_CURRENT_VERSION 3.5 3.4 3.3 3.2 3.1 3.0) ++FOREACH(_CURRENT_VERSION 3.6 3.5 3.4 3.3 3.2 3.1 3.0) IF(_CURRENT_VERSION GREATER 3.1) SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "") ELSE() diff --git a/srcpkgs/shiboken/template b/srcpkgs/shiboken/template index 847b12608f0..e1eb9294eca 100644 --- a/srcpkgs/shiboken/template +++ b/srcpkgs/shiboken/template @@ -1,7 +1,7 @@ # Template file for 'shiboken' pkgname=shiboken version=1.2.2 -revision=3 +revision=4 wrksrc="shiboken-${version}" hostmakedepends="cmake" makedepends="python-devel python3-devel qt-devel libxml2-devel libxslt-devel"