Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qt5: update to 5.15.5
@ 2022-07-28 14:34 Johnnynator
  2022-07-28 14:45 ` [PR PATCH] [Updated] " Johnnynator
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-28 14:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages qt5-5.15.5
https://github.com/void-linux/void-packages/pull/38334

qt5: update to 5.15.5
- qt5: update to 5.15.5+20220728.
- qt5-speech: update to 5.15.5.

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a0c2ad97f64bb9535331b9844bd17825a0397122 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:28:10 +0200
Subject: [PATCH 1/2] qt5: update to 5.15.5+20220728.

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

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index c6c0a50cb60b..2d55bed63785 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,6 +1,6 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.4+20220606
+version=5.15.5+20220728
 # commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
 revision=1
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
+checksum=bfc97f26853e549f34340bded2b92f745746c04c402d5f4e53d59cae228b6d86
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"

From 5d3b027eb12ab17137401eedf97b404f137ce51b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:32:25 +0200
Subject: [PATCH 2/2] qt5-speech: update to 5.15.5.

---
 srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake | 10 +++++-----
 srcpkgs/qt5-speech/template                          |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
index 2bcb2ee2c7e1..95f7b1e76ed9 100644
--- a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
+++ b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
@@ -5,7 +5,7 @@ endif()
 get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
 
 # For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
-set(Qt5TextToSpeech_VERSION_STRING 5.15.4)
+set(Qt5TextToSpeech_VERSION_STRING 5.15.5)
 
 set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
 
@@ -53,8 +53,8 @@ if (NOT TARGET Qt5::TextToSpeech)
 
     set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
     set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4"
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4/QtTextToSpeech"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5/QtTextToSpeech"
     )
 
     foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
@@ -97,7 +97,7 @@ if (NOT TARGET Qt5::TextToSpeech)
     foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
         if (NOT Qt5${_module_dep}_FOUND)
             find_package(Qt5${_module_dep}
-                5.15.4 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
+                5.15.5 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
                 ${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
                 ${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
                 PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
@@ -198,7 +198,7 @@ if (NOT TARGET Qt5::TextToSpeech)
         endif()
     endif()
 
-    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.4" "" FALSE)
+    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.5" "" FALSE)
 
 
 
diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 8d112d82c316..cc63fcb7bab0 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,8 +1,8 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-version=5.15.4
-revision=2
-_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+version=5.15.5
+revision=1
+_commit=e76b23ad707077647cdb4282cf35a71776efa0f0
 wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"

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

* Re: [PR PATCH] [Updated] qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
@ 2022-07-28 14:45 ` Johnnynator
  2022-07-28 16:05 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-28 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages qt5-5.15.5
https://github.com/void-linux/void-packages/pull/38334

qt5: update to 5.15.5
- qt5: update to 5.15.5+20220728.
- qt5-speech: update to 5.15.5.

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 84cbc5f5dd7b2912c372fe14faa59a3c8351003f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:28:10 +0200
Subject: [PATCH 1/2] qt5: update to 5.15.5+20220728.

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

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index c6c0a50cb60b..767fd887df33 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.4+20220606
-# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
+version=5.15.5+20220728
+# commit 1832429ff1e4e224389c7cfa592d50a2fab31e29
 # base repo: https://invent.kde.org/qt/qt/qt5
 revision=1
 build_style=meta
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
+checksum=bfc97f26853e549f34340bded2b92f745746c04c402d5f4e53d59cae228b6d86
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"

From 93c9f0b0a73c219991b4c88148f604b8a153c32f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:32:25 +0200
Subject: [PATCH 2/2] qt5-speech: update to 5.15.5.

---
 srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake | 10 +++++-----
 srcpkgs/qt5-speech/template                          |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
index 2bcb2ee2c7e1..95f7b1e76ed9 100644
--- a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
+++ b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
@@ -5,7 +5,7 @@ endif()
 get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
 
 # For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
-set(Qt5TextToSpeech_VERSION_STRING 5.15.4)
+set(Qt5TextToSpeech_VERSION_STRING 5.15.5)
 
 set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
 
@@ -53,8 +53,8 @@ if (NOT TARGET Qt5::TextToSpeech)
 
     set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
     set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4"
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4/QtTextToSpeech"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5/QtTextToSpeech"
     )
 
     foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
