Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update LXQT homepages
@ 2021-12-11 17:24 meator
  2021-12-17 16:06 ` Update LXQT homepages and update compton-conf Johnnynator
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: meator @ 2021-12-11 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

[ci skip]

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

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

From bec6f073063cd1fe7b77e0cec033dcbb38ab62fa Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + some fixes.

This commit adds perl to hostmakedepends and it fixes dead homepage.
---
 srcpkgs/compton-conf/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 0405611d7643..bfe4cab9e606 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,15 +1,15 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
+hostmakedepends="perl pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel libconfig-devel"
 depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From 3018c66d902adbb6b668e198bbe35556f2234adb Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From 39d5b6e7a6f8449df1a2b87edca02c38fb726756 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From 998a58850ab70a9124ebf625623e510619883bed Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From 3a5c29f4fc2736613d786510a9534517779bd785 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 5391453f2c1e9333263c8e2268dd2d8143b4a25d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From c03fc768cf7ee47d7a3def50561de2446ca309ee Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From 1da004988772a329d18cd867c3d55accf5456331 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From 9e765d72d97942effb5bf3adf9d6f9965b376cdc Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From e10f06583da6bd0191c27fc7050b4db81bb1aee1 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From 5c2d5ec063755874ae53b0b5b08c8789e8393543 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From 8469c5aa550d1951af936bda3045c88e2c29e78c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index b2e58f2695f5..4e62f65c9613 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=a90923328a660a5d49f6e51df983213b8c152a8148a49f2eaa2965d3bed92594
 replaces="lxqt-common>=0"

From 8ad969620243905711e6d53e03f8a486158e9b3c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From 5b2dcf2d4d4c7ee1cb75d7bcec8f849dd5cf95f1 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From fcb30893e234eb463a5caf596734a1d83b4234ec Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From 4a463ddc3ce7995b3fe4d9f09851a0080ade2c58 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From 4a6fb82e93e089b7a8c8a6190b40a74ff5236bee Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From 0c91010820299dcdcab6dd50aece7ff0fc7b6a54 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From 45803bf25bbfbb13139eb48181591c28ac83a91c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From 197cf433a09c1616700c267b4bbc7dcb189e19c5 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index f78ed075f418..88c8af643747 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=5ad5f810907db7ecfc98f3c562d6df1b04d1d532fc7f8fa953e7b057bc442ac5
 replaces="lxqt-common>=0"

From 0dd52749cbf1f8604cd97e85d9df2301fa463cc4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From 98437a7eafdff86430ba7652d718112a9afbfd51 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 0b7dff2391d4c74aa847817a71b99f32a1d32e65 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 fa9a78ac14bd3784c5581131b1e6cadc31c22cc6 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From 4330da7bcb768982a37c71ad6b30c863d7aa5534 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From 4dfb1bcbffcba8cc68cc9024729d29a61e10565d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From 82566ff23d23bbd7218b8bd734467ba60cff5bdf Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 8986039c7210625ee6c35b74ba9d43455908bfde Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
@ 2021-12-17 16:06 ` Johnnynator
  2021-12-17 16:10 ` Johnnynator
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Johnnynator @ 2021-12-17 16:06 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-996838796

Comment:
Can you let CI run. At laest `x86_64-musl` seems to fail building on my system.

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
  2021-12-17 16:06 ` Update LXQT homepages and update compton-conf Johnnynator
@ 2021-12-17 16:10 ` Johnnynator
  2021-12-17 19:25 ` [PR PATCH] [Updated] " meator
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Johnnynator @ 2021-12-17 16:10 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-996838796

Comment:
Can you let CI run. Just to be sure that recompiling doesn't fail due to unrelated changes.

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
  2021-12-17 16:06 ` Update LXQT homepages and update compton-conf Johnnynator
  2021-12-17 16:10 ` Johnnynator
@ 2021-12-17 19:25 ` meator
  2022-01-05 15:30 ` meator
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2021-12-17 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From 1138e4bdc2bf58deef049898aeb0033374d5a4cb Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + some fixes.

This commit adds perl to hostmakedepends and it fixes dead homepage.
---
 srcpkgs/compton-conf/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 0405611d7643..bfe4cab9e606 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,15 +1,15 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
