From 4ee710a011892c46055a5418f0314d51f181f94f Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 10 Oct 2015 08:13:38 +0300 Subject: [PATCH 01/34] python-qt5:fixed import QtCore error --- .../language/python/python-qt5/actions.py | 64 ++++++++++++++++--- .../language/python/python-qt5/pspec.xml | 14 ++-- .../python/python-qt5/translations.xml | 3 +- 3 files changed, 65 insertions(+), 16 deletions(-) diff --git a/programming/language/python/python-qt5/actions.py b/programming/language/python/python-qt5/actions.py index afd125bec1..90b38c0ef5 100644 --- a/programming/language/python/python-qt5/actions.py +++ b/programming/language/python/python-qt5/actions.py @@ -18,22 +18,58 @@ def setup(): --assume-shared \ --no-timestamp \ --qsci-api \ + --enable=QtDBus \ + --enable=QtQml \ + --enable=QtQuick \ + --enable=QtQuickWidgets \ + --enable=QtOpenGL \ + --enable=QtTest \ + --enable=QtSql \ + --enable=QtSensors \ + --enable=QtCore \ + --enable=QtWidgets \ + --enable=QtWebKitWidgets \ + --enable=QtXml \ + --enable=QtGui \ + --enable=QtNetwork \ + --enable=QtWebKit \ + --enable=QtPrintSupport \ + --enable=QtX11Extras \ --sip /usr/bin/sip \ --qmake='/usr/lib/qt5/bin/qmake' \ - --destdir='/usr/lib/python3.4/site-packages/' \ + --destdir='/usr/lib/python3.4/site-packages' \ --sip-incdir='/usr/include/python3.4m' \ CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") + #shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) shelltools.system("python configure.py --confirm-license \ --assume-shared \ --no-timestamp \ --qsci-api \ - --destdir='/usr/lib/python2.7/site-packages/' \ + --enable=QtDBus \ + --enable=QtQml \ + --enable=QtQuick \ + --enable=QtQuickWidgets \ + --enable=QtOpenGL \ + --enable=QtTest \ + --enable=QtSql \ + --enable=QtSensors \ + --enable=QtCore \ + --enable=QtWidgets \ + --enable=QtWebKitWidgets \ + --enable=QtXml \ + --enable=QtGui \ + --enable=QtNetwork \ + --enable=QtWebKit \ + --enable=QtPrintSupport \ + --enable=QtX11Extras \ + --destdir='/usr/lib/python2.7/site-packages' \ --sip-incdir='/usr/include/python2.7' \ - --sip /usr/bin/sip2 \ + --sip /usr/bin/python2-sip \ --qmake='/usr/lib/qt5/bin/qmake'") - shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") + + #shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") def build(): autotools.make() @@ -41,14 +77,24 @@ def build(): autotools.make() def install(): + shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) + autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) + # Fix conflicts with python3-pyqt5 + pisitools.rename("/usr/bin/pylupdate5", "py2lupdate5") + pisitools.rename("/usr/bin/pyrcc5", "py2rcc5") + pisitools.rename("/usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so", "libpy2qt5qmlplugin.so") + pisitools.rename("/usr/share/qt5/qsci/api/python/PyQt5.api", "Py2Qt5.api") + #pisitools.remove("/usr/lib/qt5/plugins/designer/libpyqt5.so") + pisitools.rename("/usr/bin/pyuic5", "python2-pyuic5") + + shelltools.cd("%s/PyQt-gpl-5.4.2" % get.workDIR()) autotools.rawInstall("-C pyrcc DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) autotools.rawInstall("-C pylupdate DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) - pisitools.rename("/usr/bin/pyuic5", "py3uic5") - - shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) - autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) - pisitools.rename("/usr/bin/pyuic5", "pyuic5") + #pisitools.insinto("/usr/share/sip/PyQt5", "./sip/*") + # Fix conflicts with python-pyqt5 + #pisitools.rename("/usr/bin/pyuic5", "python3-pyuic5") + pisitools.dohtml("doc/html/*") pisitools.dodoc("NEWS", "README","LICENSE*") diff --git a/programming/language/python/python-qt5/pspec.xml b/programming/language/python/python-qt5/pspec.xml index d9a7b4b18e..10e260f649 100644 --- a/programming/language/python/python-qt5/pspec.xml +++ b/programming/language/python/python-qt5/pspec.xml @@ -18,6 +18,7 @@ python3-devel python-devel python3-sip + python-sip qt5-base-devel qt5-connectivity-devel qt5-declarative-devel @@ -48,11 +49,11 @@ /usr/bin/pylupdate5 + /usr/bin/py2lupdate5 /usr/bin/pyrcc5 + /usr/bin/py2rcc5 /usr/share/qt5/qsci/api - /usr/share/sip/PyQt5 - /usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so - /usr/lib/qt5/plugins/designer/libpyqt5.so + /usr/share/sip/PyQt5 @@ -74,8 +75,9 @@ qt5-xmlpatterns - /usr/bin/pyuic5 + /usr/bin/python2-pyuic5 /usr/lib/python2.7/site-packages + /usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so @@ -97,8 +99,10 @@ qt5-xmlpatterns - /usr/bin/py3uic5 + /usr/bin/pyuic5 /usr/lib/python3.4/site-packages + /usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so + /usr/lib/qt5/plugins/designer/libpyqt5.so diff --git a/programming/language/python/python-qt5/translations.xml b/programming/language/python/python-qt5/translations.xml index 0717cc7f9f..55d0863a84 100644 --- a/programming/language/python/python-qt5/translations.xml +++ b/programming/language/python/python-qt5/translations.xml @@ -1,7 +1,7 @@ python-qt5 - Qt5 4.x araçları için python bağlayıcıları + Qt5.x araçları için python bağlayıcıları Qt5, C++ kütüphaneleri dizisi ve geliştirme araçları olup grafik kullanıcı arabirimleri için, ağ bağlantısı, iş parçacığı, Unicode, düzenli ifadeler, SQL veritabanları, SVG, OpenGL, XML ve kullanıcıve uygulama ayarları gibi platform bağımsız uygulamalara ayrılır. PyQt, Python modülü seti olarak bu sınıftan 440 kadar uygulamayı çalıştırır. @@ -12,4 +12,3 @@ - From 10b45e06aa41b46e29f235ddb574211ea8846223 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 10 Oct 2015 08:14:05 +0300 Subject: [PATCH 02/34] sip:fixed --- programming/language/python/sip/actions.py | 11 +++++++---- programming/language/python/sip/pspec.xml | 19 ++++++++++++------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/programming/language/python/sip/actions.py b/programming/language/python/sip/actions.py index e1034e2829..e9ae2bd32d 100644 --- a/programming/language/python/sip/actions.py +++ b/programming/language/python/sip/actions.py @@ -16,7 +16,7 @@ py2dir = get.curPYTHON() py3dir = "python3.4" def setup(): - shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;") + #shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;") shelltools.cd("..") shelltools.makedirs("build_python3") shelltools.copytree("./%s" % WorkDir, "build_python3") @@ -42,8 +42,11 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.rename("/usr/bin/sip", "sip2") - + pisitools.rename("/usr/bin/sip", "python2-sip") + pisitools.insinto("/usr/lib/python3.5/site-packages", "sipconfig.py") + pisitools.insinto("/usr/lib/python3.5/site-packages", "sipdistutils.py") + shelltools.cd("../build_python3/%s" % WorkDir) autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - + pisitools.insinto("/usr/lib/python3.5/site-packages", "sipconfig.py") + pisitools.insinto("/usr/lib/python3.5/site-packages", "sipdistutils.py") \ No newline at end of file diff --git a/programming/language/python/sip/pspec.xml b/programming/language/python/sip/pspec.xml index 30ded7bc95..e75afcba87 100644 --- a/programming/language/python/sip/pspec.xml +++ b/programming/language/python/sip/pspec.xml @@ -15,9 +15,14 @@ python-devel mirrors://sourceforge/pyqt/sip-4.16.9.tar.gz + + qt5-base-devel + - no-strip.patch - sip-outoftree.patch + no-strip.patch + disable-rpaths.diff + fix-linking.diff + sip-outoftree.patch @@ -27,13 +32,11 @@ /usr/bin - /usr/sbin - /usr/share/doc - /usr/share/sip + /usr/share/licenses/sip/LICENSE - disable-rpaths.diff - fix-linking.diff + @@ -41,6 +44,7 @@ python3-sip /usr/lib/python3* + /usr/share/licenses/python3-sip/LICENSE Python 3.x SIP bindings for C and C++ libraries @@ -60,6 +64,7 @@ /usr/lib/python2.7/ + /usr/share/licenses/python2-sip/LICENSE Python 2.x SIP bindings for C and C++ libraries From 5aa65de871b1e0d756a95951cc75f93f34ddc3a9 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:24:38 +0300 Subject: [PATCH 03/34] polkit-qt:rebuild for qt5.5.1 --- desktop/toolkit/qt5/polkit-qt/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/polkit-qt/pspec.xml b/desktop/toolkit/qt5/polkit-qt/pspec.xml index bc704d305c..e6a0438ca2 100644 --- a/desktop/toolkit/qt5/polkit-qt/pspec.xml +++ b/desktop/toolkit/qt5/polkit-qt/pspec.xml @@ -1,7 +1,7 @@ polkit-qt - http://www.lxde.org + http://www.kde.org Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -12,7 +12,7 @@ A library that allows developers to access PolicyKit API with a nice Qt-style API http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2 - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel cmake @@ -24,7 +24,7 @@ polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -48,6 +48,13 @@ + + 2015-10-16 + 0.112 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-08-01 0.112 From 019d3cab4b8e77cdfe5327ccaee5ca0dcfecebcf Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:25:15 +0300 Subject: [PATCH 04/34] qt5-accountsservice:rebuild for qt5.5.1 --- desktop/toolkit/qt5/qt5-accountsservice/pspec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml b/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml index 7e8e8dca73..432369fbed 100644 --- a/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml +++ b/desktop/toolkit/qt5/qt5-accountsservice/pspec.xml @@ -13,7 +13,7 @@ LGPLv2.1-linking-exception https://github.com/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz - qt5-base-devel + qt5-base-devel qt5-declarative-devel extra-cmake-modules @@ -23,7 +23,7 @@ qt5-accountsservice libgcc - qt5-base + qt5-base qt5-declarative @@ -42,7 +42,7 @@ /usr/include - qt5-base + qt5-base qt5-accountsservice From 1d064bc045af16688559cddd8736f9d31b0dbebd Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:25:50 +0300 Subject: [PATCH 05/34] qt5-configuration:rebuild for qt5.5.1 --- desktop/toolkit/qt5/qt5-configuration/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-configuration/pspec.xml b/desktop/toolkit/qt5/qt5-configuration/pspec.xml index b21302d2e3..e5d7b20e5f 100644 --- a/desktop/toolkit/qt5/qt5-configuration/pspec.xml +++ b/desktop/toolkit/qt5/qt5-configuration/pspec.xml @@ -11,13 +11,13 @@ Settings API with change notifications for Qt Settings API with change notifications for Qt LGPLv2.1-linking-exception - http://sourceforge.net/projects/mauios/files/hawaii/qtconfiguration/qtconfiguration-0.3.0.tar.gz + http://sourceforge.net/projects/mauios/files/hawaii/qtconfiguration/qtconfiguration-0.3.1.tar.gz glib2-devel dconf-devel qt5-declarative-devel cmake - qt5-base-devel + qt5-base-devel @@ -28,7 +28,7 @@ qt5-declarative glib2 dconf - qt5-base + qt5-base /usr/lib @@ -53,6 +53,13 @@ + + 2015-10-16 + 0.3.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-09-11 0.3.0 From 3c36b7265e237534c7b1883efb6d54b16f62e6d3 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:26:18 +0300 Subject: [PATCH 06/34] qt5-connectivity:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-connectivity/pspec.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-connectivity/pspec.xml b/desktop/toolkit/qt5/qt5-connectivity/pspec.xml index 9bb1cfbce9..033e9d8370 100644 --- a/desktop/toolkit/qt5/qt5-connectivity/pspec.xml +++ b/desktop/toolkit/qt5/qt5-connectivity/pspec.xml @@ -11,9 +11,9 @@ Provides access to Bluetooth hardware Provides access to Bluetooth hardware LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtconnectivity-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtconnectivity-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel bluez-libs-devel @@ -22,7 +22,7 @@ qt5-connectivity - qt5-base + qt5-base qt5-declarative bluez-libs libgcc @@ -43,11 +43,19 @@ /usr/include/qt5 - qt5-base-devel + qt5-connectivity + qt5-base-devel + + 2015-10-16 + 5.5.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-02 5.4.2 From 0dbd5ad170576fa34ef7e5650042ef157366d404 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:26:47 +0300 Subject: [PATCH 07/34] qt5-declarative:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-declarative/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-declarative/pspec.xml b/desktop/toolkit/qt5/qt5-declarative/pspec.xml index 3421e1a5c6..452f9bc167 100644 --- a/desktop/toolkit/qt5/qt5-declarative/pspec.xml +++ b/desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -11,9 +11,9 @@ Classes for QML and JavaScript languages Classes for QML and JavaScript languages LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtdeclarative-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel qt5-xmlpatterns-devel @@ -24,7 +24,7 @@ qt5-declarative libgcc - qt5-base + qt5-base mesa qt5-xmlpatterns @@ -45,12 +45,19 @@ /usr/include/qt5 - qt5-base-devel + qt5-base-devel qt5-declarative + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-02 5.4.2 From cda04b5aac0bd90c0d72cd995c24b10d6967ea33 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:27:17 +0300 Subject: [PATCH 08/34] qt5-doc:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-doc/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-doc/pspec.xml b/desktop/toolkit/qt5/qt5-doc/pspec.xml index eda2855e0a..3dbdffb9d9 100644 --- a/desktop/toolkit/qt5/qt5-doc/pspec.xml +++ b/desktop/toolkit/qt5/qt5-doc/pspec.xml @@ -12,9 +12,9 @@ A cross-platform application and UI framework (Documentation) A cross-platform application and UI framework (Documentation) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtdoc-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdoc-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-sql-sqlite qt5-assistant @@ -23,7 +23,7 @@ qt5-doc - qt5-base + qt5-base qt5-script qt5-svg qt5-xmlpatterns @@ -38,6 +38,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-02 5.4.2 From 8d12158b7c4515a674d389b79dbaa62955fd5bac Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:27:48 +0300 Subject: [PATCH 09/34] qt5-enginio:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-enginio/pspec.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-enginio/pspec.xml b/desktop/toolkit/qt5/qt5-enginio/pspec.xml index 64a445f633..d79b80126f 100644 --- a/desktop/toolkit/qt5/qt5-enginio/pspec.xml +++ b/desktop/toolkit/qt5/qt5-enginio/pspec.xml @@ -11,10 +11,10 @@ A Backend-as-a-Service solution to ease the backend development for connected and data-driven application A Backend-as-a-Service solution to ease the backend development for connected and data-driven application LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtenginio-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtenginio-opensource-src-5.5.1.tar.xz libgcc - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -23,7 +23,7 @@ qt5-enginio libgcc - qt5-base + qt5-base qt5-declarative @@ -43,11 +43,19 @@ /usr/include/qt5/ - qt5-base-devel + qt5-base-devel + qt5-enginio + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From ab0700d45d4fa77e431af11302a732436aa8fb59 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:31:08 +0300 Subject: [PATCH 10/34] qt5-graphicaleffects:v.bump to 5.5.1 --- .../toolkit/qt5/qt5-graphicaleffects/pspec.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml index 93231988bd..aebd7965bd 100644 --- a/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml +++ b/desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml @@ -11,11 +11,11 @@ Graphical effects for use with Qt Quick 2 Graphical effects for use with Qt Quick 2 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtgraphicaleffects-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtgraphicaleffects-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel - qt5-assistant + qt5-assistant qt5-sql-sqlite @@ -23,9 +23,9 @@ qt5-graphicaleffects - qt5-base + qt5-base qt5-declarative - + /usr/lib /usr/lib/qt5 @@ -35,6 +35,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 4c1e0821510dc108062791d6225bcc409fbfa773 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:31:42 +0300 Subject: [PATCH 11/34] qt5-imageformats:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-imageformats/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-imageformats/pspec.xml b/desktop/toolkit/qt5/qt5-imageformats/pspec.xml index c9f6220c68..75bb95a8c8 100644 --- a/desktop/toolkit/qt5/qt5-imageformats/pspec.xml +++ b/desktop/toolkit/qt5/qt5-imageformats/pspec.xml @@ -11,9 +11,9 @@ Plugins for additional image formats: TIFF, MNG, TGA, WBMP Plugins for additional image formats: TIFF, MNG, TGA, WBMP LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtimageformats-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel jasper-devel libmng-devel libjpeg-turbo-devel @@ -26,7 +26,7 @@ qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -41,6 +41,13 @@ + + 2015-10-16 + 5.5.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From a4ca5613e642c7cbbeac40283e274c4d7cc3cf41 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:32:07 +0300 Subject: [PATCH 12/34] qt5-location:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-location/pspec.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-location/pspec.xml b/desktop/toolkit/qt5/qt5-location/pspec.xml index 53553ea1a0..6759c465d3 100644 --- a/desktop/toolkit/qt5/qt5-location/pspec.xml +++ b/desktop/toolkit/qt5/qt5-location/pspec.xml @@ -11,12 +11,12 @@ Provides access to position, satellite and area monitoring classes Provides access to position, satellite and area monitoring classes LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtlocation-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz geoclue-devel glib2-devel mesa-devel - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -24,7 +24,7 @@ qt5-location - qt5-base + qt5-base glib2 libgcc geoclue @@ -44,12 +44,20 @@ /usr/include/qt5 + qt5-location qt5-base-devel qt5-declarative-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 8e749e817d6a684aaedac88ed1ccd5715d59e660 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:32:31 +0300 Subject: [PATCH 13/34] qt5-multimedia:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-multimedia/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-multimedia/pspec.xml b/desktop/toolkit/qt5/qt5-multimedia/pspec.xml index bcdaba7a31..73c98a26ea 100644 --- a/desktop/toolkit/qt5/qt5-multimedia/pspec.xml +++ b/desktop/toolkit/qt5/qt5-multimedia/pspec.xml @@ -11,9 +11,9 @@ Classes for audio, video, radio and camera functionality Classes for audio, video, radio and camera functionality LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtmultimedia-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel pulseaudio-libs-devel gstreamer-devel @@ -36,7 +36,7 @@ mesa openal alsa-lib - qt5-base + qt5-base gstreamer pulseaudio-libs qt5-declarative @@ -53,12 +53,19 @@ qt5-multimedia - qt5-base-devel + qt5-base-devel qt5-declarative-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-09-11 5.4.2 From 599c21f24501f204790917a2b6d4908c6fb4ec4f Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:32:56 +0300 Subject: [PATCH 14/34] qt5-quick1:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-quick1/pspec.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-quick1/pspec.xml b/desktop/toolkit/qt5/qt5-quick1/pspec.xml index 85aa0ef568..0aa637de8b 100644 --- a/desktop/toolkit/qt5/qt5-quick1/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quick1/pspec.xml @@ -11,10 +11,10 @@ Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtquick1-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-script-devel @@ -23,7 +23,7 @@ qt5-quick1 mesa - qt5-base + qt5-base qt5-xmlpatterns qt5-script @@ -39,13 +39,13 @@ qt5-quick1-devel - - qt5-base-devel - qt5-script-devel - qt5-quick1 - Development file for qt5-quick1 Development file for qt5-quick1 + + qt5-base-devel + qt5-script-devel + qt5-quick1 + /usr/lib/pkgconfig /usr/include/qt5 @@ -53,6 +53,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 173e11473156eda9fae33673b31fc18dbd8dd3f0 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:33:18 +0300 Subject: [PATCH 15/34] qt5-quickcontrols:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml index 75b179955d..0c0e038774 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -11,9 +11,9 @@ Reusable Qt Quick based UI controls to create classic desktop-style user interfaces Reusable Qt Quick based UI controls to create classic desktop-style user interfaces LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtquickcontrols-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel qt5-quick1-devel mesa-devel @@ -24,7 +24,7 @@ qt5-quickcontrols libgcc - qt5-base + qt5-base qt5-declarative @@ -35,6 +35,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From c1b825348c5ea159acdcfd77ba9f26626f514572 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:33:40 +0300 Subject: [PATCH 16/34] qt5-script:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-script/pspec.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-script/pspec.xml b/desktop/toolkit/qt5/qt5-script/pspec.xml index a8d4ba7f76..4a8e4cd587 100644 --- a/desktop/toolkit/qt5/qt5-script/pspec.xml +++ b/desktop/toolkit/qt5/qt5-script/pspec.xml @@ -8,12 +8,12 @@ Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility - Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility + Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility + Classes for making Qt applications scriptable. Provided for Qt 5.x compatibility LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtscript-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.4.2.tar.xz - qt5-base-devel + qt5-base-devel mesa-devel libgcc @@ -22,7 +22,7 @@ qt5-script - qt5-base + qt5-base libgcc @@ -36,7 +36,7 @@ qt5-script-devel - qt5-base-devel + qt5-base-devel qt5-script @@ -46,6 +46,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 9be3cee43757426ed9dafa3cdb13e3dbabc23892 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:34:01 +0300 Subject: [PATCH 17/34] qt5-sensors:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-sensors/pspec.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-sensors/pspec.xml b/desktop/toolkit/qt5/qt5-sensors/pspec.xml index 5b0778bb22..fa6618737c 100644 --- a/desktop/toolkit/qt5/qt5-sensors/pspec.xml +++ b/desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -11,9 +11,9 @@ Provides access to sensor hardware and motion gesture recognition Provides access to sensor hardware and motion gesture recognition LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtsensors-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -22,7 +22,7 @@ qt5-sensors libgcc - qt5-base + qt5-base qt5-declarative @@ -35,8 +35,8 @@ qt5-sensors-devel - qt5-sensors - qt5-base-devel + qt5-sensors + qt5-base-devel /usr/lib/pkgconfig @@ -46,6 +46,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From e4685d4761ccd64a60bbed95636f0861fef888cd Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:34:24 +0300 Subject: [PATCH 18/34] qt5-serialport:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-serialport/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-serialport/pspec.xml b/desktop/toolkit/qt5/qt5-serialport/pspec.xml index eff0f20f70..b79bac8131 100644 --- a/desktop/toolkit/qt5/qt5-serialport/pspec.xml +++ b/desktop/toolkit/qt5/qt5-serialport/pspec.xml @@ -11,9 +11,9 @@ Provides access to hardware and virtual serial ports Provides access to hardware and virtual serial ports LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtserialport-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel eudev-devel @@ -21,7 +21,7 @@ qt5-serialport - qt5-base + qt5-base eudev libgcc @@ -35,7 +35,7 @@ qt5-serialport-devel - qt5-base-devel + qt5-base-devel qt5-serialport @@ -45,6 +45,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From b2d2ef8af59f4fa11e0f29bdc844e39003f98e8a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:34:50 +0300 Subject: [PATCH 19/34] qt5-svg:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-svg/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-svg/pspec.xml b/desktop/toolkit/qt5/qt5-svg/pspec.xml index 2067dd7a16..3183b38220 100644 --- a/desktop/toolkit/qt5/qt5-svg/pspec.xml +++ b/desktop/toolkit/qt5/qt5-svg/pspec.xml @@ -14,13 +14,13 @@ qt5-base-devel zlib-devel - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtsvg-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz qt5-svg libgcc - qt5-base + qt5-base zlib @@ -33,7 +33,7 @@ qt5-svg-devel Development files for qt5-svg - qt5-base-devel + qt5-base-devel qt5-svg @@ -42,6 +42,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-09-11 5.4.2 From 030c15db6ab93740c53959382e23792cea69f3c0 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:35:13 +0300 Subject: [PATCH 20/34] qt5-tools:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-tools/pspec.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-tools/pspec.xml b/desktop/toolkit/qt5/qt5-tools/pspec.xml index ab8eceeace..845d9cbd2d 100644 --- a/desktop/toolkit/qt5/qt5-tools/pspec.xml +++ b/desktop/toolkit/qt5/qt5-tools/pspec.xml @@ -11,10 +11,10 @@ A cross-platform application and UI framework (Development Tools, QtHelp) A cross-platform application and UI framework (Development Tools, QtHelp) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qttools-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -24,7 +24,7 @@ qt5-assistant libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/assistant @@ -62,7 +62,7 @@ qt5-assistant-devel - qt5-base-devel + qt5-base-devel qt5-assistant @@ -83,7 +83,7 @@ qt5-designer libgcc - qt5-base + qt5-base qt5-declarative @@ -124,7 +124,7 @@ qt5-designer-devel - qt5-base-devel + qt5-base-devel qt5-designer @@ -145,7 +145,7 @@ qt5-linguist libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/linguist @@ -186,7 +186,7 @@ qt5-qdbusviewer libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/qdbusviewer @@ -214,6 +214,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 539be6f7fa9b1fb31110d888ef95e9de30b2960a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:35:43 +0300 Subject: [PATCH 21/34] qt5-translations:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-translations/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-translations/pspec.xml b/desktop/toolkit/qt5/qt5-translations/pspec.xml index a2f85b1e16..26cb9f3dbf 100644 --- a/desktop/toolkit/qt5/qt5-translations/pspec.xml +++ b/desktop/toolkit/qt5/qt5-translations/pspec.xml @@ -11,9 +11,9 @@ A cross-platform application and UI framework (Translations) A cross-platform application and UI framework (Translations) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qttranslations-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-linguist @@ -25,11 +25,18 @@ /usr/share/licenses/ - qt5-base + qt5-base + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 354cfa92fe6c5bc9ebcb3fba761a647fa87cec2d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:36:10 +0300 Subject: [PATCH 22/34] qt5-webchannel:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-webchannel/pspec.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-webchannel/pspec.xml b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml index 18b9f64d0a..e71e17ca95 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webchannel/pspec.xml @@ -11,9 +11,9 @@ Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtwebchannel-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -27,7 +27,7 @@ libgcc - qt5-base + qt5-base qt5-declarative @@ -39,11 +39,19 @@ /usr/include/qt5 - qt5-base-devel + qt5-webchannel + qt5-base-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From ec9f795725b766c8adaae1b75434b08df67d041a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:36:33 +0300 Subject: [PATCH 23/34] qt5-webkit:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-webkit/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml index 49b39905d5..ee9e967e90 100644 --- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -11,9 +11,9 @@ Classes for a WebKit2 based implementation and a new QML API Classes for a WebKit2 based implementation and a new QML API LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtwebkit-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-sensors-devel qt5-location-devel qt5-declarative-devel @@ -66,7 +66,7 @@ /usr/share/doc - qt5-base + qt5-base mesa webp zlib @@ -97,7 +97,7 @@ qt5-webkit - qt5-base-devel + qt5-base-devel mesa-devel webp-devel zlib-devel @@ -120,6 +120,13 @@ + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 26cde03f60c81258d855b8730d6d25cc0b64dd10 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:36:59 +0300 Subject: [PATCH 24/34] qt5-websockets:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-websockets/pspec.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-websockets/pspec.xml b/desktop/toolkit/qt5/qt5-websockets/pspec.xml index 1a8d4bf028..8139f15625 100644 --- a/desktop/toolkit/qt5/qt5-websockets/pspec.xml +++ b/desktop/toolkit/qt5/qt5-websockets/pspec.xml @@ -11,9 +11,9 @@ Provides WebSocket communication compliant with RFC 6455 Provides WebSocket communication compliant with RFC 6455 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtwebsockets-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-declarative-devel @@ -26,7 +26,7 @@ libgcc - qt5-base + qt5-base qt5-declarative @@ -38,11 +38,19 @@ /usr/include/qt5 - qt5-base-devel + qt5-websockets + qt5-base-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From fef273cca0083cffaee88bbd620faf4fb76a4976 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:37:23 +0300 Subject: [PATCH 25/34] qt5-x11extras:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-x11extras/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-x11extras/pspec.xml b/desktop/toolkit/qt5/qt5-x11extras/pspec.xml index 1709c99c1a..046ab774b3 100644 --- a/desktop/toolkit/qt5/qt5-x11extras/pspec.xml +++ b/desktop/toolkit/qt5/qt5-x11extras/pspec.xml @@ -11,9 +11,9 @@ Provides platform-specific APIs for X11 Provides platform-specific APIs for X11 LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtx11extras-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtx11extras-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel mesa-devel @@ -21,7 +21,7 @@ qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -37,12 +37,19 @@ /usr/include/qt5/ - qt5-x11extras + qt5-x11extras qt5-base-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From 5eec8719e40f89879ddf218ae0b9af54d5521dc0 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:37:52 +0300 Subject: [PATCH 26/34] qt5-xmlpatterns:v.bump to 5.5.1 --- desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml b/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml index 81648113e1..93dccbb5d1 100644 --- a/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml +++ b/desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml @@ -11,16 +11,16 @@ Support for XPath, XQuery, XSLT and XML schema validation Support for XPath, XQuery, XSLT and XML schema validation LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtxmlpatterns-opensource-src-5.4.2.tar.xz + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz - qt5-base-devel + qt5-base-devel qt5-xmlpatterns - qt5-base + qt5-base libgcc @@ -39,11 +39,19 @@ /usr/include/qt5 + qt5-xmlpatterns qt5-base-devel + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-06-03 5.4.2 From c23c551697e8e15f4e19c462935236b63e058fa3 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:48:52 +0300 Subject: [PATCH 27/34] python-qt5:v.bump to 5.5 --- .../language/python/python-qt5/actions.py | 121 +++++++++--------- .../language/python/python-qt5/pspec.xml | 31 +++-- 2 files changed, 81 insertions(+), 71 deletions(-) diff --git a/programming/language/python/python-qt5/actions.py b/programming/language/python/python-qt5/actions.py index 90b38c0ef5..3730aa7208 100644 --- a/programming/language/python/python-qt5/actions.py +++ b/programming/language/python/python-qt5/actions.py @@ -13,71 +13,74 @@ from pisi.actionsapi import get WorkDir="PyQt-gpl-%s" % get.srcVERSION() def setup(): - shelltools.copytree("%s/PyQt-gpl-5.4.2" % get.workDIR(), "%s/Py2Qt-gpl-5.4.2" % get.workDIR()) - pythonmodules.run("configure.py --confirm-license \ - --assume-shared \ - --no-timestamp \ - --qsci-api \ - --enable=QtDBus \ - --enable=QtQml \ - --enable=QtQuick \ - --enable=QtQuickWidgets \ - --enable=QtOpenGL \ - --enable=QtTest \ - --enable=QtSql \ - --enable=QtSensors \ - --enable=QtCore \ - --enable=QtWidgets \ - --enable=QtWebKitWidgets \ - --enable=QtXml \ - --enable=QtGui \ - --enable=QtNetwork \ - --enable=QtWebKit \ - --enable=QtPrintSupport \ - --enable=QtX11Extras \ - --sip /usr/bin/sip \ - --qmake='/usr/lib/qt5/bin/qmake' \ - --destdir='/usr/lib/python3.4/site-packages' \ - --sip-incdir='/usr/include/python3.4m' \ - CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") - #shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") + shelltools.copytree("%s/PyQt-gpl-5.5" % get.workDIR(), "%s/Py2Qt-gpl-5.5" % get.workDIR()) + pythonmodules.run("configure.py --confirm-license \ + --qsci-api \ + --sip /usr/bin/sip \ + --qmake='/usr/bin/qmake-qt5' \ + --destdir='/usr/lib/python3.4/site-packages' \ + --sip-incdir='/usr/include/python3.4m' \ + --enable=QtCore \ + --enable=QtDBus \ + --enable=QtDesigner \ + --enable=QtGui \ + --enable=QtHelp \ + --enable=QtMultimedia\ + --enable=QtMultimediaWidgets \ + --enable=QtNetwork \ + --enable=QtOpenGL \ + --enable=QtPrintSupport \ + --enable=QtQml \ + --enable=QtQuick \ + --enable=QtSensors \ + --enable=QtSerialPort \ + --enable=QtSql \ + --enable=QtSvg \ + --enable=QtTest \ + --enable=QtWebKit \ + --enable=QtWebKitWidgets \ + --enable=QtWidgets \ + --enable=QtXmlPatterns \ + CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") + shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") - shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) - shelltools.system("python configure.py --confirm-license \ - --assume-shared \ - --no-timestamp \ - --qsci-api \ - --enable=QtDBus \ - --enable=QtQml \ - --enable=QtQuick \ - --enable=QtQuickWidgets \ - --enable=QtOpenGL \ - --enable=QtTest \ - --enable=QtSql \ - --enable=QtSensors \ - --enable=QtCore \ - --enable=QtWidgets \ - --enable=QtWebKitWidgets \ - --enable=QtXml \ - --enable=QtGui \ - --enable=QtNetwork \ - --enable=QtWebKit \ - --enable=QtPrintSupport \ - --enable=QtX11Extras \ - --destdir='/usr/lib/python2.7/site-packages' \ - --sip-incdir='/usr/include/python2.7' \ - --sip /usr/bin/python2-sip \ - --qmake='/usr/lib/qt5/bin/qmake'") - - #shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") + shelltools.cd("%s/Py2Qt-gpl-5.5" % get.workDIR()) + pythonmodules.run("configure.py --confirm-license \ + --qsci-api \ + --destdir='/usr/lib/python2.7/site-packages' \ + --sip-incdir='/usr/include/python2.7' \ + --sip /usr/bin/py2sip \ + --qmake='/usr/bin/qmake-qt5'\ + --enable=QtCore \ + --enable=QtDBus \ + --enable=QtDesigner \ + --enable=QtGui \ + --enable=QtHelp \ + --enable=QtMultimedia\ + --enable=QtMultimediaWidgets \ + --enable=QtNetwork \ + --enable=QtOpenGL \ + --enable=QtPrintSupport \ + --enable=QtQml \ + --enable=QtQuick \ + --enable=QtSensors \ + --enable=QtSerialPort \ + --enable=QtSql \ + --enable=QtSvg \ + --enable=QtTest \ + --enable=QtWebKit \ + --enable=QtWebKitWidgets \ + --enable=QtWidgets \ + --enable=QtXmlPatterns ") + shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'") def build(): autotools.make() - shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) + shelltools.cd("%s/Py2Qt-gpl-5.5" % get.workDIR()) autotools.make() def install(): - shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR()) + shelltools.cd("%s/Py2Qt-gpl-5.5" % get.workDIR()) autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) # Fix conflicts with python3-pyqt5 pisitools.rename("/usr/bin/pylupdate5", "py2lupdate5") @@ -87,7 +90,7 @@ def install(): #pisitools.remove("/usr/lib/qt5/plugins/designer/libpyqt5.so") pisitools.rename("/usr/bin/pyuic5", "python2-pyuic5") - shelltools.cd("%s/PyQt-gpl-5.4.2" % get.workDIR()) + shelltools.cd("%s/PyQt-gpl-5.5" % get.workDIR()) autotools.rawInstall("-C pyrcc DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) autotools.rawInstall("-C pylupdate DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()}) diff --git a/programming/language/python/python-qt5/pspec.xml b/programming/language/python/python-qt5/pspec.xml index 10e260f649..6ade5d5a81 100644 --- a/programming/language/python/python-qt5/pspec.xml +++ b/programming/language/python/python-qt5/pspec.xml @@ -11,6 +11,7 @@ library A set of Python bindings for the Qt 5.x Toolkit Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules. + mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.5.tar.gz dbus-devel dbus-python3 @@ -19,7 +20,7 @@ python-devel python3-sip python-sip - qt5-base-devel + qt5-base-devel qt5-connectivity-devel qt5-declarative-devel qt5-enginio-devel @@ -35,7 +36,6 @@ qt5-xmlpatterns-devel sip-devel - mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.4.2.tar.gz @@ -43,9 +43,7 @@ Common files shared between python-qt5 and python3-qt5 libgcc - python - qt5-base - qt5-declarative + qt5-base /usr/bin/pylupdate5 @@ -63,15 +61,16 @@ libgcc dbus + python python-qt5-common - qt5-base + qt5-base qt5-declarative qt5-sensors - qt5-assistant qt5-serialport qt5-svg qt5-webkit qt5-x11extras + qt5-multimedia qt5-xmlpatterns @@ -87,15 +86,16 @@ libgcc dbus + python3 python-qt5-common - qt5-base - qt5-declarative + qt5-base qt5-sensors - qt5-assistant - qt5-serialport - qt5-svg qt5-webkit qt5-x11extras + qt5-svg + qt5-multimedia + qt5-serialport + qt5-declarative qt5-xmlpatterns @@ -118,6 +118,13 @@ + + 2015-10-16 + 5.5 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-09-07 5.4.2 From bf4a3a34a2e1ec81a6c001503ee49f9f8e99432a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 16 Oct 2015 23:50:02 +0300 Subject: [PATCH 28/34] sip:fixed build --- programming/language/python/sip/actions.py | 25 ++++++++-------------- programming/language/python/sip/pspec.xml | 16 ++++++++------ 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/programming/language/python/sip/actions.py b/programming/language/python/sip/actions.py index e9ae2bd32d..4ef8232360 100644 --- a/programming/language/python/sip/actions.py +++ b/programming/language/python/sip/actions.py @@ -16,23 +16,16 @@ py2dir = get.curPYTHON() py3dir = "python3.4" def setup(): - #shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;") + shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;") shelltools.cd("..") shelltools.makedirs("build_python3") shelltools.copytree("./%s" % WorkDir, "build_python3") shelltools.cd(WorkDir) - pythonmodules.run('configure.py \ - -b /usr/bin \ - -d /usr/lib/%s/site-packages \ - -e /usr/include/%s/ \ - CFLAGS+="%s" CXXFLAGS+="%s"' % (py2dir, py2dir, get.CFLAGS(), get.CXXFLAGS())) + pythonmodules.run('configure.py CFLAGS+="%s" CXXFLAGS+="%s"' % (get.CFLAGS(), get.CXXFLAGS())) shelltools.cd("../build_python3/%s" % WorkDir) - pythonmodules.run('configure.py \ - -b /usr/bin \ - -d /usr/lib/%s/site-packages/ \ - -e /usr/include/%sm/ \ - CFLAGS="%s" CXXFLAGS="%s"' % (py3dir, py3dir, get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") + pythonmodules.run('configure.py CFLAGS="%s" CXXFLAGS="%s"' % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3") + def build(): autotools.make() @@ -42,11 +35,11 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.rename("/usr/bin/sip", "python2-sip") - pisitools.insinto("/usr/lib/python3.5/site-packages", "sipconfig.py") - pisitools.insinto("/usr/lib/python3.5/site-packages", "sipdistutils.py") + pisitools.rename("/usr/bin/sip", "py2sip") + #pisitools.insinto("/usr/lib/python2.7/site-packages", "siputils.py") + #pisitools.insinto("/usr/lib/python2.7/site-packages", "sipdistutils.py") shelltools.cd("../build_python3/%s" % WorkDir) autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.insinto("/usr/lib/python3.5/site-packages", "sipconfig.py") - pisitools.insinto("/usr/lib/python3.5/site-packages", "sipdistutils.py") \ No newline at end of file + #pisitools.insinto("/usr/lib/python3.4/site-packages", "siputils.py") + #pisitools.insinto("/usr/lib/python3.4/site-packages", "sipdistutils.py") \ No newline at end of file diff --git a/programming/language/python/sip/pspec.xml b/programming/language/python/sip/pspec.xml index e75afcba87..774fd4d3f9 100644 --- a/programming/language/python/sip/pspec.xml +++ b/programming/language/python/sip/pspec.xml @@ -10,19 +10,15 @@ app:console SIP is a tool for generating bindings for C++ classes so that they can be used by Python SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules. - - python3-devel - python-devel - mirrors://sourceforge/pyqt/sip-4.16.9.tar.gz - qt5-base-devel + qt5-base-devel - no-strip.patch + @@ -41,6 +37,9 @@ + + python3-devel + python3-sip /usr/lib/python3* @@ -57,6 +56,9 @@ python-sip Python 2.x SIP bindings for C and C++ libraries + + python-devel + libgcc python From 24b9f5156ae5c7492ab1a90557dd335f37f6d904 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:12:42 +0300 Subject: [PATCH 29/34] libkdegames:fixed build dep --- desktop/kde/games/libkdegames/pspec.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/kde/games/libkdegames/pspec.xml b/desktop/kde/games/libkdegames/pspec.xml index 2df4ab3425..0bc65fa03c 100755 --- a/desktop/kde/games/libkdegames/pspec.xml +++ b/desktop/kde/games/libkdegames/pspec.xml @@ -39,6 +39,7 @@ kwidgetsaddons-devel qt5-declarative-devel kdelibs4-support-devel + kdesignerplugin From 128ebb3574843dbde0d6fb800f9102cd5f0ab711 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:22:57 +0300 Subject: [PATCH 30/34] kwalletmanager:fixed build deps --- desktop/kde/utils/kwalletmanager/pspec.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/desktop/kde/utils/kwalletmanager/pspec.xml b/desktop/kde/utils/kwalletmanager/pspec.xml index 0d1eae4318..8fa50933a6 100644 --- a/desktop/kde/utils/kwalletmanager/pspec.xml +++ b/desktop/kde/utils/kwalletmanager/pspec.xml @@ -19,6 +19,17 @@ kdoctools-devel cmake extra-cmake-modules + kcoreaddons-devel + kauth-devel + kwallet-devel + kservice-devel + kcmutils-devel + kdelibs4-support-devel + ki18n-devel + kxmlgui-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel From 6139c88fd4c4395bdd9c74506e7eaced3b3f6fc5 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:37:28 +0300 Subject: [PATCH 31/34] filelight:fixed build deps --- desktop/kde/utils/filelight/pspec.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/kde/utils/filelight/pspec.xml b/desktop/kde/utils/filelight/pspec.xml index 1ca2b73031..682dd51829 100644 --- a/desktop/kde/utils/filelight/pspec.xml +++ b/desktop/kde/utils/filelight/pspec.xml @@ -15,7 +15,8 @@ Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. mirrors://kde/stable/applications/15.08.2/src/filelight-15.08.2.tar.xz - qt5-base + qt5-base-devel + qt5-script-devel kdoctools-devel extra-cmake-modules From f3a7c75ac5cc182081d5c84bff06f548eafc90ce Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:37:45 +0300 Subject: [PATCH 32/34] kcalc:fixed build deps --- desktop/kde/utils/kcalc/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop/kde/utils/kcalc/pspec.xml b/desktop/kde/utils/kcalc/pspec.xml index 43b996c4cf..15e1b674a3 100644 --- a/desktop/kde/utils/kcalc/pspec.xml +++ b/desktop/kde/utils/kcalc/pspec.xml @@ -20,6 +20,13 @@ extra-cmake-modules gmp-devel cmake + kconfig-devel + kconfigwidgets-devel + kguiaddons-devel + ki18n-devel + kinit-devel + knotifications-devel + kxmlgui-devel From 9593dbe8b14549cfd7d10572e267e1e8b6941595 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:38:30 +0300 Subject: [PATCH 33/34] kcharselect:fixed build deps --- desktop/kde/utils/kcharselect/pspec.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/kde/utils/kcharselect/pspec.xml b/desktop/kde/utils/kcharselect/pspec.xml index ac2e5af10f..6cd92b708b 100644 --- a/desktop/kde/utils/kcharselect/pspec.xml +++ b/desktop/kde/utils/kcharselect/pspec.xml @@ -15,10 +15,13 @@ KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. mirrors://kde/stable/applications/15.08.2/src/kcharselect-15.08.2.tar.xz - qt5-base + qt5-base-devel kdoctools-devel cmake extra-cmake-modules + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel From 6ebe2be4c3d7d9db59e24fa28a854c6876b96099 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 17 Oct 2015 00:38:52 +0300 Subject: [PATCH 34/34] ktimer:fixed build deps --- desktop/kde/utils/ktimer/pspec.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktop/kde/utils/ktimer/pspec.xml b/desktop/kde/utils/ktimer/pspec.xml index f68ab489ec..10c1db7c12 100644 --- a/desktop/kde/utils/ktimer/pspec.xml +++ b/desktop/kde/utils/ktimer/pspec.xml @@ -19,6 +19,12 @@ kdoctools-devel cmake extra-cmake-modules + ki18n-devel + kwidgetsaddons-devel + kio-devel + kiconthemes-devel + kdbusaddons-devel + knotifications-devel