Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP} lxqt: update components to 0.15.0 or latest stable version.
@ 2020-04-25 22:12 mobinmob
  2020-04-26 16:57 ` [WIP] lxqt: update components and deps " mobinmob
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2020-04-25 22:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages lxqt
https://github.com/void-linux/void-packages/pull/21342

[WIP} lxqt: update components to 0.15.0 or latest stable version.
I do not think this PR can be built on ci (time limit), so I am building on my machine. Will remove WIP after building successfully for c-i archs.
Already built for:
- x86_64
- aarch64-musl
Testing on x86_64.

A patch file from https://github.com/void-linux/void-packages/pull/21342.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxqt-21342.patch --]
[-- Type: text/x-diff, Size: 30233 bytes --]

From 1b5a4770bf44a005525cc3f9606962f2606d531b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 00:58:01 +0300
Subject: [PATCH 01/24] libfm-qt: update to 0.15.0.

---
 common/shlibs             | 2 +-
 srcpkgs/libfm-qt/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 5f1a09de8dc..e70d701138a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1967,7 +1967,7 @@ libsysstat-qt5.so.0 libsysstat-0.3.2_1
 libpolkit-qt5-agent-1.so.1 polkit-qt5-0.112.0_1
 libpolkit-qt5-gui-1.so.1 polkit-qt5-0.112.0_1
 libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
-libfm-qt.so.6 libfm-qt-0.14.0_1
+libfm-qt.so.7 libfm-qt-0.15.0_1
 libqtermwidget5.so.0 qtermwidget-0.6.0_1
 libnpth.so.0 npth-1.1_1
 libnpupnp.so.3 libnpupnp-2.2.1_1
diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 46d5a78f216..07276cdd508 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
-checksum=3743e2d248b9b0527e00035f072fc269edb52a86094f4e924b9b9cc22ee6e31a
+checksum=99e18587be7f75c1af478e178960e9cb5b03d89c7a5ad05981bad79b90aa462f
 replaces="libfm-qt5>=0"
 
 libfm-qt-devel_package() {

From ddba6f1527b30bdb065c5e2de648692314fe1d14 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 00:58:43 +0300
Subject: [PATCH 02/24] liblxqt: update to 0.15.0.

---
 srcpkgs/liblxqt/patches/qt-5.14.patch | 10 ----------
 srcpkgs/liblxqt/template              |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/liblxqt/patches/qt-5.14.patch

diff --git a/srcpkgs/liblxqt/patches/qt-5.14.patch b/srcpkgs/liblxqt/patches/qt-5.14.patch
deleted file mode 100644
index fc3f34fbea5..00000000000
--- a/srcpkgs/liblxqt/patches/qt-5.14.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- lxqtpowermanager.cpp	2020-04-05 11:30:03.671403930 +0200
-+++ lxqtpowermanager.cpp	2020-04-05 11:30:12.959506058 +0200
-@@ -32,6 +32,7 @@
- #include <QApplication>
- #include <QDesktopWidget>
- #include <QtDebug>
-+#include <QFile>
- #include "lxqttranslator.h"
- #include "lxqtglobals.h"
- #include "lxqtsettings.h"
diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index bb0098e684e..069edadc957 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
-version=0.14.1
-revision=3
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
-checksum=1aa7325654d20d3060a0ef0ffc27febfd58ee66704ee690727dc1a77ad1069bd
+checksum=48e72ed15e7ac0badbd132d17ff2c9d95f2c9652a807dfe1d3f4ff00c8b7cb44
 
 liblxqt-devel_package() {
 	short_desc+=" - development files"

From 5e9f129641ce51f8c4855b8355fcf434521402d6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 00:59:21 +0300
Subject: [PATCH 03/24] lximage-qt: update to 0.15.0.

---
 srcpkgs/lximage-qt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index e362b6f3bba..0f5948d7ad6 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
-version=0.14.1
+version=0.15.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
-checksum=ea130039f8f65c7279de440c2c0a787d731721176ddd8053b8527c5273293846
+checksum=33cb2ce4cde14acb66c11f1bfed1d904ceb30c52453d9accde9f728f56f53e0a

From 3bd6df361ac249678fdb86e075030ca70a94edc1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 00:59:41 +0300
Subject: [PATCH 04/24] lxqt-about: update to 0.15.0.

---
 srcpkgs/lxqt-about/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index cfcae539c39..f8153eb4054 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel liblxqt-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
-checksum=3a2ec7c9e8d885664602e5a7fa6f3d40e698254c27902a0fdd3cb1ce5a2bb707
+checksum=50d7156b5d8691ced72e85312b54da1e94503824b177c5e16ce8fae977f8445c

From c30cb2e3cdb08c99a1c2c49b269ed05f29c39dc3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 00:59:54 +0300
Subject: [PATCH 05/24] lxqt-admin: update to 0.15.0.

---
 srcpkgs/lxqt-admin/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index de93747ff8b..1c46f83aeaf 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel"
 makedepends="liblxqt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
-checksum=3e7fea09875fa8f8a1cae8d1b7211796ec64505791c25bda6df1428ffb9c1a38
+checksum=ccdd6e86607f529fd8524893724679e8e0186c097cc45abde635e2efe11954fd
 
 post_install() {
 	# depends on systemd-{timedated,timesyncd}

From c19d405d5aa859e518baa6e85c90dd820bc59b17 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:00:08 +0300
Subject: [PATCH 06/24] lxqt-build-tools: update to 0.7.0.

---
 srcpkgs/lxqt-build-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 18f74ed53f0..335ff770e01 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
-version=0.6.0
+version=0.7.0
 revision=1
 archs=noarch
 build_style=cmake
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
-checksum=2488f1105ba8008996b4f6a0df5c556c657c733a47a422ea3f2e59115c051758
+checksum=85fe1946a92731f22585c30eda8bea923f5221ffbea0e31dc834d722d86cfb90
 
 post_install() {
 	vlicense BSD-3-Clause LICENSE

From 64aa3d658b4ae9ee429eea62c51dbf6e99639094 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:00:20 +0300
Subject: [PATCH 07/24] lxqt-config: update to 0.15.0.

---
 srcpkgs/lxqt-config/patches/qt-5.14.patch | 21 ---------------------
 srcpkgs/lxqt-config/template              |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/lxqt-config/patches/qt-5.14.patch

diff --git a/srcpkgs/lxqt-config/patches/qt-5.14.patch b/srcpkgs/lxqt-config/patches/qt-5.14.patch
deleted file mode 100644
index 1a9f6020f67..00000000000
--- a/srcpkgs/lxqt-config/patches/qt-5.14.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen <yan12125@gmail.com>
-Date: Sun, 15 Dec 2019 09:32:55 +0800
-Subject: [PATCH] Fix building with Qt 5.14
-
----
- lxqt-config-input/touchpaddevice.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
-index 31adbe5f..41690c2c 100644
---- lxqt-config-input/touchpaddevice.cpp
-+++ lxqt-config-input/touchpaddevice.cpp
-@@ -21,6 +21,7 @@
- #include <cmath>
- #include <QDebug>
- #include <QX11Info>
-+#include <QUrl>
- #include <libudev.h>
- #include <LXQt/Settings>
- #include <X11/Xatom.h>
diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index 64504bb8a74..afa34e2980b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
-checksum=2ffb0a8627652861f1d5c3a9f5071d7e1016071d829c0bd17be234b3ed34639a
+checksum=ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1

From 652a4dff331ed85b368fdf769fdd50ab68731ac7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:00:32 +0300
Subject: [PATCH 08/24] lxqt-globalkeys: update to 0.15.0.

---
 srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch | 21 -------------------
 srcpkgs/lxqt-globalkeys/template              |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch

diff --git a/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch b/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch
deleted file mode 100644
index 056af09bb2e..00000000000
--- a/srcpkgs/lxqt-globalkeys/patches/qt-5.14.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen <yan12125@gmail.com>
-Date: Sun, 15 Dec 2019 09:33:12 +0800
-Subject: [PATCH] Fix building with Qt 5.14
-
----
- daemon/core.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/daemon/core.cpp b/daemon/core.cpp
-index 1be64ec..53bdf7b 100644
---- daemon/core.cpp
-+++ daemon/core.cpp
-@@ -33,6 +33,7 @@
- #include <QTimer>
- #include <QDBusConnectionInterface>
- #include <QDBusServiceWatcher>
-+#include <QFile>
- 
- #include <cstddef>
- #include <cstdlib>
diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index fde4663ec55..28ecb17cf7c 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
-version=0.14.3
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
-checksum=e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455
+checksum=ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1
 replaces="lxqt-common>=0"
 
 lxqt-globalkeys-devel_package() {

From 0fc53d0aa8d5b795d2fa0274151629f69598d3c0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:00:43 +0300
Subject: [PATCH 09/24] lxqt-notificationd: update to 0.15.0.

---
 srcpkgs/lxqt-notificationd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0b3ac142783..91b3b9a80df 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel"
@@ -10,5 +10,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
-checksum=9ed5094fe77b28df6642231cc7abbf3a385237a7a61b4ba9ae5884cedc782ace
+checksum=bc20642f6f7bea9586c81e7c58396be08fb5a996a0be5e55760aac2db051db05
 replaces="lxqt-common>=0"

From 1cae2aa53acbc56c7f7ad241cee11e15ad465b14 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:00:59 +0300
Subject: [PATCH 10/24] lxqt-openssh-askpass: update to 0.15.0.

---
 srcpkgs/lxqt-openssh-askpass/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index c8de0fb48c1..368ab06d38b 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel"
@@ -11,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
-checksum=9a05cf15d123f5f09eefe77bf5bef96c2752fd0b16c1ad8020d6c5dba27c6bbb
+checksum=5371e955b18494eaa342c9ccfc7ef64b38af4c78514bdcdc4c81a017898416c1
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 9279122e52028c7047375630f35b93c8a55fb087 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:01:12 +0300
Subject: [PATCH 11/24] lxqt-panel: update to 0.15.0.

---
 srcpkgs/lxqt-panel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index 1b306b110a0..9fbb4ca2ae5 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
-version=0.14.1
-revision=3
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -12,4 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
-checksum=f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4
+checksum=64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0

From 3461ef299c1c4aaf156060e909bd8ff5599411b4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:01:32 +0300
Subject: [PATCH 12/24] lxqt-policykit: update to 0.15.0.

---
 srcpkgs/lxqt-policykit/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index 07896f8591c..6a75424840e 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel"
 makedepends="liblxqt-devel polkit-qt5-devel"
@@ -10,5 +10,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
-checksum=b1cccb11c4e13cc52fa9793f21f85ab7cc0632c01e4c1a089bcbe76bc1c2f988
+checksum=e2e6b27ce0e3611937c2ecc8525a18541ed8758a9dccea62357f1d427b4dec4f
 replaces="lxqt-common>=0"

From 36d88bb0bbf54d4b8f56bb9e421ea58fc375d40b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:01:42 +0300
Subject: [PATCH 13/24] lxqt-powermanagement: update to 0.15.0.

---
 srcpkgs/lxqt-powermanagement/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index 8c6cf697de4..b8a78069047 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
-version=0.14.1
-revision=3
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel ksolid-devel kidletime-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
-checksum=37ea9a6e9a485207f13f776beb3c6265ddfab0f5dab1a216b2e926bae67a7b19
+checksum=80728e48f9a88407ef9deeaeaa7dd6d6dfa52a539cdc04c6cb3ee9670d3f54cd

From 51ea2b881ab8409fdea76d8793e8b4f48e0421c7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:01:52 +0300
Subject: [PATCH 14/24] lxqt-qtplugin: update to 0.15.0.

---
 srcpkgs/lxqt-qtplugin/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 16eb6a9e1e8..b2405884a05 100644
--- a/srcpkgs/lxqt-qtplugin/template
+++ b/srcpkgs/lxqt-qtplugin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-qtplugin'
 pkgname=lxqt-qtplugin
-version=0.14.0
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
-checksum=ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3
+checksum=43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee

From c0962f121062fa32182b7accdeabb76a87a2acd6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:02:02 +0300
Subject: [PATCH 15/24] lxqt-runner: update to 0.15.0.

---
 srcpkgs/lxqt-runner/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index 06a365b3d40..e10845f9da1 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel lxqt-globalkeys-devel muparser-devel"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
-checksum=7591fae6b2a99bde838e8485517f3f0d45418b6732e87fb38473c7eba13ec8b0
+checksum=614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b

From 2ff58fa6895c8c797b30e7bae50097361622f788 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:02:21 +0300
Subject: [PATCH 16/24] lxqt-session: update to 0.15.0.

---
 srcpkgs/lxqt-session/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index dfdf81d7d60..8aa3437f43d 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs"
 makedepends="liblxqt-devel xdg-user-dirs"
@@ -11,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
-checksum=fe6daabbd5f1ce2d8aa47c0ecc4e6656f2e59b66c59bd5f76e668cb16bdc2286
+checksum=e44fcc0ba10165713a35729fe4a7e227af466d8f8b9fbc3fed1f8a2a68a0c69f
 replaces="lxqt-common>=0"

From 5931ac0c12c3f10894af4d7c20d80cab8629f70e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:02:35 +0300
Subject: [PATCH 17/24] lxqt-sudo: update to 0.15.0.

---
 srcpkgs/lxqt-sudo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index ecca2b21582..1cc12cd1fd5 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
-version=0.14.1
-revision=2
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="liblxqt-devel"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
-checksum=5e59d592b8cd06fe47ede6b1460fac08f5ccdb56dcdeddf599fcde39c57d7e55
+checksum=bc148b2aa80c3dc6fea200a848e25b5c0684295a70f876931f11ffd168fd8fec

From 99fc1d88a58a9bf200cd402e0cb27fe1dc44de70 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:02:41 +0300
Subject: [PATCH 18/24] lxqt-themes: update to 0.15.0.

---
 srcpkgs/lxqt-themes/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index e93fd5d86fa..ecd80067026 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
-version=0.14.0
+version=0.15.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools"
@@ -10,5 +10,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
-checksum=2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c
+checksum=a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7
 replaces="lxqt-common>=0"

From bfe54be6e39a948bb8d4f5d5471a176612cd7c4b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:02:58 +0300
Subject: [PATCH 19/24] libqtxdg: update to 3.5.0.

---
 srcpkgs/libqtxdg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index 7db0bbb1e0e..847c9425588 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,7 +1,7 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
-version=3.4.0
-revision=2
+version=3.5.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 makedepends="qt5-svg-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
-checksum=7bb5bbbb901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e
+checksum=41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c
 
 libqtxdg-devel_package() {
 	short_desc+=" - development files"

From ed14b55c1f5be5d904bb917341d67bed2202c74e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:03:13 +0300
Subject: [PATCH 20/24] obconf-qt: update to 0.15.0.

---
 srcpkgs/obconf-qt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 3eb66ffe1d0..4e3a445ec3b 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
-version=0.14.1
+version=0.15.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
-checksum=15f9d6ae79f7f8700747789ab0c62c2aa6850eb78ff1d130300b9440cc38ebcf
+checksum=d8c05ce9d1497f1aaec903874ef6f8bb4a35c530e59ccccc71ac3f488a179bed

From b4507b05f21f7d6c02a527cfb21cec9229e1afcb Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:03:29 +0300
Subject: [PATCH 21/24] pcmanfm-qt: update to 0.15.0.

---
 srcpkgs/pcmanfm-qt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index 651eec01076..71dcb43b983 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
-version=0.14.1
-revision=3
+version=0.15.0
+revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -11,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.lxqt.org"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
-checksum=58e6a5f78014837f8c23a01f286ad5e3be426d3da37fdd8b4994766a63116c74
+checksum=69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105
 replaces="lxqt-common>=0"

From e311bcbb4c1461b600ac783a2d860e2976eb55df Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:03:36 +0300
Subject: [PATCH 22/24] qterminal: update to 0.15.0.

---
 srcpkgs/qterminal/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 17926efe0c6..0ab600733b3 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,6 +1,6 @@
 # Template file for 'qterminal'
 pkgname=qterminal
-version=0.14.1
+version=0.15.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
-checksum=e018ece0bd38124a2879a6fbb76dd6b9d70ae2b231845650ad363eeca756fe31
+checksum=557f74a946d009bb6e598c5d0c6de9356cda325f674876a457874c7525affd64

From 59bc81b56126e2650fd2f118450f48b753fbe3fd Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:03:43 +0300
Subject: [PATCH 23/24] qtermwidget: update to 0.15.0.

---
 srcpkgs/qtermwidget/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index ad4c59a651e..a889ce3b458 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,6 +1,6 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
-version=0.14.1
+version=0.15.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
-checksum=84739f91e6ac5900a39ed7cbb254397a9428b172ee3fe0d1b6c827b751dc3b6c
+checksum=6ecaf7c91be282c5e34937a853fe649729966c38d7e8f4cf54c0df94d85ac3ee
 
 qtermwidget-devel_package() {
 	short_desc+=" - development files"

From 6af8b14845488e67847734c80f0c91eeebb1926c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Apr 2020 01:04:16 +0300
Subject: [PATCH 24/24] lxqt: update to 0.15.0. [ci skip]

---
 srcpkgs/lxqt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index 46142a8a388..74254e08a3c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
-version=0.14.0
-revision=2
+version=0.15.0
+revision=1
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -30,5 +30,5 @@ depends="
 	upower"
 short_desc="LXQt meta-package for Void Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later"
+license="BSD-2-Clause" # Suppress xlint warning: vlicense
 homepage="https://www.lxqt.org/"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [WIP] lxqt: update components and deps to 0.15.0 or latest stable version.
  2020-04-25 22:12 [PR PATCH] [WIP} lxqt: update components to 0.15.0 or latest stable version mobinmob
@ 2020-04-26 16:57 ` mobinmob
  2020-04-26 18:56 ` mobinmob
  2020-04-27 16:56 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2020-04-26 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21342#issuecomment-619585029

Comment:
Builds for:
- [x] aarch64 
- [ ] armv7l
- [ ] armv6l-musl
- [ ] i686
- [ ] x86_64-musl


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [WIP] lxqt: update components and deps to 0.15.0 or latest stable version.
  2020-04-25 22:12 [PR PATCH] [WIP} lxqt: update components to 0.15.0 or latest stable version mobinmob
  2020-04-26 16:57 ` [WIP] lxqt: update components and deps " mobinmob
