Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] LXQt 1.1.0
@ 2022-04-17 22:34 Idesmi
  2022-04-17 23:41 ` tibequadorian
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Idesmi @ 2022-04-17 22:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/36745

LXQt 1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

Update from installed 1.0.0

#### Local build testing
- I built this PR locally for my native architecture,
  - x86_64
  - x86_64-musl

---
On the pattern, I am not sure of adding `breeze-gtk`: none of the newly introduced palettes matches Breeze colors after all.

Runtime dependency on `lxmenu-data` was moved from pattern to `lxqt-panel`.

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

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

From b4c172c80bf7575d71ffeec42011ba538893f0eb Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:08:15 +0200
Subject: [PATCH 01/27] lxqt: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..759c6904df1d 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt'
 pkgname=lxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=meta
 depends="
@@ -21,15 +21,16 @@ depends="
 	obconf-qt
 	pcmanfm-qt>=${version}
 	lximage-qt>=${version}
-	lxmenu-data
 	lxqt-archiver
 	qterminal>=${version}
 	openbox
 	breeze-icons
+	breeze-gtk
+	xdg-desktop-portal-lxqt
 	xdg-utils
 	elogind
 	upower"
 short_desc="LXQt meta-package for Void Linux"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-2-Clause" # Suppress xlint warning: vlicense
-homepage="https://www.lxqt.org/"
+homepage="https://lxqt-project.org"

From d189e47e3992b29a7ecab4c61b4d93f9ecaa9783 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:25:28 +0200
Subject: [PATCH 02/27] lxqt-build-tools: update to 0.11.0.

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..179cfee67e7f 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.10.0
+version=0.11.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
@@ -8,9 +8,9 @@ makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
+checksum=95da1309ae0111e3b97f775788465f82548a3de09b0e9d5e0a26e5fe715075b2
 
 post_install() {
 	vlicense BSD-3-Clause LICENSE

From 94cdeaa872f08dc11ce83352ef48994cae8dbc9e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:44:10 +0200
Subject: [PATCH 03/27] libqtxdg: update to 3.9.0.

---
 srcpkgs/libqtxdg/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..b8bea143f360 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,6 +1,6 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
-version=3.8.0
+version=3.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-svg-devel"
 short_desc="Qt implementation of freedesktop.org XDG specifications"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
-checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
+checksum=4dc7e3e65e6bcd50010647ef781ef5601b08ce024b0b1155e6a68316696c5a58
 
 libqtxdg-devel_package() {
 	short_desc+=" - development files"

From f3490a93b33d1bd8ca162d2d9abba20c9a0f63ad Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:05:52 +0200
Subject: [PATCH 04/27] liblxqt: update to 1.1.0.

---
 srcpkgs/liblxqt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..5e5734ad61c5 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
@@ -10,9 +10,9 @@ makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel
 short_desc="Core utility library for all LXQt components"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
-checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/liblxqt/archive/${version}.tar.gz"
+checksum=3b4672cef3906f82444da886557fe0504bf53066e7741c2215592119fbafbb42
 
 liblxqt-devel_package() {
 	short_desc+=" - development files"

From 806063a4ee95159cb8266d9832792686eb0d8ce1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:26:14 +0200
Subject: [PATCH 05/27] lxqt-config: update to 1.1.0.

---
 srcpkgs/lxqt-config/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..8372521a2c32 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
+hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
  xf86-input-libinput-devel libqtxdg-devel"
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-config/archive/${version}.tar.gz"
+checksum=debe3f51c30e37a8bca37bfdaa0187a68ddd57dad0ecefef169a32c2b042cc58

From 5c409ecf6ea8a833861b0898822b6bc9e51f3f11 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:36:44 +0200
Subject: [PATCH 06/27] lxqt-policykit: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..ad81878cab8a 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel polkit-qt5-devel"
 short_desc="LXQt PolicyKit agent"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-policykit/archive/${version}.tar.gz"
+checksum=4866bb843657206b0bb55cc063474941a6d81db578fe3d5143d3760f438b033d
 replaces="lxqt-common>=0"

From 0907ef690c85d7ae462aaa0918197a1c79a3195f Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:48:19 +0200
Subject: [PATCH 07/27] lxqt-session: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..3b30d410cc33 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="liblxqt-devel xdg-user-dirs procps-ng-devel"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
 depends="xdg-user-dirs"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
+checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
 replaces="lxqt-common>=0"

From dea89d3fead44248fd16785f0d6de6cac014cf44 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:54:04 +0200
Subject: [PATCH 08/27] lxqt-about: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..447c2a945f8b 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel liblxqt-devel"
 short_desc="LXQt about application"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-about/archive/${version}.tar.gz"
+checksum=d8b5bb348c73e59e000151c5569b46496299155019a3cf9ce7e21a8f641d42b4

From c638e739390ee31162ab0040dacb3f418d54f688 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:21:23 +0200
Subject: [PATCH 09/27] lxqt-admin: update to 1.1.0.

---
 srcpkgs/lxqt-admin/patches/systemd.patch |  9 +++++++++
 srcpkgs/lxqt-admin/template              | 14 ++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/lxqt-admin/patches/systemd.patch

diff --git a/srcpkgs/lxqt-admin/patches/systemd.patch b/srcpkgs/lxqt-admin/patches/systemd.patch
new file mode 100644
index 000000000000..097c7669b1bf
--- /dev/null
+++ b/srcpkgs/lxqt-admin/patches/systemd.patch
@@ -0,0 +1,9 @@
+lxqt-admin-time depends on systemd-{timedated,timesyncd}
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -38,5 +38,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD
+     message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-time")
+ else()
+     add_subdirectory(lxqt-admin-user)
+-    add_subdirectory(lxqt-admin-time)
+ endif()
diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..cba72e16fbce 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
@@ -9,12 +9,6 @@ makedepends="liblxqt-devel"
 short_desc="LXQt system administration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
-
-post_install() {
-	# depends on systemd-{timedated,timesyncd}
-	rm -f ${DESTDIR}/usr/bin/lxqt-admin-time
-	rm -f ${DESTDIR}/usr/share/applications/lxqt-admin-time.desktop
-}
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-admin/archive/${version}.tar.gz"
+checksum=cf6c41a63b861caacae5ace8bef4781f502cfb0f559fe56afbffe60d13a74775

From 80ca08996114329907deef137179f44894d51b18 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:31:34 +0200
Subject: [PATCH 10/27] lxqt-archiver: update to 0.6.0.

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..076965fb01bb 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
-version=0.5.0
+version=0.6.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel json-glib-devel"
 short_desc="Simple & lightweight desktop-agnostic Qt file archiver"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org"
-distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/${pkgname}/archive/${version}.tar.gz"
+checksum=63029ed0c22dccaa30a7dd7866b6739e7746904cfa97deac836b40da6d56eb8c

From 4887dd7f813dd2a7e32b945617f0a3e7ded5312a Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:43:05 +0200
Subject: [PATCH 11/27] libfm-qt: update to 1.1.0.

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

diff --git a/common/shlibs b/common/shlibs
index ae4bb44c57a3..11328b15a9cc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1990,7 +1990,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.10 libfm-qt-1.0.0_1
+libfm-qt.so.11 libfm-qt-1.1.0_1
 libqtermwidget5.so.1 qtermwidget-1.0.0_1
 libQt6Core.so.6 qt6-core-6.0.0_1
 libQt6OpenGL.so.6 qt6-gui-6.0.0_1
diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..bd7343fac83d 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,9 +9,9 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
 short_desc="Core library of PCManFM-Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libfm-qt/archive/${version}.tar.gz"
+checksum=8ba16e0db696bb938f675b6d5394ec96726585e8b6130e6a2718a4ffde073d62
 replaces="libfm-qt5>=0"
 
 libfm-qt-devel_package() {

From bd86615209490870d95a629fb42821ecaf11a4c2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:09:10 +0200
Subject: [PATCH 12/27] pcmanfm-qt: update to 1.1.0.

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..5a5341a6c5f6 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,15 +1,15 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-qt-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
 depends="qt5-translations"
-short_desc="LXQt pcmanfm Qt frontend"
+short_desc="Qt port of PCManFM"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pcmanfm-qt/archive/${version}.tar.gz"
+checksum=28b5ff1fb71d9259ae73962892ce04142a750794aa35c4840ed575da08972b9d
 replaces="lxqt-common>=0"

From aa1a31a55dd3e36e3c24d94d4f1d0bccc22bbc8d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:16:28 +0200
Subject: [PATCH 13/27] lximage-qt: update to 1.1.0.

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..503990ab93db 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
 short_desc="LXQt image viewer"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lximage-qt/archive/${version}.tar.gz"
+checksum=cd1eb058af1c927fac9ac4d2d31435cf46572b2f017cbb0d0b099ad6106c8b91

From 83fa6247d18100f3bfa9fea2986ff4e4bd4aebbf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:23:45 +0200
Subject: [PATCH 14/27] lxqt-globalkeys: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..dcffc9ba5257 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,9 +8,9 @@ makedepends="liblxqt-devel"
 short_desc="LXQt daemon and library for global keyboard shortcuts registration"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-globalkeys/archive/${version}.tar.gz"
+checksum=ce0cbdbfbddef4ea9b2018b61fb6fc03caeea57fc31bc6f4bb54a04619edb2aa
 replaces="lxqt-common>=0"
 
 lxqt-globalkeys-devel_package() {

From 4bac77e2480c1705a69d51a31ea0dd06afebe437 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:30:32 +0200
Subject: [PATCH 15/27] lxqt-notificationd: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..57cd26eed5a8 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-notificationd/archive/${version}.tar.gz"
+checksum=6b29f0163541ba734bcb8d21f0f3579bc36c868fa8afee44d8b7e56ea8ca23ee
 replaces="lxqt-common>=0"

From fa27ebd34f098b8024d7dbfd302afd1ca10fa779 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:31:58 +0200
Subject: [PATCH 16/27] lxqt-openssh-askpass: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..566f1741e329 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="openssh"
 short_desc="LXQt ssh-agent helper"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-openssh-askpass/archive/${version}.tar.gz"
+checksum=77578faf1aaf3e273cd8f92b84ad9570d7aacc88b44663c3373517e790c606b6
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 04252c71ea8d7655e135493e124de89a0c6da0e1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:42:14 +0200
Subject: [PATCH 17/27] lxqt-panel: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..f5524550a6ed 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,16 +1,17 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
  lxqt-globalkeys-devel alsa-lib-devel pulseaudio-devel libstatgrab-devel
- libsensors-devel libXcomposite-devel libsysstat-devel libdbusmenu-qt5-devel
- libqtxdg-devel libXdamage-devel"
+ libsensors-devel libsysstat-devel libdbusmenu-qt5-devel
+ libqtxdg-devel libxcb-devel libXtst-devel xcb-util-image-devel"
+depends="lxmenu-data"
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-panel/archive/${version}.tar.gz"
+checksum=f80ccdeb59933d32aab1a425301b9b68458bf0c55567befe1c03263afad20d6d

From f7bc91999bf03a1fb757bfe24795f7966f93b41c Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:47:30 +0200
Subject: [PATCH 18/27] lxqt-powermanagement: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..b083469ecbbd 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel ksolid-devel kidletime-devel lxqt-globalkeys-devel"
 short_desc="LXQt power management module"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-powermanagement/archive/${version}.tar.gz"
+checksum=df59e7b93392863874250a49769dcd7ed395f98548428f9ef6a5b1e728d32e86

From e47ccd7fc866436c08a133f48e3d8e73d44814cd Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:53:50 +0200
Subject: [PATCH 19/27] lxqt-qtplugin: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..eaddfdf3d70b 100644
--- a/srcpkgs/lxqt-qtplugin/template
+++ b/srcpkgs/lxqt-qtplugin/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-qtplugin'
 pkgname=lxqt-qtplugin
-version=1.0.0
+version=1.1.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"
+makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel libqtxdg-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-qtplugin/archive/${version}.tar.gz"
+checksum=20eda3ac9319e793c4b1236413f119058771d34915483bed4a048591a59ae990

From 6e36b5251f9d0f312c6fcd54f074f988e589102e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:00:22 +0200
Subject: [PATCH 20/27] lxqt-runner: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..e96c3b6950f5 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel lxqt-globalkeys-devel muparser-devel"
 short_desc="LXQt quick launcher"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-runner/archive/${version}.tar.gz"
+checksum=7c253d338019cb162cddcb606429faa016ac148a16bf720e87e28f756698b731

From 2557086b94aa136ac7cfd9b1ec9faacb76adc62d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:04:18 +0200
Subject: [PATCH 21/27] lxqt-sudo: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..5ffd63acec36 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ depends="sudo"
 short_desc="LXQt GUI frontend for sudo"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-sudo/archive/${version}.tar.gz"
+checksum=c31332d056355ff888175ba10556639f436b314579349ca90e555da849ebe22b

From 77304d2ca220083382a8c5de87c1ae921ccb6463 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:07:53 +0200
Subject: [PATCH 22/27] lxqt-themes: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..a3c9b9c6a671 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
@@ -8,7 +8,7 @@ depends="hicolor-icon-theme"
 short_desc="Themes, graphics and icons for LXQt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-themes/archive/${version}.tar.gz"
+checksum=aeb24c1570ae350e4c4ecdea9fb1b67208f641966476bbafd1817a816f665efe
 replaces="lxqt-common>=0"

From ae50fa93a05aebef5a072c23f4f081f02846d2d2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:17:29 +0200
Subject: [PATCH 23/27] qtermwidget: update to 1.1.0.

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..273705963a64 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,6 +1,6 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-tools-devel"
 short_desc="Terminal widget for QTerminal"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
-checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qtermwidget/archive/${version}.tar.gz"
+checksum=b062e5169bee35c3a8c1d0f67b78b43d63f1041d11e3a5a717f6a54a016bd734
 
 qtermwidget-devel_package() {
 	short_desc+=" - development files"

From cb5da373169f3c19281d8489690ee794916523b4 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:30:33 +0200
Subject: [PATCH 24/27] qterminal: update to 1.1.0.

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..7469a365b367 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,14 +1,13 @@
 # Template file for 'qterminal'
 pkgname=qterminal
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
-depends="desktop-file-utils"
 short_desc="Lightweight terminal emulator written in Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
-checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qterminal/archive/${version}.tar.gz"
+checksum=5a72a6f3deb5326618183ddae59989316aa78c86163220f26895df677cbc4479

From 8986d5531652d58b3f253ad5f2d08fc8bd0992f8 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:08:13 +0200
Subject: [PATCH 25/27] pavucontrol-qt: update to 1.1.0.

---
 srcpkgs/pavucontrol-qt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..0be80a6c17c8 100644
--- a/srcpkgs/pavucontrol-qt/template
+++ b/srcpkgs/pavucontrol-qt/template
@@ -1,13 +1,13 @@
 # Template file for 'pavucontrol-qt'
 pkgname=pavucontrol-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel pulseaudio-devel"
 short_desc="Pulseaudio mixer in Qt"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
-checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pavucontrol-qt/archive/${version}.tar.gz"
+checksum=8e4017c584c357fbff75d849e3210fa446edc6e53655b6920221891b8e3dc403

From 16f124f70c9b016bc0cd95bf3bb731bcd1d6f8a9 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:13:58 +0200
Subject: [PATCH 26/27] qps: update to 2.5.0.

---
 srcpkgs/qps/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qps/template b/srcpkgs/qps/template
index 4934c280c4db..264e1eeda9da 100644
--- a/srcpkgs/qps/template
+++ b/srcpkgs/qps/template
@@ -1,6 +1,6 @@
 # Template file for 'qps'
 pkgname=qps
-version=2.4.0
+version=2.5.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl qt5-qmake qt5-host-tools"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel"
 short_desc="Qt process manager"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/lxqt/qps"
-distfiles="https://github.com/lxqt/qps/releases/download/${version}/qps-${version}.tar.xz"
-checksum=c2a6c1d5e40e96997cca834f88ca1104aa179bef576a1a8b355b987eaaac69cd
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qps/archive/${version}.tar.gz"
+checksum=c5f3a27b731eccfae59734c4a3048f9d8632827444e35b773c1a112702666b6a

From f55bb495691f7657048eb82a26c3b1934d9d8671 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:40:11 +0200
Subject: [PATCH 27/27] New package: xdg-desktop-portal-lxqt-0.2.0

---
 srcpkgs/xdg-desktop-portal-lxqt/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xdg-desktop-portal-lxqt/template

diff --git a/srcpkgs/xdg-desktop-portal-lxqt/template b/srcpkgs/xdg-desktop-portal-lxqt/template
new file mode 100644
index 000000000000..7adb48dc55fd
--- /dev/null
+++ b/srcpkgs/xdg-desktop-portal-lxqt/template
@@ -0,0 +1,14 @@
+# Template file for 'xdg-desktop-portal-lxqt'
+pkgname=xdg-desktop-portal-lxqt
+version=0.2.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="kwindowsystem-devel libfm-qt-devel"
+short_desc="Backend implementation for xdg-desktop-portal that is using Qt/KF5/libfm-qt"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/lxqt/xdg-desktop-portal-lxqt"
+changelog="https://github.com/lxqt/xdg-desktop-portal-lxqt/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/xdg-desktop-portal-lxqt/archive/${version}.tar.gz"
+checksum=9d7ac6fd6980293cb184518642dcc57d842b67105b3d236f893189bd30911ad7

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

* Re: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
@ 2022-04-17 23:41 ` tibequadorian
  2022-04-18  7:32 ` [PR PATCH] [Updated] " Idesmi
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-04-17 23:41 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36745#issuecomment-1100969349

Comment:
@Hoshpak 

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

* Re: [PR PATCH] [Updated] LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
  2022-04-17 23:41 ` tibequadorian
