Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: Qt6ct
@ 2022-03-21 19:09 CabrioletDiskette
  2022-03-21 23:21 ` [PR REVIEW] " classabbyamp
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-21 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/3] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From 233cfc678976f94b3fbcb0085062e1b90b67f35d Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 2/3] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 56d953763f304fa3090bd53b1b937574fdf41fdc Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:42:29 -0600
Subject: [PATCH 3/3] remove BAND from qt6ct branch

---
 srcpkgs/BAND/template | 35 -----------------------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
deleted file mode 100644
index e749580c782e..000000000000
--- a/srcpkgs/BAND/template
+++ /dev/null
@@ -1,35 +0,0 @@
-# Template file for 'BAND'
-pkgname=BAND
-version=1.10.9
-revision=1
-archs="x86_64"
-hostmakedepends="binutils tar xz gzip"
-depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
-short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
-maintainer="Adam Pschorr <adampschorr13@aol.com>"
-license="custom:Proprietary"
-homepage="https://band.us/home"
-distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
-checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
-repository=nonfree
-restricted=yes
-do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
-	tar -xf data.tar.xz
-	gzip -d usr/share/doc/band/changelog.gz
-}
-do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
-}
-post_install() {
-	vdoc usr/share/doc/band/changelog
-	vlicense opt/BAND/resources/LICENSE
-}

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
@ 2022-03-21 23:21 ` classabbyamp
  2022-03-21 23:21 ` classabbyamp
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-03-21 23:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831618602

Comment:
this script sets/overrides the value set in `/etc/profile.d/qt5ct.sh` (from pkg `qt5ct`). Does that cause issues for qt5 apps?

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
  2022-03-21 23:21 ` [PR REVIEW] " classabbyamp
@ 2022-03-21 23:21 ` classabbyamp
  2022-03-22  1:20 ` CabrioletDiskette
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-03-21 23:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831618721

Comment:
not sure this is necessary, qt5ct doesn't have similar

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
  2022-03-21 23:21 ` [PR REVIEW] " classabbyamp
  2022-03-21 23:21 ` classabbyamp
@ 2022-03-22  1:20 ` CabrioletDiskette
  2022-03-22  2:18 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22  1:20 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831690266

Comment:
I suppose the user could just assume this is the case since this is how qt5ct worked. On the other hand the new theming does not apply until you do logout because I believe /etc/profile.d is only ran once upon login. 

I'll just remove it so it is the same as qt5ct. The bigger issue though is that for some odd reason qt6ct will not compile on any other arch besides x86_64. I still have to sort that out until this becomes a full PR. 

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (2 preceding siblings ...)
  2022-03-22  1:20 ` CabrioletDiskette
@ 2022-03-22  2:18 ` CabrioletDiskette
  2022-03-22  2:22 ` [PR REVIEW] " CabrioletDiskette
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 4a44c2fd5e2c0bdd1d1fdada8c88eec35bcdb5a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/4] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From 233cfc678976f94b3fbcb0085062e1b90b67f35d Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 2/4] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 56d953763f304fa3090bd53b1b937574fdf41fdc Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:42:29 -0600
Subject: [PATCH 3/4] remove BAND from qt6ct branch

---
 srcpkgs/BAND/template | 35 -----------------------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
deleted file mode 100644
index e749580c782e..000000000000
--- a/srcpkgs/BAND/template
+++ /dev/null
@@ -1,35 +0,0 @@
-# Template file for 'BAND'
-pkgname=BAND
-version=1.10.9
-revision=1
-archs="x86_64"
-hostmakedepends="binutils tar xz gzip"
-depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
-short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
-maintainer="Adam Pschorr <adampschorr13@aol.com>"
-license="custom:Proprietary"
-homepage="https://band.us/home"
-distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
-checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
-repository=nonfree
-restricted=yes
-do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
-	tar -xf data.tar.xz
-	gzip -d usr/share/doc/band/changelog.gz
-}
-do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
-}
-post_install() {
-	vdoc usr/share/doc/band/changelog
-	vlicense opt/BAND/resources/LICENSE
-}

From 42936898e760fce0f3718b82f1255a0eee1a1b42 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 4/4] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (3 preceding siblings ...)
  2022-03-22  2:18 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-22  2:22 ` CabrioletDiskette
  2022-03-22  2:22 ` CabrioletDiskette
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22  2:22 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831713508

