Github messages for voidlinux
 help / color / mirror / Atom feed
From: 22h49 <22h49@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qt6ct: update to 0.9
Date: Sun, 14 Apr 2024 13:35:01 +0200	[thread overview]
Message-ID: <20240414113501.90B1822314@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49833@inbox.vuxu.org>

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

There is an updated 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: 2658 bytes --]

From a9e6c1eab71007f59d707513fae65d1baa6916ca 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 | 22 ++++++----------------
 srcpkgs/qt6ct/template            |  6 +++---
 2 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/qt6ct/patches/lib32.patch b/srcpkgs/qt6ct/patches/lib32.patch
index cdaff4d1fa7ae4..5880d469dcba4f 100644
--- a/srcpkgs/qt6ct/patches/lib32.patch
+++ b/srcpkgs/qt6ct/patches/lib32.patch
@@ -1,21 +1,11 @@
---- 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")
+--- a/CMakeLists.txt	2024-04-13 23:50:30.592858658 +0200
++++ b/CMakeLists.txt	2024-04-13 23:50:16.419859312 +0200
+@@ -51,7 +51,7 @@
  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} -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 ...")
+ if(PLUGINDIR)
+    message(STATUS "Plugin path: ${PLUGINDIR}")
diff --git a/srcpkgs/qt6ct/template b/srcpkgs/qt6ct/template
index 731ebfa7aaf366..3b0d91b37474be 100644
--- a/srcpkgs/qt6ct/template
+++ b/srcpkgs/qt6ct/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6ct'
 pkgname=qt6ct
-version=0.8
-revision=2
+version=0.9
+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=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
+checksum=aa49c4fb51a82dd6947cd9c8dee9b3a1fdd4fbbc9f3c8c5c2d33fa1de9e8826e
 
 post_install() {
 	vlicense COPYING

  parent reply	other threads:[~2024-04-14 11:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 21:45 [PR PATCH] " 22h49
2024-04-13 21:59 ` [PR PATCH] [Updated] " 22h49
2024-04-14 11:35 ` 22h49 [this message]
2024-04-16 19:54 ` [PR PATCH] [Closed]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23 15:04 [PR PATCH] " zlice
2023-12-09 17:54 ` [PR PATCH] [Updated] " zlice
2023-12-09 18:57 ` zlice
2023-12-09 19:15 ` zlice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240414113501.90B1822314@inbox.vuxu.org \
    --to=22h49@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).