@ 2022-04-18  7:32 ` Idesmi
  2022-04-18  9:26 ` Hoshpak
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Idesmi @ 2022-04-18  7:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/36745

LXQt 1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

Update from installed 1.0.0

#### Local build testing
- I built this PR locally for my native architecture,
  - x86_64
  - x86_64-musl

---
On the pattern, I am not sure of adding `breeze-gtk`: none of the newly introduced palettes matches Breeze colors after all.

Runtime dependency on `lxmenu-data` was moved from pattern to `lxqt-panel`.

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

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

From b4c172c80bf7575d71ffeec42011ba538893f0eb Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:08:15 +0200
Subject: [PATCH 01/27] lxqt: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..759c6904df1d 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt'
 pkgname=lxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=meta
 depends="
@@ -21,15 +21,16 @@ depends="
 	obconf-qt
 	pcmanfm-qt>=${version}
 	lximage-qt>=${version}
-	lxmenu-data
 	lxqt-archiver
 	qterminal>=${version}
 	openbox
 	breeze-icons
+	breeze-gtk
+	xdg-desktop-portal-lxqt
 	xdg-utils
 	elogind
 	upower"
 short_desc="LXQt meta-package for Void Linux"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-2-Clause" # Suppress xlint warning: vlicense
-homepage="https://www.lxqt.org/"
+homepage="https://lxqt-project.org"