+hostmakedepends="perl pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel libconfig-devel"
 depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From 7e93bb30edf21574bfb742469ec9eb022fc43f00 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From 98a3432c315f4ab0712238cae52173cfbaa243f7 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From d0846b8af8dd9b32795d69ab49f3edb5fa80c60a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From 979fb8df87eb1a32d4ec5799553f85bcd5fcdda1 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 27a2fcfd7123e7345f78a1b1dec85b8c5cc3b46e Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From 5a1d2bb12c26683533757b9a14c31acd185f35c4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From 91286d8c371ad1494bd3e81df573918259a0eb7a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From a1fbf6be99847f23df56344153a77e855666da1c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From f6c8502bc658e49fa3778b5491b8bd66ead59c39 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From 0c00ac5a6f5a05196d4ed223860c6d8bf2acdb76 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From 634447c26b3f6ba6ff9a048f5d6282b140117e08 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index b2e58f2695f5..4e62f65c9613 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=a90923328a660a5d49f6e51df983213b8c152a8148a49f2eaa2965d3bed92594
 replaces="lxqt-common>=0"

From 82be17dabd6d4d62dd645a46940619b43d1a71f0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From d4d68308f0de2a0a140cc0737b5e8dcab6a8570d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 44c27dd559e48299fd31f0373351780af2ecd684 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From 34393780494b38436253af9f3f27cd56498172f0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From f5733d7e508ff9eaabaa9885ecaf58996640b710 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From 0357a8e4bd84a0b27dfded5da8f6f420599c5db4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From f7c3e1e1f150dbe056bf00bd67f3c7b1f3f7e619 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From c309fb6af221488444903c43ccb180ba5e141e9b Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index f78ed075f418..88c8af643747 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=5ad5f810907db7ecfc98f3c562d6df1b04d1d532fc7f8fa953e7b057bc442ac5
 replaces="lxqt-common>=0"

From 46b91a0ebd33bb61e617572ef5b161a289c8aace Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From 5c1d87049ce0d048cb9b91edadffc5fb1995d670 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 04488c48ef91df914ceaf4031d2a5228ea0226cf Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 0bc7b5ead1f789dea7565745a03bf0d3f7b7b469 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From dc7d7ded4d4b27fe3f6e28686ff254d73e4f5f7e Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From 99d0fcb03331c1da88fea4970c81a7b94ec8202c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From e7534161bc27a919414a0d2506105ec761afbe0b Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 6db24b9cf6c8496fffcab27d99a0311f883e4488 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (2 preceding siblings ...)
  2021-12-17 19:25 ` [PR PATCH] [Updated] " meator
@ 2022-01-05 15:30 ` meator
  2022-01-08 15:54 ` meator
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-01-05 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From 42e69345addb074171512d939da9e11f2e6d00f3 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + some fixes.

This commit adds perl to hostmakedepends and it fixes dead homepage.
---
 srcpkgs/compton-conf/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 0405611d7643..bfe4cab9e606 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,15 +1,15 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
+hostmakedepends="perl pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel libconfig-devel"
 depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From 6f90fee02f5f7c7b5c179e7e9d86fcae4aa5d4c6 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From 32e0b505acd1829d8325b8db13a3dc3e156855ff Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From 52d8b3c4742ceb41c94756b0588f40e0480a4ad7 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From 270493cdfa4017e93bae9253ee24793215e8f363 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 6fd40f2b9b70b1a37fad30cbfb21d59b0adf1b91 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From 18fd1c4abb76cf1871e1625caac5107bc596db87 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From 24f1df1e024fd3130d77f230bb189756cf097888 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From f7bca6a0293065daba2281e429d840c395b990ba Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From 178a1acff825e558c2c14ad19085e6c0570c1cca Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From f8735889a926245b950187714187a06aa6c76681 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From 69adb35872ebe70f6a298fbf8d50e5771c9bc948 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index b2e58f2695f5..4e62f65c9613 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=a90923328a660a5d49f6e51df983213b8c152a8148a49f2eaa2965d3bed92594
 replaces="lxqt-common>=0"

From c23d17663705c9aa72605ea9e89255137fd60386 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From 6631fe1468fb64aa4c996a751654ce252ae04009 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From dd24bdc10d3cf5f2b4171335db00e8463a3ce3ab Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From bdeaa540431d5a15eef8307604185b8f6a9d504a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From 7855373095053317862c820b21fbaac573b3b505 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From 9eafc1e34a363157106257a1b19dc8bde62892c8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From 3a950da5f24712986ff0acd45ba5b0c597f6949a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From 61a017617457871fc9a7ce752c0f1dfa88fdb9bb Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..7324b34ebf75 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
 replaces="lxqt-common>=0"

From 318753863ba379c19b60f502e521dd3fa62ae1eb Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From db2e508696b8b998df1b040ad6914986ba41a70f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 5e6cfdbe6e4817d1f72477aac7b75e046a46c880 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 5e00b46ed6f52db7675f0fc141577320c4737761 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From 2a1b64c5cc748ac49d4a574e9d16e2a5ae0fdb9a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From b7c4632c1e512cb4cb77438e3a813be9ba72bacd Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From 735674a1a89251b49bda41e839e52d7a4aced706 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 836b44dba2cc34e0ef91de99de90b934f4a42a85 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (3 preceding siblings ...)
  2022-01-05 15:30 ` meator
