Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qt6ct: update to 0.8
@ 2023-03-31  6:36 CabrioletDiskette
  2023-03-31  6:39 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-03-31  6:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 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/43133

qt6ct: update to 0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

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

From caafb407f8eccb92870acca5d08e49911e57ba83 Mon Sep 17 00:00:00 2001
From: CabrioletDiskette <adampschorr13@aol.com>
Date: Fri, 31 Mar 2023 00:28:00 -0600
Subject: [PATCH] qt6ct: update to 0.8.

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

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 64f166fb4767..bfd3d35501ec 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.7
-revision=2
+version=0.8
+revision=3
 build_style=cmake
 hostmakedepends="qt6-tools qt6-base"
 makedepends="qt6-base-devel"
@@ -11,7 +11,7 @@ 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=6bc4c35e7c567908d8e123b8ccc11a55d27b5353ad035905cfa44b98c29ca862
+checksum=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
@ 2023-03-31  6:39 ` CabrioletDiskette
  2023-06-24  6:01 ` [PR PATCH] [Closed]: " CabrioletDiskette
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-03-31  6:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 668 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/43133

qt6ct: update to 0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

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

From a21d79241b3ab11e98b601176fe201837fed77b8 Mon Sep 17 00:00:00 2001
From: CabrioletDiskette <adampschorr13@aol.com>
Date: Fri, 31 Mar 2023 00:28:00 -0600
Subject: [PATCH] qt6ct: update to 0.8.

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

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 64f166fb4767..21edb46beadb 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.7
-revision=2
+version=0.8
+revision=1
 build_style=cmake
 hostmakedepends="qt6-tools qt6-base"
 makedepends="qt6-base-devel"
@@ -11,7 +11,7 @@ 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=6bc4c35e7c567908d8e123b8ccc11a55d27b5353ad035905cfa44b98c29ca862
+checksum=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Closed]: qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
  2023-03-31  6:39 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-24  6:01 ` CabrioletDiskette
  2023-06-24  6:01 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-06-24  6:01 UTC (permalink / raw)
  To: ml

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

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

qt6ct: update to 0.8
https://github.com/void-linux/void-packages/pull/43133

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

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

* Re: [PR PATCH] [Updated] qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
  2023-03-31  6:39 ` [PR PATCH] [Updated] " CabrioletDiskette
  2023-06-24  6:01 ` [PR PATCH] [Closed]: " CabrioletDiskette
@ 2023-06-24  6:01 ` CabrioletDiskette
  2023-06-24  6:12 ` CabrioletDiskette
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-06-24  6:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 668 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/43133

qt6ct: update to 0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

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



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

* Re: qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
                   ` (2 preceding siblings ...)
  2023-06-24  6:01 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-24  6:12 ` CabrioletDiskette
  2023-06-24  6:22 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-06-24  6:12 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/43133#issuecomment-1605283360

Comment:
Accidentally grabbed the commit from upstream when rebasing. Will reopen in a sec with correct commit. :pensive:

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

* Re: [PR PATCH] [Updated] qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
                   ` (3 preceding siblings ...)
  2023-06-24  6:12 ` CabrioletDiskette
@ 2023-06-24  6:22 ` CabrioletDiskette
  2023-06-24  6:25 ` CabrioletDiskette
  2023-06-24 11:42 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-06-24  6:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 668 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/43133

qt6ct: update to 0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

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

From f00167eb14c217c7d37e2e61239b60f9613cbf53 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 00:21:13 -0600
Subject: [PATCH] qt6ct: Update to 0.8

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

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 34f7947920dc..adb55cd25369 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.7
-revision=3
+version=0.8
+revision=1
 build_style=cmake
 hostmakedepends="qt6-tools qt6-base"
 makedepends="qt6-base-devel"
@@ -11,8 +11,7 @@ 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=6bc4c35e7c567908d8e123b8ccc11a55d27b5353ad035905cfa44b98c29ca862
-
+checksum=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
 post_install() {
 	vlicense COPYING
 	vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d

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

* Re: qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
                   ` (4 preceding siblings ...)
  2023-06-24  6:22 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-24  6:25 ` CabrioletDiskette
  2023-06-24 11:42 ` [PR PATCH] [Closed]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: CabrioletDiskette @ 2023-06-24  6:25 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/43133#issuecomment-1605283360

Comment:
Accidentally grabbed the commit from upstream when rebasing. Will reopen in a sec with correct commit. :pensive:

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

* Re: [PR PATCH] [Closed]: qt6ct: update to 0.8
  2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
                   ` (5 preceding siblings ...)
  2023-06-24  6:25 ` CabrioletDiskette
@ 2023-06-24 11:42 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-24 11:42 UTC (permalink / raw)
  To: ml

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

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

qt6ct: update to 0.8
https://github.com/void-linux/void-packages/pull/43133

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

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

I noticed that there is some discussion about the need of qt6ct.sh. I am merely updating qt6ct in this commit but if a conclusion is arrived at in #40619 I can modify this PR. 

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

end of thread, other threads:[~2023-06-24 11:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31  6:36 [PR PATCH] qt6ct: update to 0.8 CabrioletDiskette
2023-03-31  6:39 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-24  6:01 ` [PR PATCH] [Closed]: " CabrioletDiskette
2023-06-24  6:01 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-24  6:12 ` CabrioletDiskette
2023-06-24  6:22 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-24  6:25 ` CabrioletDiskette
2023-06-24 11:42 ` [PR PATCH] [Closed]: " Duncaen

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