From d189e47e3992b29a7ecab4c61b4d93f9ecaa9783 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:25:28 +0200
Subject: [PATCH 02/27] lxqt-build-tools: update to 0.11.0.

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..179cfee67e7f 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.10.0
+version=0.11.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
@@ -8,9 +8,9 @@ makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
+checksum=95da1309ae0111e3b97f775788465f82548a3de09b0e9d5e0a26e5fe715075b2
 
 post_install() {
 	vlicense BSD-3-Clause LICENSE

From 94cdeaa872f08dc11ce83352ef48994cae8dbc9e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:44:10 +0200
Subject: [PATCH 03/27] libqtxdg: update to 3.9.0.

---
 srcpkgs/libqtxdg/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..b8bea143f360 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,6 +1,6 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
-version=3.8.0
+version=3.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-svg-devel"
 short_desc="Qt implementation of freedesktop.org XDG specifications"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
-checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
+checksum=4dc7e3e65e6bcd50010647ef781ef5601b08ce024b0b1155e6a68316696c5a58
 
 libqtxdg-devel_package() {
 	short_desc+=" - development files"

From f3490a93b33d1bd8ca162d2d9abba20c9a0f63ad Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:05:52 +0200
Subject: [PATCH 04/27] liblxqt: update to 1.1.0.

---
 srcpkgs/liblxqt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..5e5734ad61c5 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
@@ -10,9 +10,9 @@ makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel
 short_desc="Core utility library for all LXQt components"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
-checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/liblxqt/archive/${version}.tar.gz"
+checksum=3b4672cef3906f82444da886557fe0504bf53066e7741c2215592119fbafbb42
 
 liblxqt-devel_package() {
 	short_desc+=" - development files"

From 806063a4ee95159cb8266d9832792686eb0d8ce1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:26:14 +0200
Subject: [PATCH 05/27] lxqt-config: update to 1.1.0.

---
 srcpkgs/lxqt-config/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..8372521a2c32 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
+hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
  xf86-input-libinput-devel libqtxdg-devel"
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-config/archive/${version}.tar.gz"
+checksum=debe3f51c30e37a8bca37bfdaa0187a68ddd57dad0ecefef169a32c2b042cc58

From 5c409ecf6ea8a833861b0898822b6bc9e51f3f11 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:36:44 +0200
Subject: [PATCH 06/27] lxqt-policykit: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..ad81878cab8a 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel polkit-qt5-devel"
 short_desc="LXQt PolicyKit agent"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-policykit/archive/${version}.tar.gz"
+checksum=4866bb843657206b0bb55cc063474941a6d81db578fe3d5143d3760f438b033d
 replaces="lxqt-common>=0"

From 0907ef690c85d7ae462aaa0918197a1c79a3195f Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:48:19 +0200
Subject: [PATCH 07/27] lxqt-session: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..3b30d410cc33 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="liblxqt-devel xdg-user-dirs procps-ng-devel"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
 depends="xdg-user-dirs"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
+checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
 replaces="lxqt-common>=0"

From dea89d3fead44248fd16785f0d6de6cac014cf44 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:54:04 +0200
Subject: [PATCH 08/27] lxqt-about: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..447c2a945f8b 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel liblxqt-devel"
 short_desc="LXQt about application"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-about/archive/${version}.tar.gz"
+checksum=d8b5bb348c73e59e000151c5569b46496299155019a3cf9ce7e21a8f641d42b4

From c638e739390ee31162ab0040dacb3f418d54f688 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:21:23 +0200
Subject: [PATCH 09/27] lxqt-admin: update to 1.1.0.

---
 srcpkgs/lxqt-admin/patches/systemd.patch |  9 +++++++++
 srcpkgs/lxqt-admin/template              | 14 ++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/lxqt-admin/patches/systemd.patch

diff --git a/srcpkgs/lxqt-admin/patches/systemd.patch b/srcpkgs/lxqt-admin/patches/systemd.patch
new file mode 100644
index 000000000000..097c7669b1bf
--- /dev/null
+++ b/srcpkgs/lxqt-admin/patches/systemd.patch
@@ -0,0 +1,9 @@
+lxqt-admin-time depends on systemd-{timedated,timesyncd}
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -38,5 +38,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD
+     message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-time")
+ else()
+     add_subdirectory(lxqt-admin-user)
+-    add_subdirectory(lxqt-admin-time)
+ endif()
diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..cba72e16fbce 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
@@ -9,12 +9,6 @@ makedepends="liblxqt-devel"
 short_desc="LXQt system administration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
-
-post_install() {
-	# depends on systemd-{timedated,timesyncd}
-	rm -f ${DESTDIR}/usr/bin/lxqt-admin-time
-	rm -f ${DESTDIR}/usr/share/applications/lxqt-admin-time.desktop
-}
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-admin/archive/${version}.tar.gz"
+checksum=cf6c41a63b861caacae5ace8bef4781f502cfb0f559fe56afbffe60d13a74775

From 80ca08996114329907deef137179f44894d51b18 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:31:34 +0200
Subject: [PATCH 10/27] lxqt-archiver: update to 0.6.0.

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..076965fb01bb 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
-version=0.5.0
+version=0.6.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel json-glib-devel"
 short_desc="Simple & lightweight desktop-agnostic Qt file archiver"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org"
-distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/${pkgname}/archive/${version}.tar.gz"
+checksum=63029ed0c22dccaa30a7dd7866b6739e7746904cfa97deac836b40da6d56eb8c

From 4887dd7f813dd2a7e32b945617f0a3e7ded5312a Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:43:05 +0200
Subject: [PATCH 11/27] libfm-qt: update to 1.1.0.

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

diff --git a/common/shlibs b/common/shlibs
index ae4bb44c57a3..11328b15a9cc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1990,7 +1990,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.10 libfm-qt-1.0.0_1
+libfm-qt.so.11 libfm-qt-1.1.0_1
 libqtermwidget5.so.1 qtermwidget-1.0.0_1
 libQt6Core.so.6 qt6-core-6.0.0_1
 libQt6OpenGL.so.6 qt6-gui-6.0.0_1
diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..bd7343fac83d 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,9 +9,9 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
 short_desc="Core library of PCManFM-Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libfm-qt/archive/${version}.tar.gz"
+checksum=8ba16e0db696bb938f675b6d5394ec96726585e8b6130e6a2718a4ffde073d62
 replaces="libfm-qt5>=0"
 
 libfm-qt-devel_package() {

From bd86615209490870d95a629fb42821ecaf11a4c2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:09:10 +0200
Subject: [PATCH 12/27] pcmanfm-qt: update to 1.1.0.

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..5a5341a6c5f6 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,15 +1,15 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-qt-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
 depends="qt5-translations"
-short_desc="LXQt pcmanfm Qt frontend"
+short_desc="Qt port of PCManFM"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pcmanfm-qt/archive/${version}.tar.gz"
+checksum=28b5ff1fb71d9259ae73962892ce04142a750794aa35c4840ed575da08972b9d
 replaces="lxqt-common>=0"

From aa1a31a55dd3e36e3c24d94d4f1d0bccc22bbc8d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:16:28 +0200
Subject: [PATCH 13/27] lximage-qt: update to 1.1.0.

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..503990ab93db 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
 short_desc="LXQt image viewer"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lximage-qt/archive/${version}.tar.gz"
+checksum=cd1eb058af1c927fac9ac4d2d31435cf46572b2f017cbb0d0b099ad6106c8b91

From 83fa6247d18100f3bfa9fea2986ff4e4bd4aebbf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:23:45 +0200
Subject: [PATCH 14/27] lxqt-globalkeys: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..dcffc9ba5257 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,9 +8,9 @@ makedepends="liblxqt-devel"
 short_desc="LXQt daemon and library for global keyboard shortcuts registration"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-globalkeys/archive/${version}.tar.gz"
+checksum=ce0cbdbfbddef4ea9b2018b61fb6fc03caeea57fc31bc6f4bb54a04619edb2aa
 replaces="lxqt-common>=0"
 
 lxqt-globalkeys-devel_package() {

From 4bac77e2480c1705a69d51a31ea0dd06afebe437 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:30:32 +0200
Subject: [PATCH 15/27] lxqt-notificationd: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..57cd26eed5a8 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-notificationd/archive/${version}.tar.gz"
+checksum=6b29f0163541ba734bcb8d21f0f3579bc36c868fa8afee44d8b7e56ea8ca23ee
 replaces="lxqt-common>=0"

From fa27ebd34f098b8024d7dbfd302afd1ca10fa779 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:31:58 +0200
Subject: [PATCH 16/27] lxqt-openssh-askpass: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..566f1741e329 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="openssh"
 short_desc="LXQt ssh-agent helper"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-openssh-askpass/archive/${version}.tar.gz"
+checksum=77578faf1aaf3e273cd8f92b84ad9570d7aacc88b44663c3373517e790c606b6
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 04252c71ea8d7655e135493e124de89a0c6da0e1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:42:14 +0200
Subject: [PATCH 17/27] lxqt-panel: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..f5524550a6ed 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,16 +1,17 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
  lxqt-globalkeys-devel alsa-lib-devel pulseaudio-devel libstatgrab-devel
- libsensors-devel libXcomposite-devel libsysstat-devel libdbusmenu-qt5-devel
- libqtxdg-devel libXdamage-devel"
+ libsensors-devel libsysstat-devel libdbusmenu-qt5-devel
+ libqtxdg-devel libxcb-devel libXtst-devel xcb-util-image-devel"
+depends="lxmenu-data"
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-panel/archive/${version}.tar.gz"
+checksum=f80ccdeb59933d32aab1a425301b9b68458bf0c55567befe1c03263afad20d6d

From f7bc91999bf03a1fb757bfe24795f7966f93b41c Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:47:30 +0200
Subject: [PATCH 18/27] lxqt-powermanagement: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..b083469ecbbd 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel ksolid-devel kidletime-devel lxqt-globalkeys-devel"
 short_desc="LXQt power management module"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-powermanagement/archive/${version}.tar.gz"
+checksum=df59e7b93392863874250a49769dcd7ed395f98548428f9ef6a5b1e728d32e86

From e47ccd7fc866436c08a133f48e3d8e73d44814cd Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:53:50 +0200
Subject: [PATCH 19/27] lxqt-qtplugin: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..eaddfdf3d70b 100644
--- a/srcpkgs/lxqt-qtplugin/template
+++ b/srcpkgs/lxqt-qtplugin/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-qtplugin'
 pkgname=lxqt-qtplugin
-version=1.0.0
+version=1.1.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"
+makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel libqtxdg-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-qtplugin/archive/${version}.tar.gz"
+checksum=20eda3ac9319e793c4b1236413f119058771d34915483bed4a048591a59ae990

From 6e36b5251f9d0f312c6fcd54f074f988e589102e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:00:22 +0200
Subject: [PATCH 20/27] lxqt-runner: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..e96c3b6950f5 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel lxqt-globalkeys-devel muparser-devel"
 short_desc="LXQt quick launcher"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-runner/archive/${version}.tar.gz"
+checksum=7c253d338019cb162cddcb606429faa016ac148a16bf720e87e28f756698b731

From 2557086b94aa136ac7cfd9b1ec9faacb76adc62d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:04:18 +0200
Subject: [PATCH 21/27] lxqt-sudo: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..5ffd63acec36 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ depends="sudo"
 short_desc="LXQt GUI frontend for sudo"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-sudo/archive/${version}.tar.gz"
+checksum=c31332d056355ff888175ba10556639f436b314579349ca90e555da849ebe22b

From 77304d2ca220083382a8c5de87c1ae921ccb6463 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:07:53 +0200
Subject: [PATCH 22/27] lxqt-themes: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..a3c9b9c6a671 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
@@ -8,7 +8,7 @@ depends="hicolor-icon-theme"
 short_desc="Themes, graphics and icons for LXQt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-themes/archive/${version}.tar.gz"
+checksum=aeb24c1570ae350e4c4ecdea9fb1b67208f641966476bbafd1817a816f665efe
 replaces="lxqt-common>=0"

From ae50fa93a05aebef5a072c23f4f081f02846d2d2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:17:29 +0200
Subject: [PATCH 23/27] qtermwidget: update to 1.1.0.

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..273705963a64 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,6 +1,6 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-tools-devel"
 short_desc="Terminal widget for QTerminal"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
-checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qtermwidget/archive/${version}.tar.gz"
+checksum=b062e5169bee35c3a8c1d0f67b78b43d63f1041d11e3a5a717f6a54a016bd734
 
 qtermwidget-devel_package() {
 	short_desc+=" - development files"

From cb5da373169f3c19281d8489690ee794916523b4 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:30:33 +0200
Subject: [PATCH 24/27] qterminal: update to 1.1.0.

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..7469a365b367 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,14 +1,13 @@
 # Template file for 'qterminal'
 pkgname=qterminal
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
-depends="desktop-file-utils"
 short_desc="Lightweight terminal emulator written in Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
-checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qterminal/archive/${version}.tar.gz"
+checksum=5a72a6f3deb5326618183ddae59989316aa78c86163220f26895df677cbc4479

From 8986d5531652d58b3f253ad5f2d08fc8bd0992f8 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:08:13 +0200
Subject: [PATCH 25/27] pavucontrol-qt: update to 1.1.0.

---
 srcpkgs/pavucontrol-qt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..0be80a6c17c8 100644
--- a/srcpkgs/pavucontrol-qt/template
+++ b/srcpkgs/pavucontrol-qt/template
@@ -1,13 +1,13 @@
 # Template file for 'pavucontrol-qt'
 pkgname=pavucontrol-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel pulseaudio-devel"
 short_desc="Pulseaudio mixer in Qt"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
-checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pavucontrol-qt/archive/${version}.tar.gz"
+checksum=8e4017c584c357fbff75d849e3210fa446edc6e53655b6920221891b8e3dc403

From 16f124f70c9b016bc0cd95bf3bb731bcd1d6f8a9 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:13:58 +0200
Subject: [PATCH 26/27] qps: update to 2.5.0.

---
 srcpkgs/qps/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qps/template b/srcpkgs/qps/template
index 4934c280c4db..264e1eeda9da 100644
--- a/srcpkgs/qps/template
+++ b/srcpkgs/qps/template
@@ -1,6 +1,6 @@
 # Template file for 'qps'
 pkgname=qps
-version=2.4.0
+version=2.5.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl qt5-qmake qt5-host-tools"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel"
 short_desc="Qt process manager"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/lxqt/qps"
-distfiles="https://github.com/lxqt/qps/releases/download/${version}/qps-${version}.tar.xz"
-checksum=c2a6c1d5e40e96997cca834f88ca1104aa179bef576a1a8b355b987eaaac69cd
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qps/archive/${version}.tar.gz"
+checksum=c5f3a27b731eccfae59734c4a3048f9d8632827444e35b773c1a112702666b6a

From 164a8a02995f3ebaa4ca41f93e5de718d8a8a23c Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:40:11 +0200
Subject: [PATCH 27/27] New package: xdg-desktop-portal-lxqt-0.2.0

---
 srcpkgs/xdg-desktop-portal-lxqt/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xdg-desktop-portal-lxqt/template

diff --git a/srcpkgs/xdg-desktop-portal-lxqt/template b/srcpkgs/xdg-desktop-portal-lxqt/template
new file mode 100644
index 000000000000..297e1769a1f5
--- /dev/null
+++ b/srcpkgs/xdg-desktop-portal-lxqt/template
@@ -0,0 +1,14 @@
+# Template file for 'xdg-desktop-portal-lxqt'
+pkgname=xdg-desktop-portal-lxqt
+version=0.2.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="kwindowsystem-devel libfm-qt-devel"
+short_desc="Backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/lxqt/xdg-desktop-portal-lxqt"
+changelog="https://github.com/lxqt/xdg-desktop-portal-lxqt/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/xdg-desktop-portal-lxqt/archive/${version}.tar.gz"
+checksum=9d7ac6fd6980293cb184518642dcc57d842b67105b3d236f893189bd30911ad7

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

* Re: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
  2022-04-17 23:41 ` tibequadorian
  2022-04-18  7:32 ` [PR PATCH] [Updated] " Idesmi
@ 2022-04-18  9:26 ` Hoshpak
  2022-04-18  9:52 ` Idesmi
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Hoshpak @ 2022-04-18  9:26 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/36745#issuecomment-1101257274

Comment:
The PR generally looks good to me. However I'm also not sure if adding breeze-gtk as a depedency is the right course of action. Is there any technical reason for that? Otherwise In would think the choice of themes should be left to the user (I use Adwaita with lxqt for instance).

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

* Re: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
                   ` (2 preceding siblings ...)
  2022-04-18  9:26 ` Hoshpak
@ 2022-04-18  9:52 ` Idesmi
  2022-04-18 17:41 ` Hoshpak
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Idesmi @ 2022-04-18  9:52 UTC (permalink / raw)
  To: ml

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

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36745#issuecomment-1101275016

Comment:
The default icon theme is now changed to Breeze, and KDE-Plasma is the one theme among the provided which has a GTK+ counterpart (althogh as I mentioned, the "KDE-Plasma" theme by LXQt and the "breeze-gtk" by KDE don't match so well).
But you can use the LXQt desktop even with only Qt programs, so it'd make sense to not require it.

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

* Re: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
                   ` (3 preceding siblings ...)
  2022-04-18  9:52 ` Idesmi
@ 2022-04-18 17:41 ` Hoshpak
  2022-04-18 18:46 ` [PR PATCH] [Updated] " Idesmi
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Hoshpak @ 2022-04-18 17:41 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/36745#issuecomment-1101598474

Comment:
Alright, please remove the `breeze-gtk` dependency so we can get this merged.

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

* Re: [PR PATCH] [Updated] LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
                   ` (4 preceding siblings ...)
  2022-04-18 17:41 ` Hoshpak
@ 2022-04-18 18:46 ` Idesmi
  2022-04-21  6:23 ` Idesmi
  2022-04-21 16:30 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: Idesmi @ 2022-04-18 18:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages lxqt
https://github.com/void-linux/void-packages/pull/36745

LXQt 1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

Update from installed 1.0.0

#### Local build testing
- I built this PR locally for my native architecture,
  - x86_64
  - x86_64-musl

---
On the pattern, I am not sure of adding `breeze-gtk`: none of the newly introduced palettes matches Breeze colors after all.

Runtime dependency on `lxmenu-data` was moved from pattern to `lxqt-panel`.

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

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

From 342ee6fb28c046b6803639464d0b1ed168c7b577 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:08:15 +0200
Subject: [PATCH 01/27] lxqt: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..d30d711e9561 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt'
 pkgname=lxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=meta
 depends="
@@ -21,15 +21,15 @@ depends="
 	obconf-qt
 	pcmanfm-qt>=${version}
 	lximage-qt>=${version}
-	lxmenu-data
 	lxqt-archiver
 	qterminal>=${version}
 	openbox
 	breeze-icons
+	xdg-desktop-portal-lxqt
 	xdg-utils
 	elogind
 	upower"
 short_desc="LXQt meta-package for Void Linux"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-2-Clause" # Suppress xlint warning: vlicense
-homepage="https://www.lxqt.org/"
+homepage="https://lxqt-project.org"

From f52e29bd4d197197480ec653f7f6e0d02ab066de Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:25:28 +0200
Subject: [PATCH 02/27] lxqt-build-tools: update to 0.11.0.

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..179cfee67e7f 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.10.0
+version=0.11.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
@@ -8,9 +8,9 @@ makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
+checksum=95da1309ae0111e3b97f775788465f82548a3de09b0e9d5e0a26e5fe715075b2
 
 post_install() {
 	vlicense BSD-3-Clause LICENSE

From dda7f9dfb6a42b60ee0cde740d7991bb72c53bb0 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 14:44:10 +0200
Subject: [PATCH 03/27] libqtxdg: update to 3.9.0.

---
 srcpkgs/libqtxdg/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..b8bea143f360 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,6 +1,6 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
-version=3.8.0
+version=3.9.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-svg-devel"
 short_desc="Qt implementation of freedesktop.org XDG specifications"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
-checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
+checksum=4dc7e3e65e6bcd50010647ef781ef5601b08ce024b0b1155e6a68316696c5a58
 
 libqtxdg-devel_package() {
 	short_desc+=" - development files"

From 54a92ae053f7b9625f304ae3fa078c61446ce7a7 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:05:52 +0200
Subject: [PATCH 04/27] liblxqt: update to 1.1.0.

---
 srcpkgs/liblxqt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..5e5734ad61c5 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,6 +1,6 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
@@ -10,9 +10,9 @@ makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel
 short_desc="Core utility library for all LXQt components"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
-checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/liblxqt/archive/${version}.tar.gz"
+checksum=3b4672cef3906f82444da886557fe0504bf53066e7741c2215592119fbafbb42
 
 liblxqt-devel_package() {
 	short_desc+=" - development files"

From fc7b743468aa7eaff793ca473f3ad7f63bad81e8 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:26:14 +0200
Subject: [PATCH 05/27] lxqt-config: update to 1.1.0.

---
 srcpkgs/lxqt-config/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..8372521a2c32 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
+hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
  xf86-input-libinput-devel libqtxdg-devel"
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-config/archive/${version}.tar.gz"
+checksum=debe3f51c30e37a8bca37bfdaa0187a68ddd57dad0ecefef169a32c2b042cc58

From 09adf41a737ccc5ef21a573ba9ae4749c8db4b0a Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:36:44 +0200
Subject: [PATCH 06/27] lxqt-policykit: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..ad81878cab8a 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel polkit-qt5-devel"
 short_desc="LXQt PolicyKit agent"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-policykit/archive/${version}.tar.gz"
+checksum=4866bb843657206b0bb55cc063474941a6d81db578fe3d5143d3760f438b033d
 replaces="lxqt-common>=0"

From f823fbbab9737af1bd47b00fdce7e6e448b56095 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:48:19 +0200
Subject: [PATCH 07/27] lxqt-session: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..3b30d410cc33 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,16 +1,16 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
-makedepends="liblxqt-devel xdg-user-dirs procps-ng-devel"
+makedepends="kwindowsystem-devel liblxqt-devel procps-ng-devel"
 depends="xdg-user-dirs"
 short_desc="LXQt session handler"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-session/archive/${version}.tar.gz"
+checksum=6ff41d1c95464fe7b00d3b5493f259323ecad61ae72865cf251ad5db9ae68e4e
 replaces="lxqt-common>=0"

From 511ee8c64d43a73b4d4a5138fb767233c1c0b2f8 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 15:54:04 +0200
Subject: [PATCH 08/27] lxqt-about: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..447c2a945f8b 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel liblxqt-devel"
 short_desc="LXQt about application"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-about/archive/${version}.tar.gz"
+checksum=d8b5bb348c73e59e000151c5569b46496299155019a3cf9ce7e21a8f641d42b4

From 722fb37c43d21014c04ab1bb78a8e3d97145d94d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:21:23 +0200
Subject: [PATCH 09/27] lxqt-admin: update to 1.1.0.

---
 srcpkgs/lxqt-admin/patches/systemd.patch |  9 +++++++++
 srcpkgs/lxqt-admin/template              | 14 ++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/lxqt-admin/patches/systemd.patch

diff --git a/srcpkgs/lxqt-admin/patches/systemd.patch b/srcpkgs/lxqt-admin/patches/systemd.patch
new file mode 100644
index 000000000000..097c7669b1bf
--- /dev/null
+++ b/srcpkgs/lxqt-admin/patches/systemd.patch
@@ -0,0 +1,9 @@
+lxqt-admin-time depends on systemd-{timedated,timesyncd}
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -38,5 +38,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD
+     message(WARNING "${CMAKE_SYSTEM_NAME} is not supported by lxqt-admin-time")
+ else()
+     add_subdirectory(lxqt-admin-user)
+-    add_subdirectory(lxqt-admin-time)
+ endif()
diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..cba72e16fbce 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
@@ -9,12 +9,6 @@ makedepends="liblxqt-devel"
 short_desc="LXQt system administration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
-
-post_install() {
-	# depends on systemd-{timedated,timesyncd}
-	rm -f ${DESTDIR}/usr/bin/lxqt-admin-time
-	rm -f ${DESTDIR}/usr/share/applications/lxqt-admin-time.desktop
-}
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-admin/archive/${version}.tar.gz"
+checksum=cf6c41a63b861caacae5ace8bef4781f502cfb0f559fe56afbffe60d13a74775

From b43203ff95bd6926d13424839153362c4d50e7a2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:31:34 +0200
Subject: [PATCH 10/27] lxqt-archiver: update to 0.6.0.

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..076965fb01bb 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
-version=0.5.0
+version=0.6.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
@@ -8,6 +8,6 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel json-glib-devel"
 short_desc="Simple & lightweight desktop-agnostic Qt file archiver"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org"
-distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/${pkgname}/archive/${version}.tar.gz"
+checksum=63029ed0c22dccaa30a7dd7866b6739e7746904cfa97deac836b40da6d56eb8c

From 65ad1d568e15a935c6864ac45110b4c04022145e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 17:43:05 +0200
Subject: [PATCH 11/27] libfm-qt: update to 1.1.0.

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

diff --git a/common/shlibs b/common/shlibs
index ae4bb44c57a3..11328b15a9cc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1990,7 +1990,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.10 libfm-qt-1.0.0_1
+libfm-qt.so.11 libfm-qt-1.1.0_1
 libqtermwidget5.so.1 qtermwidget-1.0.0_1
 libQt6Core.so.6 qt6-core-6.0.0_1
 libQt6OpenGL.so.6 qt6-gui-6.0.0_1
diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..bd7343fac83d 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,9 +9,9 @@ makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
 short_desc="Core library of PCManFM-Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/libfm-qt/archive/${version}.tar.gz"
+checksum=8ba16e0db696bb938f675b6d5394ec96726585e8b6130e6a2718a4ffde073d62
 replaces="libfm-qt5>=0"
 
 libfm-qt-devel_package() {

From e987e34dbbfa8d26e624be886753b1beeb677138 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:09:10 +0200
Subject: [PATCH 12/27] pcmanfm-qt: update to 1.1.0.

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..5a5341a6c5f6 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,15 +1,15 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
-hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
+hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-qt-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
 depends="qt5-translations"
-short_desc="LXQt pcmanfm Qt frontend"
+short_desc="Qt port of PCManFM"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pcmanfm-qt/archive/${version}.tar.gz"
+checksum=28b5ff1fb71d9259ae73962892ce04142a750794aa35c4840ed575da08972b9d
 replaces="lxqt-common>=0"

From bbc3c4c62f667ea2316f6b7081b5f14268e58976 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:16:28 +0200
Subject: [PATCH 13/27] lximage-qt: update to 1.1.0.

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..503990ab93db 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
 short_desc="LXQt image viewer"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lximage-qt/archive/${version}.tar.gz"
+checksum=cd1eb058af1c927fac9ac4d2d31435cf46572b2f017cbb0d0b099ad6106c8b91

From e8e0cd27210e5f1e73ed02f0a2254eeda2e79143 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:23:45 +0200
Subject: [PATCH 14/27] lxqt-globalkeys: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..dcffc9ba5257 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
-version=1.0.1
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,9 +8,9 @@ makedepends="liblxqt-devel"
 short_desc="LXQt daemon and library for global keyboard shortcuts registration"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-globalkeys/archive/${version}.tar.gz"
+checksum=ce0cbdbfbddef4ea9b2018b61fb6fc03caeea57fc31bc6f4bb54a04619edb2aa
 replaces="lxqt-common>=0"
 
 lxqt-globalkeys-devel_package() {

From 29f07249b8506e39b00e33d0a81862a4c84460dd Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:30:32 +0200
Subject: [PATCH 15/27] lxqt-notificationd: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..57cd26eed5a8 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,7 +8,7 @@ makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-notificationd/archive/${version}.tar.gz"
+checksum=6b29f0163541ba734bcb8d21f0f3579bc36c868fa8afee44d8b7e56ea8ca23ee
 replaces="lxqt-common>=0"

From ef4131b6d7d6299a2db3fa18366b354b08a63ff1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:31:58 +0200
Subject: [PATCH 16/27] lxqt-openssh-askpass: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..566f1741e329 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="openssh"
 short_desc="LXQt ssh-agent helper"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-openssh-askpass/archive/${version}.tar.gz"
+checksum=77578faf1aaf3e273cd8f92b84ad9570d7aacc88b44663c3373517e790c606b6
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From fb41bd8891d6e44bbdd563d7149bbabe02e3e6e1 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:42:14 +0200
Subject: [PATCH 17/27] lxqt-panel: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..f5524550a6ed 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,16 +1,17 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
  lxqt-globalkeys-devel alsa-lib-devel pulseaudio-devel libstatgrab-devel
- libsensors-devel libXcomposite-devel libsysstat-devel libdbusmenu-qt5-devel
- libqtxdg-devel libXdamage-devel"
+ libsensors-devel libsysstat-devel libdbusmenu-qt5-devel
+ libqtxdg-devel libxcb-devel libXtst-devel xcb-util-image-devel"
+depends="lxmenu-data"
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-panel/archive/${version}.tar.gz"
+checksum=f80ccdeb59933d32aab1a425301b9b68458bf0c55567befe1c03263afad20d6d

From 2a1dbf7bc0c997e8240ddc12374cef3f724bff44 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:47:30 +0200
Subject: [PATCH 18/27] lxqt-powermanagement: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..b083469ecbbd 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel ksolid-devel kidletime-devel lxqt-globalkeys-devel"
 short_desc="LXQt power management module"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-powermanagement/archive/${version}.tar.gz"
+checksum=df59e7b93392863874250a49769dcd7ed395f98548428f9ef6a5b1e728d32e86

From 55b9cec2462e0bf4ba29da055724a1a768628612 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 18:53:50 +0200
Subject: [PATCH 19/27] lxqt-qtplugin: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..eaddfdf3d70b 100644
--- a/srcpkgs/lxqt-qtplugin/template
+++ b/srcpkgs/lxqt-qtplugin/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-qtplugin'
 pkgname=lxqt-qtplugin
-version=1.0.0
+version=1.1.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"
+makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel libqtxdg-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-qtplugin/archive/${version}.tar.gz"
+checksum=20eda3ac9319e793c4b1236413f119058771d34915483bed4a048591a59ae990

From 515071ac63d1384408ad0c5b434d89817925e2a9 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:00:22 +0200
Subject: [PATCH 20/27] lxqt-runner: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..e96c3b6950f5 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel lxqt-globalkeys-devel muparser-devel"
 short_desc="LXQt quick launcher"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-runner/archive/${version}.tar.gz"
+checksum=7c253d338019cb162cddcb606429faa016ac148a16bf720e87e28f756698b731

From 2081ae9e8a499fdc6d800351e69dd6d4f675dd1e Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:04:18 +0200
Subject: [PATCH 21/27] lxqt-sudo: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..5ffd63acec36 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,6 +9,6 @@ depends="sudo"
 short_desc="LXQt GUI frontend for sudo"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-sudo/archive/${version}.tar.gz"
+checksum=c31332d056355ff888175ba10556639f436b314579349ca90e555da849ebe22b

From f3be1285705fd99ed93fb15922df4ba1f0a479cf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:07:53 +0200
Subject: [PATCH 22/27] lxqt-themes: update to 1.1.0.

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..a3c9b9c6a671 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,6 +1,6 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
@@ -8,7 +8,7 @@ depends="hicolor-icon-theme"
 short_desc="Themes, graphics and icons for LXQt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 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=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/lxqt-themes/archive/${version}.tar.gz"
+checksum=aeb24c1570ae350e4c4ecdea9fb1b67208f641966476bbafd1817a816f665efe
 replaces="lxqt-common>=0"

From 1a539a5543229f01dc37bf2cd073b7a1c206e31a Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:17:29 +0200
Subject: [PATCH 23/27] qtermwidget: update to 1.1.0.

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..273705963a64 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,6 +1,6 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
@@ -8,9 +8,9 @@ makedepends="qt5-tools-devel"
 short_desc="Terminal widget for QTerminal"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
-checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qtermwidget/archive/${version}.tar.gz"
+checksum=b062e5169bee35c3a8c1d0f67b78b43d63f1041d11e3a5a717f6a54a016bd734
 
 qtermwidget-devel_package() {
 	short_desc+=" - development files"

From 9d86341fc51b2dbc0ef5647d289b77f34dcdf0f3 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 19:30:33 +0200
Subject: [PATCH 24/27] qterminal: update to 1.1.0.

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..7469a365b367 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,14 +1,13 @@
 # Template file for 'qterminal'
 pkgname=qterminal
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
-depends="desktop-file-utils"
 short_desc="Lightweight terminal emulator written in Qt"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
-checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qterminal/archive/${version}.tar.gz"
+checksum=5a72a6f3deb5326618183ddae59989316aa78c86163220f26895df677cbc4479

From 8e0eb779b563cf2965553d59ed3872fae4de3755 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:08:13 +0200
Subject: [PATCH 25/27] pavucontrol-qt: update to 1.1.0.

---
 srcpkgs/pavucontrol-qt/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..0be80a6c17c8 100644
--- a/srcpkgs/pavucontrol-qt/template
+++ b/srcpkgs/pavucontrol-qt/template
@@ -1,13 +1,13 @@
 # Template file for 'pavucontrol-qt'
 pkgname=pavucontrol-qt
-version=1.0.0
+version=1.1.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel pulseaudio-devel"
 short_desc="Pulseaudio mixer in Qt"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
-distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
-checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/pavucontrol-qt/archive/${version}.tar.gz"
+checksum=8e4017c584c357fbff75d849e3210fa446edc6e53655b6920221891b8e3dc403

From 78728fad74183ed0b202a6508191674d0e90c56b Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:13:58 +0200
Subject: [PATCH 26/27] qps: update to 2.5.0.

---
 srcpkgs/qps/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qps/template b/srcpkgs/qps/template
index 4934c280c4db..264e1eeda9da 100644
--- a/srcpkgs/qps/template
+++ b/srcpkgs/qps/template
@@ -1,6 +1,6 @@
 # Template file for 'qps'
 pkgname=qps
-version=2.4.0
+version=2.5.0
 revision=1
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl qt5-qmake qt5-host-tools"
@@ -8,6 +8,6 @@ makedepends="liblxqt-devel"
 short_desc="Qt process manager"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/lxqt/qps"
-distfiles="https://github.com/lxqt/qps/releases/download/${version}/qps-${version}.tar.xz"
-checksum=c2a6c1d5e40e96997cca834f88ca1104aa179bef576a1a8b355b987eaaac69cd
+homepage="https://lxqt-project.org"
+distfiles="https://github.com/lxqt/qps/archive/${version}.tar.gz"
+checksum=c5f3a27b731eccfae59734c4a3048f9d8632827444e35b773c1a112702666b6a

From 35e9d3fbde44bec6b90c32d827227d81c84f6ba2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Sun, 17 Apr 2022 20:40:11 +0200
Subject: [PATCH 27/27] New package: xdg-desktop-portal-lxqt-0.2.0

---
 srcpkgs/xdg-desktop-portal-lxqt/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/xdg-desktop-portal-lxqt/template

diff --git a/srcpkgs/xdg-desktop-portal-lxqt/template b/srcpkgs/xdg-desktop-portal-lxqt/template
new file mode 100644
index 000000000000..297e1769a1f5
--- /dev/null
+++ b/srcpkgs/xdg-desktop-portal-lxqt/template
@@ -0,0 +1,14 @@
+# Template file for 'xdg-desktop-portal-lxqt'
+pkgname=xdg-desktop-portal-lxqt
+version=0.2.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="kwindowsystem-devel libfm-qt-devel"
+short_desc="Backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/lxqt/xdg-desktop-portal-lxqt"
+changelog="https://github.com/lxqt/xdg-desktop-portal-lxqt/raw/master/CHANGELOG"
+distfiles="https://github.com/lxqt/xdg-desktop-portal-lxqt/archive/${version}.tar.gz"
+checksum=9d7ac6fd6980293cb184518642dcc57d842b67105b3d236f893189bd30911ad7

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

* Re: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
                   ` (5 preceding siblings ...)
  2022-04-18 18:46 ` [PR PATCH] [Updated] " Idesmi
@ 2022-04-21  6:23 ` Idesmi
  2022-04-21 16:30 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: Idesmi @ 2022-04-21  6:23 UTC (permalink / raw)
  To: ml

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

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36745#issuecomment-1104762531

Comment:
ping

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

* Re: [PR PATCH] [Merged]: LXQt 1.1.0
  2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
                   ` (6 preceding siblings ...)
  2022-04-21  6:23 ` Idesmi
@ 2022-04-21 16:30 ` Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: Hoshpak @ 2022-04-21 16:30 UTC (permalink / raw)
  To: ml

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

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

LXQt 1.1.0
https://github.com/void-linux/void-packages/pull/36745

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

Update from installed 1.0.0

#### Local build testing
- I built this PR locally for my native architecture,
  - x86_64
  - x86_64-musl

---
On the pattern, I am not sure of adding `breeze-gtk`: none of the newly introduced palettes matches Breeze colors after all.

Runtime dependency on `lxmenu-data` was moved from pattern to `lxqt-panel`.

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

end of thread, other threads:[~2022-04-21 16:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17 22:34 [PR PATCH] LXQt 1.1.0 Idesmi
2022-04-17 23:41 ` tibequadorian
2022-04-18  7:32 ` [PR PATCH] [Updated] " Idesmi
2022-04-18  9:26 ` Hoshpak
2022-04-18  9:52 ` Idesmi
2022-04-18 17:41 ` Hoshpak
2022-04-18 18:46 ` [PR PATCH] [Updated] " Idesmi
2022-04-21  6:23 ` Idesmi
2022-04-21 16:30 ` [PR PATCH] [Merged]: " Hoshpak

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).