@ 2022-01-08 15:54 ` meator
  2022-01-16 13:34 ` meator
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-01-08 15:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From 092de3f1e66db42f0b0350820bebc2e2ca3833e0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + some fixes.

This commit adds perl to hostmakedepends and it fixes dead homepage.
---
 srcpkgs/compton-conf/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 0405611d7643..bfe4cab9e606 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,15 +1,15 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
+hostmakedepends="perl pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel libconfig-devel"
 depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From a699603b5028aa909b3184319ea23c8e7b145696 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From c38c304d64d45b979d3ae390bcab9e10b2a0b7bc Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From ca4ffcfaceab01def81e6a24edfa0d17ca1ef9f9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From 0e30b5077d77d6a3779a0d67d8274ce192f908fb Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 78dda60888f705b88b81260175eb454285d6ea3a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From 2344f88389d92c625c1a12cbdd5177512b25422f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From a7d417d55426f8ed740b735d307e1b0254b0ec37 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From 989610ec3d26a2352bc029f5a431ff0e01b18200 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From 2cc4a7bad5c15afc11ac2ee32514baeeed527e60 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From d152429224c129427f12b94d16d9b8f1644a905a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From bd4c38f1677fd153af767e48f83c8a085c6a89e6 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..20d42c5eb60d 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
 replaces="lxqt-common>=0"

From bb3c684a64281b8896068696074765316822c5b4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From b81146bfb02fa4c10b560bf6ac446f0d82c0b804 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 218f5c3014377c5c058ae28df729cd9b2f28e9b9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From d64e5e881d7b15757ccfacc72d98d0e9b1e7370d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From c6bf3a28915d2320f7276e5a0659fa6f5cb7fa6e Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From ed9b4dd376f6a4a07e812fd06c8818d51844770d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From 42ff13693782666ae85d946e2d0f9fd0203746fe Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From 01bfcbae44f9f2c670e16aa69e2b98ed9fbaece2 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..7324b34ebf75 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
 replaces="lxqt-common>=0"

From 2109c45f42887d6089fae90c5beb255b35658034 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From a0d38460c90d587bb205a8c87512677615f29ced Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 1a0533c2622fa4caa2779fb1b480ef7129ce103c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 3a3506563d27f57fe461426ee789aadad3c0b28d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From dc0096fff1bf433e625605af3f82050a2ff590e0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From eef8fcd22f2d2e0f6239e592fcd33451f6b3913d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From 9dfe0518805e41a76940f8541ebd555081ee2f78 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 8a7a70022bdf618f907c54de8281dd020acb6f33 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (4 preceding siblings ...)
  2022-01-08 15:54 ` meator
@ 2022-01-16 13:34 ` meator
  2022-01-16 13:46 ` meator
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-01-16 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From a318ee0fefc279182d63d8f16e83a6a6247906d3 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + fix homepage.

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

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 2f431053686b..8c83a6a1cb45 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,6 +1,6 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From c72bdc1ec4720104b6a170166826813e0d8a26cc Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From e5d7fd73e25024af28a81088c74b2ca2d03838c0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From 788ef9e3332533efb9a92824aa38fcfaf7aa7e6f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From fd6eb4b855895d96a4658ac248fa7c5fa15b0c38 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 376a2e8f4291c6ec509120c4df02d9a9fe81f278 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From cb905a1d56ce047eba43cb7c9f1cd747529670ed Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From 6fb707da15f81f50c5b3c78ac3fbbaa89c461e5c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From e85ede4101a110ffa7e5d2ec219f0dcb131f7ed0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From a8ef4bae38109d59668179f2e14770dcfc4fedec Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From 0777a68653f962bebb45d9ab4ee44387003aa7e8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From db861c96636d92053ad81064e490b6b2d93e0e7a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..20d42c5eb60d 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
 replaces="lxqt-common>=0"

From c41e931617a429fd48238313ad38aa6fa9556270 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From b03f9149e3d6b0ba02ffd106f08e2278b1e9f2d9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 236cd42a7bffcca2f878e4bea62f48b4f33e0b15 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From e2fe2bd7c4b587489de26ac1e5751d068ae667a0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From 723f28813a41e4f3fefe2fb7fa7257d65ad378c9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From 1d5e0a5246d22d50a937afcafdc0ab28fb42895f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From f422287281e5a1aa56a15dea22cde2c79173f829 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From 7d6c80f26ca6890197e1baa15bb80c731c996cda Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..7324b34ebf75 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
 replaces="lxqt-common>=0"

From b1c4e4eb9e62d743562b13ee5b11321cd85e6b20 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From 33cc911671997880d724f895f370a92a2c4b6639 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 2525dad05d22dee08d65aaf3ce7c2b0ad7ecfb43 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 57cf9e932085070e8ed02fa110f042d470b263b9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From b3544f66e598be961fda1e41f02dc717c290a380 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From 172a261dda2f4aa812f8a11054913be21ca80e2d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From 68b25838735ad52a904ed9d4f88fb3adf1b5a5c4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 9f8f5ac120858e0d2e8d1f8bff29e6a7fd93d105 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (5 preceding siblings ...)
  2022-01-16 13:34 ` meator