Comment:
I did some testing and yes it does appear to break qt5 application theming. I have revised the files to now set it to qt5ct as specified on the README of https://github.com/trialuser02/qt6ct. 

I did some testing and it APPEARS that everything works. The qt5 application theming definitely works. However there are still not that many qt6 applications to test so I could only confirm that qt6ct is able to change theming. Also it gives no errors in either qt5ct or qt6ct so I think everything is fine. :thumbsup:

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (4 preceding siblings ...)
  2022-03-22  2:22 ` [PR REVIEW] " CabrioletDiskette
@ 2022-03-22  2:22 ` CabrioletDiskette
  2022-03-22  4:42 ` CabrioletDiskette
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22  2:22 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831713508

Comment:
I did some testing and yes it does appear to break qt5 application theming. I have revised the files to now set it to qt5ct as specified on the README of https://github.com/trialuser02/qt6ct(it says to set it this way for compatibility).

I did some testing and it APPEARS that everything works. The qt5 application theming definitely works. However there are still not that many qt6 applications to test so I could only confirm that qt6ct is able to change theming. Also it gives no errors in either qt5ct or qt6ct so I think everything is fine. :thumbsup:

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

* Re: [PR REVIEW] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (5 preceding siblings ...)
  2022-03-22  2:22 ` CabrioletDiskette
@ 2022-03-22  4:42 ` CabrioletDiskette
  2022-03-22 15:37 ` paper42
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22  4:42 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r831690266

Comment:
I suppose the user could just assume this is the case since this is how qt5ct worked. On the other hand the new theming does not apply until you do logout because I believe /etc/profile.d is only ran once upon login. 

I'll just remove it so it is the same as qt5ct. Another issue though is that for some odd reason qt6ct will not compile on any other arch besides x86_64. I still have to sort that out until this becomes a full PR. 

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

* Re: New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (6 preceding siblings ...)
  2022-03-22  4:42 ` CabrioletDiskette
@ 2022-03-22 15:37 ` paper42
  2022-03-22 17:30 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-03-22 15:37 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#issuecomment-1075336110

Comment:
please remove commits unrelated to this PR

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (7 preceding siblings ...)
  2022-03-22 15:37 ` paper42
@ 2022-03-22 17:30 ` CabrioletDiskette
  2022-03-22 17:49 ` CabrioletDiskette
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 5f4e9bb8d9c699e1c8350012ac3418fca0194ffc Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 1/2] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 9c662b2859db9c9e7263cd1e8f19161190d2466d Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 2/2] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (8 preceding siblings ...)
  2022-03-22 17:30 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-22 17:49 ` CabrioletDiskette
  2022-03-23  0:24 ` CabrioletDiskette
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-22 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 01656a9c0df8d454f16df04fe086a43493d91b9c Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 1/2] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 989cdeee0d34ba084fbe27d2de2bc1132af3642a Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 2/2] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (9 preceding siblings ...)
  2022-03-22 17:49 ` CabrioletDiskette
@ 2022-03-23  0:24 ` CabrioletDiskette
  2022-03-23  0:29 ` CabrioletDiskette
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From 1c44cc661f84c36e39a880ec2d2a768b5287706a Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/7] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e4a543f1e5e6e9ac0f3e4050c5915d1acb43f843 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/7] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From 27747e91bf7053b88555d78ae18b46f407786dc5 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/7] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

From d9cacc0ed4ed5c38495e8288f6335e580e728880 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 00:31:49 -0600
Subject: [PATCH 4/7] added update file for BAND for version checking

---
 srcpkgs/BAND/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

From 12793c6cde5314043591d35a469f37b995195dc8 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 5/7] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From aa2df0837cc5f90efc2d592b900b797da2af00ad Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 6/7] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

From 35d033752906f8e74767095f9bfd13eb2ec3c4ba Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 18:24:43 -0600
Subject: [PATCH 7/7] fixed template for qt6ct, supports all archs