@ 2020-04-26 18:56 ` mobinmob
  2020-04-27 16:56 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2020-04-26 18:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/21342#issuecomment-619585029

Comment:
Builds for:
- [x] aarch64 
- [ ] armv7l
- [ ] armv6l-musl
- [ ] i686
- [ ] x86_64-musl


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: lxqt: update components and deps to 0.15.0 or latest stable version.
  2020-04-25 22:12 [PR PATCH] [WIP} lxqt: update components to 0.15.0 or latest stable version mobinmob
  2020-04-26 16:57 ` [WIP] lxqt: update components and deps " mobinmob
  2020-04-26 18:56 ` mobinmob
@ 2020-04-27 16:56 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2020-04-27 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

There's a merged pull request on the void-packages repository

lxqt: update components and deps to 0.15.0 or latest stable version.
https://github.com/void-linux/void-packages/pull/21342

Description:
I do not think this PR can be built on ci (time limit), so I am building on my machine. Will remove WIP after building successfully for c-i archs.
Already built for:

- [x] x86_64
- [x] aarch64-musl
- [x] aarch64 
- [x] armv7l
- [x] armv6l-musl
- [x] i686
- [x] x86_64-musl

Testing on x86_64.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-27 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 22:12 [PR PATCH] [WIP} lxqt: update components to 0.15.0 or latest stable version mobinmob
2020-04-26 16:57 ` [WIP] lxqt: update components and deps " mobinmob
2020-04-26 18:56 ` mobinmob
2020-04-27 16:56 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).