@@ -97,7 +97,7 @@ if (NOT TARGET Qt5::TextToSpeech)
     foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
         if (NOT Qt5${_module_dep}_FOUND)
             find_package(Qt5${_module_dep}
-                5.15.4 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
+                5.15.5 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
                 ${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
                 ${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
                 PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
@@ -198,7 +198,7 @@ if (NOT TARGET Qt5::TextToSpeech)
         endif()
     endif()
 
-    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.4" "" FALSE)
+    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.5" "" FALSE)
 
 
 
diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 8d112d82c316..cf16536abdf1 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,8 +1,8 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-version=5.15.4
-revision=2
-_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+version=5.15.5
+revision=1
+_commit=e76b23ad707077647cdb4282cf35a71776efa0f0
 wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
-checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
+checksum=5dcf10add2118729a0951a15bc353c8b6fe4d441baf9503766bc5ee0a7a9d6fa
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then

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

* Re: qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
  2022-07-28 14:45 ` [PR PATCH] [Updated] " Johnnynator
@ 2022-07-28 16:05 ` classabbyamp
  2022-07-28 16:15 ` Johnnynator
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-07-28 16:05 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38334#issuecomment-1198348309

Comment:
does this include the fix for #38276? 

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

* Re: qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
  2022-07-28 14:45 ` [PR PATCH] [Updated] " Johnnynator
  2022-07-28 16:05 ` classabbyamp
@ 2022-07-28 16:15 ` Johnnynator
  2022-07-29  1:04 ` z411
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-28 16:15 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/38334#issuecomment-1198360456

Comment:
> does this include the fix for #38276?

Yes, it does include mentioned commit.

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

* Re: qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
                   ` (2 preceding siblings ...)
  2022-07-28 16:15 ` Johnnynator
@ 2022-07-29  1:04 ` z411
  2022-07-29 11:21 ` [PR PATCH] [Updated] " Johnnynator
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: z411 @ 2022-07-29  1:04 UTC (permalink / raw)
  To: ml

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

New comment by z411 on void-packages repository

https://github.com/void-linux/void-packages/pull/38334#issuecomment-1198780523

Comment:
Great, feel free to close my MR (#38292) in favor of this update.

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

* Re: [PR PATCH] [Updated] qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
                   ` (3 preceding siblings ...)
  2022-07-29  1:04 ` z411
@ 2022-07-29 11:21 ` Johnnynator
  2022-07-29 11:22 ` Johnnynator
  2022-07-29 11:23 ` [PR PATCH] [Merged]: " Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-29 11:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages qt5-5.15.5
https://github.com/void-linux/void-packages/pull/38334

qt5: update to 5.15.5
- qt5: update to 5.15.5+20220728.
- qt5-speech: update to 5.15.5.

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
[ci skip]


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

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

From 84cbc5f5dd7b2912c372fe14faa59a3c8351003f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:28:10 +0200
Subject: [PATCH 1/3] qt5: update to 5.15.5+20220728.

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

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index c6c0a50cb60b..767fd887df33 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.4+20220606
-# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
+version=5.15.5+20220728
+# commit 1832429ff1e4e224389c7cfa592d50a2fab31e29
 # base repo: https://invent.kde.org/qt/qt/qt5
 revision=1
 build_style=meta
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
+checksum=bfc97f26853e549f34340bded2b92f745746c04c402d5f4e53d59cae228b6d86
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"

From 93c9f0b0a73c219991b4c88148f604b8a153c32f Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:32:25 +0200
Subject: [PATCH 2/3] qt5-speech: update to 5.15.5.

---
 srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake | 10 +++++-----
 srcpkgs/qt5-speech/template                          |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
index 2bcb2ee2c7e1..95f7b1e76ed9 100644
--- a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
+++ b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
@@ -5,7 +5,7 @@ endif()
 get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
 
 # For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
-set(Qt5TextToSpeech_VERSION_STRING 5.15.4)
+set(Qt5TextToSpeech_VERSION_STRING 5.15.5)
 
 set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
 
@@ -53,8 +53,8 @@ if (NOT TARGET Qt5::TextToSpeech)
 
     set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
     set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4"
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4/QtTextToSpeech"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5/QtTextToSpeech"
     )
 
     foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
@@ -97,7 +97,7 @@ if (NOT TARGET Qt5::TextToSpeech)
     foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
         if (NOT Qt5${_module_dep}_FOUND)
             find_package(Qt5${_module_dep}
-                5.15.4 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
+                5.15.5 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
                 ${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
                 ${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
                 PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
@@ -198,7 +198,7 @@ if (NOT TARGET Qt5::TextToSpeech)
         endif()
     endif()
 
-    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.4" "" FALSE)
+    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.5" "" FALSE)
 
 
 
diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 8d112d82c316..cf16536abdf1 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,8 +1,8 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-version=5.15.4
-revision=2
-_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+version=5.15.5
+revision=1
+_commit=e76b23ad707077647cdb4282cf35a71776efa0f0
 wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
-checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
+checksum=5dcf10add2118729a0951a15bc353c8b6fe4d441baf9503766bc5ee0a7a9d6fa
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then

From 30293094b7e70a9a4e87185cd5074041549424a6 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Fri, 29 Jul 2022 13:19:31 +0200
Subject: [PATCH 3/3] qt5-styleplugins: rebuild against qt 5.15.5.

---
 srcpkgs/qt5-styleplugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-styleplugins/template b/srcpkgs/qt5-styleplugins/template
index 262b694bcbf0..bd99ae7d2547 100644
--- a/srcpkgs/qt5-styleplugins/template
+++ b/srcpkgs/qt5-styleplugins/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-styleplugins'
 pkgname=qt5-styleplugins
 version=5.0.0
-revision=17
+revision=18
 _gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
 wrksrc="qtstyleplugins-${_gitrev}"
 build_style=qmake

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

* Re: [PR PATCH] [Updated] qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
                   ` (4 preceding siblings ...)
  2022-07-29 11:21 ` [PR PATCH] [Updated] " Johnnynator
@ 2022-07-29 11:22 ` Johnnynator
  2022-07-29 11:23 ` [PR PATCH] [Merged]: " Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-29 11:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages qt5-5.15.5
https://github.com/void-linux/void-packages/pull/38334

qt5: update to 5.15.5
- qt5: update to 5.15.5+20220728.
- qt5-speech: update to 5.15.5.

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
[ci skip]


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

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

From 16f0b172602ce9a0a9de44e4a52a676294c1d0bb Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:28:10 +0200
Subject: [PATCH 1/3] qt5: update to 5.15.5+20220728.

closes #38292
closes #38276
---
 srcpkgs/qt5/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index c6c0a50cb60b..767fd887df33 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.4+20220606
-# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
+version=5.15.5+20220728
+# commit 1832429ff1e4e224389c7cfa592d50a2fab31e29
 # base repo: https://invent.kde.org/qt/qt/qt5
 revision=1
 build_style=meta
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
+checksum=bfc97f26853e549f34340bded2b92f745746c04c402d5f4e53d59cae228b6d86
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"

From 135d1bf553b439e4fe21fb751ccf67c586e0eb2d Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Thu, 28 Jul 2022 14:32:25 +0200
Subject: [PATCH 2/3] qt5-speech: update to 5.15.5.

---
 srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake | 10 +++++-----
 srcpkgs/qt5-speech/template                          |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
index 2bcb2ee2c7e1..95f7b1e76ed9 100644
--- a/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
+++ b/srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake
@@ -5,7 +5,7 @@ endif()
 get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
 
 # For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
-set(Qt5TextToSpeech_VERSION_STRING 5.15.4)
+set(Qt5TextToSpeech_VERSION_STRING 5.15.5)
 
 set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
 
@@ -53,8 +53,8 @@ if (NOT TARGET Qt5::TextToSpeech)
 
     set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
     set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4"
-        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4/QtTextToSpeech"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5"
+        "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5/QtTextToSpeech"
     )
 
     foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
@@ -97,7 +97,7 @@ if (NOT TARGET Qt5::TextToSpeech)
     foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
         if (NOT Qt5${_module_dep}_FOUND)
             find_package(Qt5${_module_dep}
-                5.15.4 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
+                5.15.5 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
                 ${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
                 ${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
                 PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
@@ -198,7 +198,7 @@ if (NOT TARGET Qt5::TextToSpeech)
         endif()
     endif()
 
-    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.4" "" FALSE)
+    _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.5" "" FALSE)
 
 
 
diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 8d112d82c316..cf16536abdf1 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,8 +1,8 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-version=5.15.4
-revision=2
-_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+version=5.15.5
+revision=1
+_commit=e76b23ad707077647cdb4282cf35a71776efa0f0
 wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
-checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
+checksum=5dcf10add2118729a0951a15bc353c8b6fe4d441baf9503766bc5ee0a7a9d6fa
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then

From b812071a749f7df72722ea707d3b6a7dd7eb6ae1 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Fri, 29 Jul 2022 13:19:31 +0200
Subject: [PATCH 3/3] qt5-styleplugins: rebuild against qt 5.15.5.

---
 srcpkgs/qt5-styleplugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-styleplugins/template b/srcpkgs/qt5-styleplugins/template
index 262b694bcbf0..bd99ae7d2547 100644
--- a/srcpkgs/qt5-styleplugins/template
+++ b/srcpkgs/qt5-styleplugins/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-styleplugins'
 pkgname=qt5-styleplugins
 version=5.0.0
-revision=17
+revision=18
 _gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
 wrksrc="qtstyleplugins-${_gitrev}"
 build_style=qmake

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

* Re: [PR PATCH] [Merged]: qt5: update to 5.15.5
  2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
                   ` (5 preceding siblings ...)
  2022-07-29 11:22 ` Johnnynator
@ 2022-07-29 11:23 ` Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-07-29 11:23 UTC (permalink / raw)
  To: ml

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

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

qt5: update to 5.15.5
https://github.com/void-linux/void-packages/pull/38334

Description:
- qt5: update to 5.15.5+20220728.
- qt5-speech: update to 5.15.5.

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

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
[ci skip]


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

end of thread, other threads:[~2022-07-29 11:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 14:34 [PR PATCH] qt5: update to 5.15.5 Johnnynator
2022-07-28 14:45 ` [PR PATCH] [Updated] " Johnnynator
2022-07-28 16:05 ` classabbyamp
2022-07-28 16:15 ` Johnnynator
2022-07-29  1:04 ` z411
2022-07-29 11:21 ` [PR PATCH] [Updated] " Johnnynator
2022-07-29 11:22 ` Johnnynator
2022-07-29 11:23 ` [PR PATCH] [Merged]: " Johnnynator

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