---
 srcpkgs/qt6ct/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 7ad14a312392..1e443df1dc20 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -3,7 +3,9 @@ pkgname=qt6ct
 version=0.5
 revision=1
 build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
 hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
 depends="qt6-base qt6-svg"
 short_desc="Qt6 Configuration Tool"
 maintainer="Adam Pschorr <adampschorr13@aol.com>"

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (10 preceding siblings ...)
  2022-03-23  0:24 ` CabrioletDiskette
@ 2022-03-23  0:29 ` CabrioletDiskette
  2022-03-23  0:45 ` CabrioletDiskette
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I am working on cross compiling these packages on:
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From f982758efd595c95db3bb0fc46f39062ca5eb268 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 1/3] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 975ef4a416193c1b7cca279174d180314fa904e7 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 2/3] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

From fd24452330616f5eab9c42c36e48bc4a5a9e2bac Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 18:24:43 -0600
Subject: [PATCH 3/3] fixed template for qt6ct, supports all archs

---
 srcpkgs/qt6ct/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 7ad14a312392..1e443df1dc20 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -3,7 +3,9 @@ pkgname=qt6ct
 version=0.5
 revision=1
 build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
 hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
 depends="qt6-base qt6-svg"
 short_desc="Qt6 Configuration Tool"
 maintainer="Adam Pschorr <adampschorr13@aol.com>"

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (11 preceding siblings ...)
  2022-03-23  0:29 ` CabrioletDiskette
@ 2022-03-23  0:45 ` CabrioletDiskette
  2022-03-23  0:46 ` CabrioletDiskette
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23  0:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 1c44cc661f84c36e39a880ec2d2a768b5287706a Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sun, 20 Mar 2022 19:44:45 -0600
Subject: [PATCH 1/7] New package: BAND-1.10.9

