Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qt6ct: update to 0.9.
@ 2023-10-23 15:04 zlice
  2023-12-09 17:54 ` [PR PATCH] [Updated] " zlice
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: zlice @ 2023-10-23 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages qt6ct-0.9
https://github.com/void-linux/void-packages/pull/46850

qt6ct: update to 0.9.
#### 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**


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

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

From 2cc01d2b2d6e4c1fd9d019cab1dfbad1893c9d18 Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 23 Oct 2023 11:02:09 -0400
Subject: [PATCH] qt6ct: update to 0.9.

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

diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 21edb46beadbd..3b0d91b37474b 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.8
+version=0.9
 revision=1
 build_style=cmake
 hostmakedepends="qt6-tools qt6-base"
@@ -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=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
+checksum=aa49c4fb51a82dd6947cd9c8dee9b3a1fdd4fbbc9f3c8c5c2d33fa1de9e8826e
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PR PATCH] qt6ct: update to 0.9
@ 2024-04-13 21:45 22h49
  2024-04-13 21:59 ` [PR PATCH] [Updated] " 22h49
  2024-04-14 11:35 ` 22h49
  0 siblings, 2 replies; 9+ messages in thread
From: 22h49 @ 2024-04-13 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/22h49/void-packages master
https://github.com/void-linux/void-packages/pull/49833

qt6ct: update to 0.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From f9dd017106f05779f18b9ab14312a98db9eeb4c9 Mon Sep 17 00:00:00 2001
From: 22h49 <17597456+22h49@users.noreply.github.com>
Date: Sat, 13 Apr 2024 23:42:53 +0200
Subject: [PATCH] qt6ct: update to 0.9

---
 srcpkgs/qt6ct/patches/lib32.patch | 21 ---------------------
 srcpkgs/qt6ct/template            |  4 ++--
 2 files changed, 2 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/qt6ct/patches/lib32.patch

diff --git a/srcpkgs/qt6ct/patches/lib32.patch b/srcpkgs/qt6ct/patches/lib32.patch
deleted file mode 100644
index cdaff4d1fa7ae4..00000000000000
--- a/srcpkgs/qt6ct/patches/lib32.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/CMakeLists.txt	2023-03-12 12:57:50.000000000 +0100
-+++ -	2023-10-31 20:41:33.141463182 +0100
-@@ -40,17 +40,7 @@
-     message(FATAL_ERROR "Could NOT find lrelease executable")
- endif()
- 
--get_filename_component(QT_QTPATHS_EXECUTABLE ${QT_LRELEASE_EXECUTABLE} DIRECTORY)
--set(QT_QTPATHS_EXECUTABLE ${QT_QTPATHS_EXECUTABLE}/qtpaths)
--
--if(EXISTS ${QT_QTPATHS_EXECUTABLE})
--    message(STATUS "Found qtpaths executable: " ${QT_QTPATHS_EXECUTABLE})
--else()
--    message(FATAL_ERROR "Could NOT find qtpaths executable")
--endif()
--
--#execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} -query QT_INSTALL_PLUGINS OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
--execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} --plugin-dir OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
-+set(PLUGINDIR /usr/${QT6_INSTALL_PLUGINS})
- message(STATUS "Plugin path: " ${PLUGINDIR})
- 
- message(STATUS "Generating translations ...")
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 731ebfa7aaf366..59de2d685d7aac 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.8
+version=0.9
 revision=2
 build_style=cmake
 hostmakedepends="qt6-tools qt6-base"
@@ -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=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
+checksum=aa49c4fb51a82dd6947cd9c8dee9b3a1fdd4fbbc9f3c8c5c2d33fa1de9e8826e
 
 post_install() {
 	vlicense COPYING

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

end of thread, other threads:[~2024-04-16 19:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 15:04 [PR PATCH] qt6ct: update to 0.9 zlice
2023-12-09 17:54 ` [PR PATCH] [Updated] " zlice
2023-12-09 18:57 ` zlice
2023-12-09 19:15 ` zlice
2023-12-23 16:57 ` zlice
2024-02-18 12:32 ` zlice
2024-04-16 19:54 ` [PR PATCH] [Closed]: " classabbyamp
2024-04-13 21:45 [PR PATCH] " 22h49
2024-04-13 21:59 ` [PR PATCH] [Updated] " 22h49
2024-04-14 11:35 ` 22h49

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