@ 2022-01-16 13:46 ` meator
  2022-01-16 13:49 ` [PR PATCH] [Updated] " meator
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-01-16 13:46 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-1013879462

Comment:
I have modified a318ee0fefc279182d63d8f16e83a6a6247906d3 (it was 092de3f1e66db42f0b0350820bebc2e2ca3833e0), because 14ac63db02980802b59aa80eb7a7e79e513e3151 already fixed the perl dependency.

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (6 preceding siblings ...)
  2022-01-16 13:46 ` meator
@ 2022-01-16 13:49 ` meator
  2022-06-18  2:13 ` github-actions
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-01-16 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From a318ee0fefc279182d63d8f16e83a6a6247906d3 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 01/28] compton-conf: update to 0.16.0 + fix homepage.

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

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 2f431053686b..8c83a6a1cb45 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,6 +1,6 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From c72bdc1ec4720104b6a170166826813e0d8a26cc Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 02/28] libfm-qt: fix homepage

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

diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template
index 9b2009242a83..af7fd9b11f50 100644
--- a/srcpkgs/libfm-qt/template
+++ b/srcpkgs/libfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'libfm-qt'
 pkgname=libfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
 checksum=743d9c8fc30d065d7fefc12e72f31085891733184f1320ba3ade890dae54993b
 replaces="libfm-qt5>=0"

From e5d7fd73e25024af28a81088c74b2ca2d03838c0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 03/28] liblxqt: fix homepage

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

diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template
index c39a0398f965..b6b2b609b3a9 100644
--- a/srcpkgs/liblxqt/template
+++ b/srcpkgs/liblxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'liblxqt'
 pkgname=liblxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools
  polkit-qt5-devel"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
 checksum=d62820a94839637aedd6a0ceecc232f85d8ccd2173d4ec655cd92c9cbcbcc98c
 

From 788ef9e3332533efb9a92824aa38fcfaf7aa7e6f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:31 +0100
Subject: [PATCH 04/28] libqtxdg: fix homepage

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

diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template
index a9c665844f3c..fc15a25820bc 100644
--- a/srcpkgs/libqtxdg/template
+++ b/srcpkgs/libqtxdg/template
@@ -1,14 +1,14 @@
 # Template file for 'libqtxdg'
 pkgname=libqtxdg
 version=3.8.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
 checksum=ce824fb2dda47758b44e57e8e4b63437a5bc5bd476cf37dbba61442990d7ccec
 

From fd6eb4b855895d96a4658ac248fa7c5fa15b0c38 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 05/28] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 376a2e8f4291c6ec509120c4df02d9a9fe81f278 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 06/28] lximage-qt: fix homepage

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

diff --git a/srcpkgs/lximage-qt/template b/srcpkgs/lximage-qt/template
index b64d2568b9d4..c17ae45e0f3c 100644
--- a/srcpkgs/lximage-qt/template
+++ b/srcpkgs/lximage-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'lximage-qt'
 pkgname=lximage-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel qt5-svg-devel libfm-qt-devel
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lximage-qt/releases/download/${version}/lximage-qt-${version}.tar.xz"
 checksum=04fdff9d0d20dbfeddca2ca8166f7dd14b691badb6ca65909ca8bce75c4a7225

From cb905a1d56ce047eba43cb7c9f1cd747529670ed Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 07/28] lxqt-about: fix homepage

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

diff --git a/srcpkgs/lxqt-about/template b/srcpkgs/lxqt-about/template
index 4103f1a6038e..5c9b8ec31246 100644
--- a/srcpkgs/lxqt-about/template
+++ b/srcpkgs/lxqt-about/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-about'
 pkgname=lxqt-about
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-about/releases/download/${version}/lxqt-about-${version}.tar.xz"
 checksum=1c14f68bf65099fbd46b062ffc6c92656620aa1a9eec5a0fd2d1b11888939203

From 6fb707da15f81f50c5b3c78ac3fbbaa89c461e5c Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 08/28] lxqt-admin: fix homepage

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

diff --git a/srcpkgs/lxqt-admin/template b/srcpkgs/lxqt-admin/template
index 9bf02478a149..5e338ed5aa67 100644
--- a/srcpkgs/lxqt-admin/template
+++ b/srcpkgs/lxqt-admin/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-admin'
 pkgname=lxqt-admin
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
  perl"
@@ -9,7 +9,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
 checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
 

From e85ede4101a110ffa7e5d2ec219f0dcb131f7ed0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 09/28] lxqt-archiver: fix homepage

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

diff --git a/srcpkgs/lxqt-archiver/template b/srcpkgs/lxqt-archiver/template
index 5a5dd96932b2..90a54747ed9c 100644
--- a/srcpkgs/lxqt-archiver/template
+++ b/srcpkgs/lxqt-archiver/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-archiver'
 pkgname=lxqt-archiver
 version=0.5.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools pkg-config qt5-host-tools qt5-qmake perl"
 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"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=8ae5259ec00761b1f178e54b9e99bcf64685a6000a148501c4bbe862b4b08fc7

From a8ef4bae38109d59668179f2e14770dcfc4fedec Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 10/28] lxqt-build-tools: fix homepage

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

diff --git a/srcpkgs/lxqt-build-tools/template b/srcpkgs/lxqt-build-tools/template
index 8b88c28e20c2..147f6870ee92 100644
--- a/srcpkgs/lxqt-build-tools/template
+++ b/srcpkgs/lxqt-build-tools/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-build-tools'
 pkgname=lxqt-build-tools
 version=0.10.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
 makedepends="qt5-devel"
 short_desc="LXQt build tools"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="BSD-3-Clause"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
 checksum=facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea
 

From 0777a68653f962bebb45d9ab4ee44387003aa7e8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:33 +0100
Subject: [PATCH 11/28] lxqt-config: fix homepage

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

diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template
index c38f2486029f..d3b4160b021b 100644
--- a/srcpkgs/lxqt-config/template
+++ b/srcpkgs/lxqt-config/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-config'
 pkgname=lxqt-config
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
@@ -9,6 +9,6 @@ makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
 short_desc="LXQt System Settings"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
 checksum=64d7dd43e5ec1f98f0ba41e99f4438bb1f881fcbc2b2931f798cc82643c2d8a5

From db861c96636d92053ad81064e490b6b2d93e0e7a Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 12/28] lxqt-globalkeys: fix homepage

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

diff --git a/srcpkgs/lxqt-globalkeys/template b/srcpkgs/lxqt-globalkeys/template
index 97537e06f8ae..20d42c5eb60d 100644
--- a/srcpkgs/lxqt-globalkeys/template
+++ b/srcpkgs/lxqt-globalkeys/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-globalkeys'
 pkgname=lxqt-globalkeys
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
 checksum=b81944cc8d8f20f1eeedb3cd54d4e6ad86a1697d71b4212cf60110af43559a45
 replaces="lxqt-common>=0"

From c41e931617a429fd48238313ad38aa6fa9556270 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 13/28] lxqt-notificationd: fix homepage

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

diff --git a/srcpkgs/lxqt-notificationd/template b/srcpkgs/lxqt-notificationd/template
index 0158f56a3364..31fbd930eab9 100644
--- a/srcpkgs/lxqt-notificationd/template
+++ b/srcpkgs/lxqt-notificationd/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-notificationd'
 pkgname=lxqt-notificationd
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
 short_desc="LXQt notification daemon"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
 checksum=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660
 replaces="lxqt-common>=0"

From b03f9149e3d6b0ba02ffd106f08e2278b1e9f2d9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:34 +0100
Subject: [PATCH 14/28] lxqt-openssh-askpass: fix homepage

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

diff --git a/srcpkgs/lxqt-openssh-askpass/template b/srcpkgs/lxqt-openssh-askpass/template
index 57fe03004c15..2d350ec23ee9 100644
--- a/srcpkgs/lxqt-openssh-askpass/template
+++ b/srcpkgs/lxqt-openssh-askpass/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-openssh-askpass'
 pkgname=lxqt-openssh-askpass
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
 checksum=9de22a06646cfa50b0ddeef26ac87b510f820501ff8832dc80c7d88a55d878b5
 alternatives="ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass"

From 236cd42a7bffcca2f878e4bea62f48b4f33e0b15 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 15/28] lxqt-panel: fix homepage

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

diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template
index f486e3e3a258..c2223d268382 100644
--- a/srcpkgs/lxqt-panel/template
+++ b/srcpkgs/lxqt-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-panel'
 pkgname=lxqt-panel
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
@@ -11,6 +11,6 @@ makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
 short_desc="LXQt desktop panel"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-panel/releases/download/${version}/lxqt-panel-${version}.tar.xz"
 checksum=ea63939c557fa639d2ab3fae48341c1a59ae8baae1a79d11f15e4bc0e38468d5

From e2fe2bd7c4b587489de26ac1e5751d068ae667a0 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 16/28] lxqt-policykit: fix homepage

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

diff --git a/srcpkgs/lxqt-policykit/template b/srcpkgs/lxqt-policykit/template
index ef972dba1961..87270240622b 100644
--- a/srcpkgs/lxqt-policykit/template
+++ b/srcpkgs/lxqt-policykit/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-policykit'
 pkgname=lxqt-policykit
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools polkit-qt5-devel perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
 checksum=8e3ae58196c55c28a5a231f44154a83d6697aa5f6b40dffdedb6b9ea776b4d35
 replaces="lxqt-common>=0"

From 723f28813a41e4f3fefe2fb7fa7257d65ad378c9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:35 +0100
Subject: [PATCH 17/28] lxqt-powermanagement: fix homepage

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

diff --git a/srcpkgs/lxqt-powermanagement/template b/srcpkgs/lxqt-powermanagement/template
index f7c8b8d85e8f..d3da7478a0b7 100644
--- a/srcpkgs/lxqt-powermanagement/template
+++ b/srcpkgs/lxqt-powermanagement/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-powermanagement'
 pkgname=lxqt-powermanagement
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-powermanagement/releases/download/${version}/lxqt-powermanagement-${version}.tar.xz"
 checksum=c0a444faeed60337c966bfd562e65e936f132f578762c2f01f136038a3f058ee

From 1d5e0a5246d22d50a937afcafdc0ab28fb42895f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 18/28] lxqt-qtplugin: fix homepage

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

diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template
index 8148c7119f10..2f0eb97991b8 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
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel"
 makedepends="liblxqt-devel libdbusmenu-qt5-devel libfm-qt-devel"
 short_desc="LXQt Qt theme plugin"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-qtplugin/releases/download/${version}/lxqt-qtplugin-${version}.tar.xz"
 checksum=8e789430e1f3b6a354f61d496440a59b797f699320bb8c001d8ef7ac8e1db05e

From f422287281e5a1aa56a15dea22cde2c79173f829 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 19/28] lxqt-runner: fix homepage

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

diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template
index e85e2f5a7602..871cccf20588 100644
--- a/srcpkgs/lxqt-runner/template
+++ b/srcpkgs/lxqt-runner/template
@@ -1,13 +1,13 @@
 # Template file for 'lxqt-runner'
 pkgname=lxqt-runner
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
 checksum=24daa86680ef78daf8753b60b3a0c6df391e760b851796a0abeddeed61ae13b9

From 7d6c80f26ca6890197e1baa15bb80c731c996cda Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 20/28] lxqt-session: fix homepage

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

diff --git a/srcpkgs/lxqt-session/template b/srcpkgs/lxqt-session/template
index 3afe6da177f3..7324b34ebf75 100644
--- a/srcpkgs/lxqt-session/template
+++ b/srcpkgs/lxqt-session/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-session'
 pkgname=lxqt-session
 version=1.0.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools xdg-user-dirs
  perl"
@@ -10,7 +10,7 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
 checksum=3245457cb4a1e59ec62802308c872173baa300fa0f8e517fe14f45112733a6c1
 replaces="lxqt-common>=0"

From b1c4e4eb9e62d743562b13ee5b11321cd85e6b20 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:36 +0100
Subject: [PATCH 21/28] lxqt-sudo: fix homepage

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

diff --git a/srcpkgs/lxqt-sudo/template b/srcpkgs/lxqt-sudo/template
index 88b8389b1968..7b0d34545bd6 100644
--- a/srcpkgs/lxqt-sudo/template
+++ b/srcpkgs/lxqt-sudo/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt-sudo'
 pkgname=lxqt-sudo
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="liblxqt-devel"
@@ -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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-sudo/releases/download/${version}/lxqt-sudo-${version}.tar.xz"
 checksum=6072f6914942fff5884388be9c7c5d38d259fed14358c4c2a9103d0cdd0a43f0

From 33cc911671997880d724f895f370a92a2c4b6639 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 22/28] lxqt-themes: fix homepage

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

diff --git a/srcpkgs/lxqt-themes/template b/srcpkgs/lxqt-themes/template
index 01038f959c5d..049b634c64fe 100644
--- a/srcpkgs/lxqt-themes/template
+++ b/srcpkgs/lxqt-themes/template
@@ -1,14 +1,14 @@
 # Template file for 'lxqt-themes'
 pkgname=lxqt-themes
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools perl"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/lxqt-themes/releases/download/${version}/lxqt-themes-${version}.tar.xz"
 checksum=e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b
 replaces="lxqt-common>=0"

From 2525dad05d22dee08d65aaf3ce7c2b0ad7ecfb43 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 23/28] lxqt: fix homepage

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

diff --git a/srcpkgs/lxqt/template b/srcpkgs/lxqt/template
index a510106d65db..01e02ebe357c 100644
--- a/srcpkgs/lxqt/template
+++ b/srcpkgs/lxqt/template
@@ -1,7 +1,7 @@
 # Template file for 'lxqt'
 pkgname=lxqt
 version=1.0.0
-revision=1
+revision=2
 build_style=meta
 depends="
 	lxqt-about>=${version}
@@ -32,4 +32,4 @@ depends="
 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 57cf9e932085070e8ed02fa110f042d470b263b9 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 24/28] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 40f4e2f54866..9fb683209282 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=458d96b63dca8a09a4f477d42030d829e8090aae0ea39b3994fcf0b8da8e8b42

From b3544f66e598be961fda1e41f02dc717c290a380 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 25/28] pavucontrol-qt: fix homepage

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

diff --git a/srcpkgs/pavucontrol-qt/template b/srcpkgs/pavucontrol-qt/template
index 2faef3430dc0..96ba0db0d365 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
-revision=1
+revision=2
 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>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
 checksum=2407aa55a2d3dc0fdc7074b461c02b97fd455514fbbf9f5b711e68fadd45ac69

From 172a261dda2f4aa812f8a11054913be21ca80e2d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 26/28] pcmanfm-qt: fix homepage

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

diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template
index fc09b2987170..d748be5b31e5 100644
--- a/srcpkgs/pcmanfm-qt/template
+++ b/srcpkgs/pcmanfm-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'pcmanfm-qt'
 pkgname=pcmanfm-qt
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools libfm-devel perl"
 makedepends="qt5-tools-devel qt5-x11extras-devel libfm-qt-devel"
@@ -9,7 +9,7 @@ depends="qt5-translations"
 short_desc="LXQt pcmanfm Qt frontend"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://www.lxqt.org"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
 checksum=fa45cc0d3e870db3fb56f474e854aa1284576023082b770b3e4a44410f22cce3
 replaces="lxqt-common>=0"

From 68b25838735ad52a904ed9d4f88fb3adf1b5a5c4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:38 +0100
Subject: [PATCH 27/28] qterminal: fix homepage

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

diff --git a/srcpkgs/qterminal/template b/srcpkgs/qterminal/template
index 079c89b00a15..b4aba116ac7f 100644
--- a/srcpkgs/qterminal/template
+++ b/srcpkgs/qterminal/template
@@ -1,7 +1,7 @@
 # Template file for 'qterminal'
 pkgname=qterminal
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qtermwidget-devel qt5-tools-devel qt5-x11extras-devel"
@@ -9,6 +9,6 @@ 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qterminal/releases/download/${version}/qterminal-${version}.tar.xz"
 checksum=f169a5279ae5afe386ec3016385c7692b551fea1bae639a8ae438ec90165a643

From 03b4f9444107f4608ca0fb83863936297cc57131 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:39 +0100
Subject: [PATCH 28/28] qtermwidget: fix homepage

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

diff --git a/srcpkgs/qtermwidget/template b/srcpkgs/qtermwidget/template
index 938f79879735..20ce3ee8c281 100644
--- a/srcpkgs/qtermwidget/template
+++ b/srcpkgs/qtermwidget/template
@@ -1,14 +1,14 @@
 # Template file for 'qtermwidget'
 pkgname=qtermwidget
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
 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/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
 checksum=2af0e9f212932cb36bbbf20722eaf4a1d3acf640dfed9b763ca7d388af8b7fd2
 

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (7 preceding siblings ...)
  2022-01-16 13:49 ` [PR PATCH] [Updated] " meator