---
 srcpkgs/BAND/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/BAND/template

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
new file mode 100644
index 000000000000..e749580c782e
--- /dev/null
+++ b/srcpkgs/BAND/template
@@ -0,0 +1,35 @@
+# Template file for 'BAND'
+pkgname=BAND
+version=1.10.9
+revision=1
+archs="x86_64"
+hostmakedepends="binutils tar xz gzip"
+depends="gtk+3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libuuid libappindicator libsecret"
+short_desc="Group Chat Client for Sports, School, Campus Groups, and more"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:Proprietary"
+homepage="https://band.us/home"
+distfiles="https://ssl.pstatic.net/cmstatic/desktop/v${version}/BAND-${version}-amd64.deb"
+checksum=88bbc33c1d831e51abad81cb43d4622382e3cb40de38f35d549effc979ea1f8c
+repository=nonfree
+restricted=yes
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/BAND-${version}/BAND-${version}-amd64.deb
+	tar -xf data.tar.xz
+	gzip -d usr/share/doc/band/changelog.gz
+}
+do_install() {
+	vmkdir /opt/BAND
+	vcopy opt/BAND/* /opt/BAND
+	vinstall usr/share/applications/band.desktop 644 usr/share/applications
+	#install icons
+	for size in 16 32 48 64 128 256 512; do
+		#Insure containing directory
+		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
+		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
+	done
+}
+post_install() {
+	vdoc usr/share/doc/band/changelog
+	vlicense opt/BAND/resources/LICENSE
+}

From e4a543f1e5e6e9ac0f3e4050c5915d1acb43f843 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:33:42 -0600
Subject: [PATCH 2/7] Added REMOVE to prevent xbps from removing /opt directory

---
 srcpkgs/BAND/REMOVE | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 srcpkgs/BAND/REMOVE

diff --git a/srcpkgs/BAND/REMOVE b/srcpkgs/BAND/REMOVE
new file mode 100644
index 000000000000..a3cc77de2c41
--- /dev/null
+++ b/srcpkgs/BAND/REMOVE
@@ -0,0 +1,6 @@
+#Prevent xbps from deleting /opt after uninstall
+
+case "$ACTION" in
+post)
+	mkdir -p opt;;
+esac

From 27747e91bf7053b88555d78ae18b46f407786dc5 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 18:41:42 -0600
Subject: [PATCH 3/7] corrected template for BAND

---
 srcpkgs/BAND/template | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/BAND/template b/srcpkgs/BAND/template
index e749580c782e..2a03a4ade427 100644
--- a/srcpkgs/BAND/template
+++ b/srcpkgs/BAND/template
@@ -19,17 +19,16 @@ do_extract() {
 	gzip -d usr/share/doc/band/changelog.gz
 }
 do_install() {
-	vmkdir /opt/BAND
-	vcopy opt/BAND/* /opt/BAND
-	vinstall usr/share/applications/band.desktop 644 usr/share/applications
-	#install icons
-	for size in 16 32 48 64 128 256 512; do
-		#Insure containing directory
-		mkdir -p ${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps
-		vinstall usr/share/icons/hicolor/${size}x${size}/apps/band.png 644 /usr/share/icons/hicolor/${size}x${size}/apps
-	done
+    vmkdir opt
+	vcopy opt/BAND opt
+
+	vinstall usr/share/applications/band.desktop 0644 usr/share/applications
+	vcopy usr/share/icons usr/share
+
+	vmkdir usr/bin
+	ln -s /opt/BAND/band ${DESTDIR}/usr/bin/band
 }
+
 post_install() {
-	vdoc usr/share/doc/band/changelog
 	vlicense opt/BAND/resources/LICENSE
 }

From d9cacc0ed4ed5c38495e8288f6335e580e728880 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 00:31:49 -0600
Subject: [PATCH 4/7] added update file for BAND for version checking

---
 srcpkgs/BAND/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/BAND/update

diff --git a/srcpkgs/BAND/update b/srcpkgs/BAND/update
new file mode 100644
index 000000000000..a1f9bc335530
--- /dev/null
+++ b/srcpkgs/BAND/update
@@ -0,0 +1 @@
+pattern='(\d+\.)+\d+'

From e9a6ee52ae932959eb792d5d4d063f269c744845 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 5/7] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 7854d5c70fa8cdd223c0a648b9f3cc9e8bcf6678 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 6/7] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

From aa0c93535cf8ea3e63339b6a3c056243ea1c6d89 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 18:24:43 -0600
Subject: [PATCH 7/7] fixed template for qt6ct, supports all archs

---
 srcpkgs/qt6ct/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 7ad14a312392..1e443df1dc20 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -3,7 +3,9 @@ pkgname=qt6ct
 version=0.5
 revision=1
 build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
 hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
 depends="qt6-base qt6-svg"
 short_desc="Qt6 Configuration Tool"
 maintainer="Adam Pschorr <adampschorr13@aol.com>"

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

* Re: [PR PATCH] [Updated] New Package: Qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (12 preceding siblings ...)
  2022-03-23  0:45 ` CabrioletDiskette
@ 2022-03-23  0:46 ` CabrioletDiskette
  2022-03-23  4:15 ` [PR PATCH] [Updated] New Package: qt6ct CabrioletDiskette
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23  0:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: Qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 907a969e7051a40ac9fd3bfbadc38b887d9f009f Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 1/3] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From b4a820693a558acaf2523c760db63f8f7e68d3a9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 2/3] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

From 085cd9c899fc331f04dd57ff483f1ccf5e2dc123 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 18:24:43 -0600
Subject: [PATCH 3/3] fixed template for qt6ct, supports all archs

---
 srcpkgs/qt6ct/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 7ad14a312392..1e443df1dc20 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -3,7 +3,9 @@ pkgname=qt6ct
 version=0.5
 revision=1
 build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
 hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
 depends="qt6-base qt6-svg"
 short_desc="Qt6 Configuration Tool"
 maintainer="Adam Pschorr <adampschorr13@aol.com>"

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (13 preceding siblings ...)
  2022-03-23  0:46 ` CabrioletDiskette
@ 2022-03-23  4:15 ` CabrioletDiskette
  2022-03-23 19:51 ` CabrioletDiskette
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23  4:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 2cbd85b9c3957c53600e215b16c511a687407e2f Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH 1/3] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/INSTALL.msg    |  2 ++
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/INSTALL.msg
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
new file mode 100644
index 000000000000..8485434a339f
--- /dev/null
+++ b/srcpkgs/qt6ct/INSTALL.msg
@@ -0,0 +1,2 @@
+NOTE: You may have to logout and log back in or reboot to apply qt6ct
+theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..b36c5b523174
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt6ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..7ad14a312392
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,18 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+hostmakedepends="qt6-tools-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

From 5c9d9a95bdd11943bd4f8b5a321526d864c8c9ea Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 20:18:13 -0600
Subject: [PATCH 2/3] revised qt6ct template and removed INSTALL.msg

---
 srcpkgs/qt6ct/INSTALL.msg    | 2 --
 srcpkgs/qt6ct/files/qt6ct.sh | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/INSTALL.msg

diff --git a/srcpkgs/qt6ct/INSTALL.msg b/srcpkgs/qt6ct/INSTALL.msg
deleted file mode 100644
index 8485434a339f..000000000000
--- a/srcpkgs/qt6ct/INSTALL.msg
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE: You may have to logout and log back in or reboot to apply qt6ct
-theme environment variables properly
diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
index b36c5b523174..e4e7708d8a29 100644
--- a/srcpkgs/qt6ct/files/qt6ct.sh
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_QPA_PLATFORMTHEME=qt5ct
 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
 	export QT_QPA_PLATFORM=wayland
 fi

From 7951a454c67f59828c7db2ee80ddf34f94470f1f Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Tue, 22 Mar 2022 18:24:43 -0600
Subject: [PATCH 3/3] fixed template for qt6ct, supports all archs

---
 srcpkgs/qt6ct/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 7ad14a312392..1e443df1dc20 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -3,7 +3,9 @@ pkgname=qt6ct
 version=0.5
 revision=1
 build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
 hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
 depends="qt6-base qt6-svg"
 short_desc="Qt6 Configuration Tool"
 maintainer="Adam Pschorr <adampschorr13@aol.com>"

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (14 preceding siblings ...)
  2022-03-23  4:15 ` [PR PATCH] [Updated] New Package: qt6ct CabrioletDiskette
@ 2022-03-23 19:51 ` CabrioletDiskette
  2022-03-23 20:00 ` CabrioletDiskette
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From c8b20cea43abad880037244975f701bf93d6fd3d Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..e4e7708d8a29
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (15 preceding siblings ...)
  2022-03-23 19:51 ` CabrioletDiskette
@ 2022-03-23 20:00 ` CabrioletDiskette
  2022-03-24  6:33 ` CabrioletDiskette
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-23 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From f70f390b88c594971b8c8751d3c0724a24044fb9 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..e4e7708d8a29
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (16 preceding siblings ...)
  2022-03-23 20:00 ` CabrioletDiskette
@ 2022-03-24  6:33 ` CabrioletDiskette
  2022-03-24 10:05 ` [PR REVIEW] " paper42
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-24  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From c3cb1177e75a719fff01d85bcc6d3a9fa197808c Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..e4e7708d8a29
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: [PR REVIEW] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (17 preceding siblings ...)
  2022-03-24  6:33 ` CabrioletDiskette
@ 2022-03-24 10:05 ` paper42
  2022-03-24 16:39 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-03-24 10:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r834129950

Comment:
```suggestion
#!/bin/sh
```

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (18 preceding siblings ...)
  2022-03-24 10:05 ` [PR REVIEW] " paper42
@ 2022-03-24 16:39 ` CabrioletDiskette
  2022-03-24 16:43 ` CabrioletDiskette
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-24 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 9f1cb3cab2a37e80e9ca7ea61152f50b8252e058 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..e4e7708d8a29
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (19 preceding siblings ...)
  2022-03-24 16:39 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-24 16:43 ` CabrioletDiskette
  2022-03-24 16:44 ` [PR REVIEW] " CabrioletDiskette
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-24 16:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 384f212816b99d3dfe6bd107942404bc51b08218 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  5 +++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..8adfcf197456
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: [PR REVIEW] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (20 preceding siblings ...)
  2022-03-24 16:43 ` CabrioletDiskette
@ 2022-03-24 16:44 ` CabrioletDiskette
  2022-03-27 18:22 ` Vaelatern
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-24 16:44 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r834517622

Comment:
I corrected qt6ct, it just does not show up because it was squashed into the main commit to pass build checks.

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

* Re: New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (21 preceding siblings ...)
  2022-03-24 16:44 ` [PR REVIEW] " CabrioletDiskette
@ 2022-03-27 18:22 ` Vaelatern
  2022-03-27 23:33 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Vaelatern @ 2022-03-27 18:22 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#issuecomment-1079988739

Comment:
Please rebase and push, for some reason the CI checks didn't run and I want to see them for this build.

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

* Re: [PR PATCH] [Updated] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (22 preceding siblings ...)
  2022-03-27 18:22 ` Vaelatern
@ 2022-03-27 23:33 ` CabrioletDiskette
  2022-03-27 23:35 ` CabrioletDiskette
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-27 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qt6ct
https://github.com/void-linux/void-packages/pull/36265

New Package: qt6ct
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

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

From 5574d3a9c81b5e5225b6c323f4c1f6cd13d44622 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Mon, 21 Mar 2022 12:19:12 -0600
Subject: [PATCH] New package: qt6ct-0.5

---
 srcpkgs/qt6ct/files/qt6ct.sh |  6 ++++++
 srcpkgs/qt6ct/template       | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/qt6ct/files/qt6ct.sh
 create mode 100644 srcpkgs/qt6ct/template

diff --git a/srcpkgs/qt6ct/files/qt6ct.sh b/srcpkgs/qt6ct/files/qt6ct.sh
new file mode 100644
index 000000000000..e4e7708d8a29
--- /dev/null
+++ b/srcpkgs/qt6ct/files/qt6ct.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+export QT_QPA_PLATFORMTHEME=qt5ct
+if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+	export QT_QPA_PLATFORM=wayland
+fi
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
new file mode 100644
index 000000000000..1e443df1dc20
--- /dev/null
+++ b/srcpkgs/qt6ct/template
@@ -0,0 +1,20 @@
+# Template file for 'qt6ct'
+pkgname=qt6ct
+version=0.5
+revision=1
+build_style=cmake
+configure_args="-DQT_HOST_PATH=/usr"
+hostmakedepends="qt6-tools-devel"
+makedepends="qt6-base-devel"
+depends="qt6-base qt6-svg"
+short_desc="Qt6 Configuration Tool"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/trialuser02/qt6ct"
+distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
+checksum=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
+
+post_install() {
+	vlicense COPYING
+	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
+}

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

* Re: New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (23 preceding siblings ...)
  2022-03-27 23:33 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2022-03-27 23:35 ` CabrioletDiskette
  2022-03-28  3:40 ` [PR PATCH] [Merged]: " Vaelatern
  2022-03-28  6:14 ` [PR REVIEW] " paper42
  26 siblings, 0 replies; 28+ messages in thread
From: CabrioletDiskette @ 2022-03-27 23:35 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#issuecomment-1080044717

Comment:
@Vaelatern Done. They should run now?

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

* Re: [PR PATCH] [Merged]: New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (24 preceding siblings ...)
  2022-03-27 23:35 ` CabrioletDiskette
@ 2022-03-28  3:40 ` Vaelatern
  2022-03-28  6:14 ` [PR REVIEW] " paper42
  26 siblings, 0 replies; 28+ messages in thread
From: Vaelatern @ 2022-03-28  3:40 UTC (permalink / raw)
  To: ml

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

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

New Package: qt6ct
https://github.com/void-linux/void-packages/pull/36265

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
- I cross compiled this PR for:
  - x86_64-musl
  - armv6l-musl
  - armv7l-musl
  - aarch64-musl
  - i686
  - armv7l
  - armv6l
  - aarch64 

All cross compile issues where fixed


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

* Re: [PR REVIEW] New Package: qt6ct
  2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
                   ` (25 preceding siblings ...)
  2022-03-28  3:40 ` [PR PATCH] [Merged]: " Vaelatern
@ 2022-03-28  6:14 ` paper42
  26 siblings, 0 replies; 28+ messages in thread
From: paper42 @ 2022-03-28  6:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36265#discussion_r836083204

Comment:
Why did you revert this change?

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

end of thread, other threads:[~2022-03-28  6:14 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 19:09 [PR PATCH] New Package: Qt6ct CabrioletDiskette
2022-03-21 23:21 ` [PR REVIEW] " classabbyamp
2022-03-21 23:21 ` classabbyamp
2022-03-22  1:20 ` CabrioletDiskette
2022-03-22  2:18 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-22  2:22 ` [PR REVIEW] " CabrioletDiskette
2022-03-22  2:22 ` CabrioletDiskette
2022-03-22  4:42 ` CabrioletDiskette
2022-03-22 15:37 ` paper42
2022-03-22 17:30 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-22 17:49 ` CabrioletDiskette
2022-03-23  0:24 ` CabrioletDiskette
2022-03-23  0:29 ` CabrioletDiskette
2022-03-23  0:45 ` CabrioletDiskette
2022-03-23  0:46 ` CabrioletDiskette
2022-03-23  4:15 ` [PR PATCH] [Updated] New Package: qt6ct CabrioletDiskette
2022-03-23 19:51 ` CabrioletDiskette
2022-03-23 20:00 ` CabrioletDiskette
2022-03-24  6:33 ` CabrioletDiskette
2022-03-24 10:05 ` [PR REVIEW] " paper42
2022-03-24 16:39 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-24 16:43 ` CabrioletDiskette
2022-03-24 16:44 ` [PR REVIEW] " CabrioletDiskette
2022-03-27 18:22 ` Vaelatern
2022-03-27 23:33 ` [PR PATCH] [Updated] " CabrioletDiskette
2022-03-27 23:35 ` CabrioletDiskette
2022-03-28  3:40 ` [PR PATCH] [Merged]: " Vaelatern
2022-03-28  6:14 ` [PR REVIEW] " paper42

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