From 952175bec8606a3e66b9ba74729cdbe977f35d8b Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 30 Mar 2017 12:59:36 +0300 Subject: [PATCH 1/4] qt5-base:rebuild --- desktop/toolkit/qt5/qt5-base/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml index 5f3c1f94d1..26609daf77 100644 --- a/desktop/toolkit/qt5/qt5-base/pspec.xml +++ b/desktop/toolkit/qt5/qt5-base/pspec.xml @@ -259,7 +259,7 @@ - 2017-03-21 + 2017-03-30 5.7.1 Rebuild for new Toolchain. Stefan Gronewold(groni) From 3d195764a7116d137ff28eb73f4b683d6f606a50 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 30 Mar 2017 13:00:02 +0300 Subject: [PATCH 2/4] qterwidget5:fixed actions.py --- desktop/toolkit/qtermwidget5/actions.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/qtermwidget5/actions.py b/desktop/toolkit/qtermwidget5/actions.py index b88fb4c5d5..72f7d0e0f7 100644 --- a/desktop/toolkit/qtermwidget5/actions.py +++ b/desktop/toolkit/qtermwidget5/actions.py @@ -23,8 +23,10 @@ def build(): def install(): shelltools.cd("build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.domove("/usr/lib64/*", "usr/lib/") - pisitools.removeDir("/usr/lib64") + #fixed library path + if get.buildTYPE() == "x86_64": + pisitools.domove("/usr/lib64/*", "usr/lib/") + pisitools.removeDir("/usr/lib64") shelltools.cd("..") pisitools.dodoc("LICENSE", "AUTHORS", "README.md", "CHANGELOG") From 00d3d47d51e75bde8d987301efe01192e5e42a26 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 30 Mar 2017 13:03:17 +0300 Subject: [PATCH 3/4] qt5-doc:rebuild --- desktop/toolkit/qt5/qt5-doc/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-doc/pspec.xml b/desktop/toolkit/qt5/qt5-doc/pspec.xml index deb4a32052..c0bd508a1e 100644 --- a/desktop/toolkit/qt5/qt5-doc/pspec.xml +++ b/desktop/toolkit/qt5/qt5-doc/pspec.xml @@ -56,7 +56,7 @@ - 2017-02-18 + 2017-03-30 5.7.1 Release bump. Stefan Gronewold From 51a64bb1427fa2607d2ec0147d6d4a1b3922ed10 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 30 Mar 2017 13:08:24 +0300 Subject: [PATCH 4/4] qscintilla2 and qt5-webkit:rebuild --- desktop/toolkit/qscintilla2/pspec.xml | 2 +- desktop/toolkit/qt5/qt5-webkit/pspec.xml | 2 +- need_build | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/toolkit/qscintilla2/pspec.xml b/desktop/toolkit/qscintilla2/pspec.xml index 96128a40b9..1875f90d11 100644 --- a/desktop/toolkit/qscintilla2/pspec.xml +++ b/desktop/toolkit/qscintilla2/pspec.xml @@ -111,7 +111,7 @@ - 2017-02-25 + 2017-03-30 2.10 Release Bump Stefan Gronewold diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml index 31d4486a0b..1eee100f47 100644 --- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -143,7 +143,7 @@ - 2017-03-01 + 2017-03-30 5.7.1 Rebuild for new Toolchain. Stefan Gronewold diff --git a/need_build b/need_build index 7531437965..a5aa71e137 100644 --- a/need_build +++ b/need_build @@ -25,10 +25,10 @@ desktop/kde/graphics/kruler (8 > 7) desktop/kde/plasma/khelpcenter (4 > 8) desktop/lookandfeel/gtk2-engines-murrine (1 > 2) - desktop/toolkit/qscintilla2 (3 > 2) - desktop/toolkit/qt5/qt5-base (7 > 6) - desktop/toolkit/qt5/qt5-doc (6 > 5) - desktop/toolkit/qt5/qt5-webkit (7 > 6) + desktop/toolkit/qscintilla2 (3 > 2) (ok) + desktop/toolkit/qt5/qt5-base (7 > 6) (ok) + desktop/toolkit/qt5/qt5-doc (6 > 5) (ok) + desktop/toolkit/qt5/qt5-webkit (7 > 6) (ok) editor/bluefish (4 > 2) hardware/printer/cups-filters (3 > 2) kernel/drivers/module-nvidia-current (9 > 8)