@ 2022-06-18  2:13 ` github-actions
  2022-06-18  9:03 ` [PR PATCH] [Updated] " meator
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-06-18  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-1159340196

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (8 preceding siblings ...)
  2022-06-18  2:13 ` github-actions
@ 2022-06-18  9:03 ` meator
  2022-06-18  9:15 ` meator
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-06-18  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages lxqt
https://github.com/void-linux/void-packages/pull/34482

Update LXQT homepages and update compton-conf
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

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

From 3ff0fe02d6561ef90407e118d42aa1aa025856e6 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:25 +0100
Subject: [PATCH 1/3] compton-conf: update to 0.16.0 + fix homepage.

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

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 2f431053686b..8c83a6a1cb45 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,6 +1,6 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
@@ -9,7 +9,7 @@ depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From 5441f69fdeecfa7d32b65bae782facad108e82e3 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:32 +0100
Subject: [PATCH 2/3] libsysstat: fix homepage

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

diff --git a/srcpkgs/libsysstat/template b/srcpkgs/libsysstat/template
index 71cd9d7f9a6a..583b390e34cb 100644
--- a/srcpkgs/libsysstat/template
+++ b/srcpkgs/libsysstat/template
@@ -1,14 +1,14 @@
 # Template file for 'libsysstat'
 pkgname=libsysstat
 version=0.4.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-devel"
 short_desc="Qt-based interface to system statistics"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
 checksum=e6c6383d6d6e0e67791be812329cb245035eed35e201e01088515e3ffefb13be
 replaces="lxde-libsysstat>=0"

From 8bdce9bf509977fde4d0b9e7b8ae29655db4d46e Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 11 Dec 2021 15:16:37 +0100
Subject: [PATCH 3/3] obconf-qt: fix homepage

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

diff --git a/srcpkgs/obconf-qt/template b/srcpkgs/obconf-qt/template
index 793399f3e499..3d572d27ceb1 100644
--- a/srcpkgs/obconf-qt/template
+++ b/srcpkgs/obconf-qt/template
@@ -1,7 +1,7 @@
 # Template file for 'obconf-qt'
 pkgname=obconf-qt
 version=0.16.2
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools perl"
 makedepends="qt5-x11extras-devel qt5-tools-devel openbox-devel"
@@ -9,6 +9,6 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="LXQt Openbox configuration tool"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later"
-homepage="https://lxqt.org/"
+homepage="https://lxqt-project.org/"
 distfiles="https://github.com/lxqt/obconf-qt/releases/download/${version}/obconf-qt-${version}.tar.xz"
 checksum=7328da1606b289280e2ce0f2279ab30d06f584e4c2d6fc5f01c0f3d9ce714960

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (9 preceding siblings ...)
  2022-06-18  9:03 ` [PR PATCH] [Updated] " meator
