From 76b49021fc7d9eac0f0758d3dbbe295a98a57764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Mon, 26 Apr 2021 12:33:33 +0300 Subject: [PATCH 1/3] qtermwidget5:v.bump to 0.17.0 --- desktop/toolkit/qtermwidget5/actions.py | 5 +---- desktop/toolkit/qtermwidget5/pspec.xml | 15 +++++++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/desktop/toolkit/qtermwidget5/actions.py b/desktop/toolkit/qtermwidget5/actions.py index 7089a5c631..c88bb55769 100644 --- a/desktop/toolkit/qtermwidget5/actions.py +++ b/desktop/toolkit/qtermwidget5/actions.py @@ -13,10 +13,7 @@ def setup(): shelltools.cd("build") cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_DESIGNER_PLUGIN=0 \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DPULL_TRANSLATIONS=no \ - -DUSE_QT5=true", sourceDir="..") + -DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..") def build(): shelltools.cd("build") diff --git a/desktop/toolkit/qtermwidget5/pspec.xml b/desktop/toolkit/qtermwidget5/pspec.xml index 5d8b6faa9c..9aa8cbd2c0 100755 --- a/desktop/toolkit/qtermwidget5/pspec.xml +++ b/desktop/toolkit/qtermwidget5/pspec.xml @@ -11,11 +11,11 @@ app:gui Terminal widget for Qt5 A simple terminal widget for using with Qt5 based applications - https://github.com/lxde/qtermwidget/releases/download/0.16.0/qtermwidget-0.16.0.tar.xz + https://github.com/lxde/qtermwidget/releases/download/0.17.0/qtermwidget-0.17.0.tar.xz cmake libgcc - lxqt-build-tools + lxqt-build-tools qt5-base-devel qt5-linguist @@ -25,7 +25,7 @@ Development files for qtermwidget5 libgcc - qt5-base + qt5-base /usr/bin/consoleq @@ -38,7 +38,7 @@ qtermwidget5-devel Development files for qtermwidget5 - qt5-base-devel + qt5-base-devel qtermwidget5 @@ -48,6 +48,13 @@ + + 2021-04-26 + 0.17.0 + V.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2020-12-19 0.16.0 From 56d027cfa7b2fc9fc7b640562cadbcd8e645f12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Mon, 26 Apr 2021 13:05:25 +0300 Subject: [PATCH 2/3] libqtxdg:v.bump to 3.7.1 --- desktop/lxqt/libqtxdg/actions.py | 3 +-- desktop/lxqt/libqtxdg/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/desktop/lxqt/libqtxdg/actions.py b/desktop/lxqt/libqtxdg/actions.py index c0f811a09e..c88e4c95c1 100644 --- a/desktop/lxqt/libqtxdg/actions.py +++ b/desktop/lxqt/libqtxdg/actions.py @@ -12,8 +12,7 @@ def setup(): shelltools.makedirs("build") shelltools.cd("build") cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib\ - -DUSE_QT5=ON", sourceDir="..") + -DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..") def build(): shelltools.cd("build") diff --git a/desktop/lxqt/libqtxdg/pspec.xml b/desktop/lxqt/libqtxdg/pspec.xml index e0064e0863..c4a051724d 100644 --- a/desktop/lxqt/libqtxdg/pspec.xml +++ b/desktop/lxqt/libqtxdg/pspec.xml @@ -14,7 +14,7 @@ Library providing freedesktop.org specs implementations for Qt. Library providing freedesktop.org specs implementations for Qt. lxqt-sudo - https://github.com/lxqt/libqtxdg/releases/download/3.6.0/libqtxdg-3.6.0.tar.xz + https://github.com/lxqt/libqtxdg/releases/download/3.7.1/libqtxdg-3.7.1.tar.xz libgcc cmake @@ -24,7 +24,7 @@ qt5-svg-devel gtk3-devel xdg-user-dirs - lxqt-build-tools + lxqt-build-tools @@ -62,6 +62,13 @@ + + 2021-04-26 + 3.7.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2020-11-05 3.6.0 From 14ff6f9030c4a4bde84b6167897be28e23d7f1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Mon, 26 Apr 2021 13:09:36 +0300 Subject: [PATCH 3/3] liblxqt:v.bump to 0.17 --- desktop/lxqt/liblxqt/actions.py | 3 +-- desktop/lxqt/liblxqt/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/desktop/lxqt/liblxqt/actions.py b/desktop/lxqt/liblxqt/actions.py index c80fdc056b..0955acb969 100644 --- a/desktop/lxqt/liblxqt/actions.py +++ b/desktop/lxqt/liblxqt/actions.py @@ -13,8 +13,7 @@ def setup(): shelltools.cd("build") cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DPULL_TRANSLATIONS=yes", sourceDir="..") + -DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..") def build(): shelltools.cd("build") cmaketools.make() diff --git a/desktop/lxqt/liblxqt/pspec.xml b/desktop/lxqt/liblxqt/pspec.xml index 15c4023dd7..7c8c6f37fc 100644 --- a/desktop/lxqt/liblxqt/pspec.xml +++ b/desktop/lxqt/liblxqt/pspec.xml @@ -13,7 +13,7 @@ lxqt Common base library for LXQt components. Core utility library for all LXDE-Qt components - https://github.com/lxqt/liblxqt/releases/download/0.16.0/liblxqt-0.16.0.tar.xz + https://github.com/lxqt/liblxqt/releases/download/0.17.0/liblxqt-0.17.0.tar.xz cmake glibc-devel @@ -28,7 +28,7 @@ qt5-qdbusviewer qt5-x11extras-devel libXScrnSaver-devel - lxqt-build-tools + lxqt-build-tools @@ -66,6 +66,13 @@ + + 2021-04-26 + 0.17.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2021-04-08 0.16.0