@ 2022-06-18  9:15 ` meator
  2022-09-18  2:15 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: meator @ 2022-06-18  9:15 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-1159404461

Comment:
It looks that @Idesmi has already taken care of this. Only few packages with wrong `homepage` remain now. I think it is still useful to merge this because of the compton-conf update.

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

* Re: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (10 preceding siblings ...)
  2022-06-18  9:15 ` meator
@ 2022-09-18  2:15 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-09-18  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34482#issuecomment-1250175491

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: Update LXQT homepages and update compton-conf
  2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
                   ` (11 preceding siblings ...)
  2022-09-18  2:15 ` github-actions
@ 2022-10-02  2:15 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-10-02  2:15 UTC (permalink / raw)
  To: ml

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

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

Update LXQT homepages and update compton-conf
https://github.com/void-linux/void-packages/pull/34482

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
The `https://lxqt.org/` and `https://www.lxqt.org/` websites are dead. The LXQT website has moved to `https://lxqt-project.org/`. This PR updates `homepage`s of some packages so that it won't use the dead links.

This PR only changes package metadata (and `compton-conf`), not the package contents, so CI shouldn't be needed. I can reenable it if it will be requested.

I have tested this locally just to be sure and only `compton-conf` didn't compile. It wasn't my PR's fault, it had some dependencies missing, so I have updated it and fixed it. The 0.16.0 is the official last release of `compton-conf`.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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

Edit: enabling CI

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

end of thread, other threads:[~2022-10-02  2:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-11 17:24 [PR PATCH] Update LXQT homepages meator
2021-12-17 16:06 ` Update LXQT homepages and update compton-conf Johnnynator
2021-12-17 16:10 ` Johnnynator
2021-12-17 19:25 ` [PR PATCH] [Updated] " meator
2022-01-05 15:30 ` meator
2022-01-08 15:54 ` meator
2022-01-16 13:34 ` meator
2022-01-16 13:46 ` meator
2022-01-16 13:49 ` [PR PATCH] [Updated] " meator
2022-06-18  2:13 ` github-actions
2022-06-18  9:03 ` [PR PATCH] [Updated] " meator
2022-06-18  9:15 ` meator
2022-09-18  2:15 ` github-actions
2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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