Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update to 13.0.0
@ 2024-05-05 14:11 TomGitman
  2024-05-05 17:09 ` qtcreator: " Luciogi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: TomGitman @ 2024-05-05 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TomGitman/void-packages patch-1
https://github.com/void-linux/void-packages/pull/50200

update to 13.0.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)


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

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

From 58a1d2aa5b839cd7acbe011dcd494623638ee9bb Mon Sep 17 00:00:00 2001
From: TomGitman <108900558+TomGitman@users.noreply.github.com>
Date: Sun, 5 May 2024 16:09:37 +0200
Subject: [PATCH] update to 13.0.0

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 3d146646259daa..4736d74b5b7c8f 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=12.0.0
+version=13.0.0
 revision=1
 build_style=cmake
 configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
@@ -18,7 +18,7 @@ license="LGPL-3.0-or-later, custom:QtCompany-GPL-Exception-1.0"
 homepage="https://wiki.qt.io/Category:Tools::QtCreator"
 changelog="https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changelog/changes-${version}.md"
 distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/qt-creator-opensource-src-${version}.tar.xz"
-checksum=399ae0dcefa3bd9e01a3f068b93dabe8b39f9b56466c389d1446e5c84c8f7b9f
+checksum=ec14f05f270714455a2f0d40b8aab02ed9241d4fa4f03ea539bfec5819e9e036
 replaces="qtcreator-data>=0"
 python_version=3
 

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

* Re: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
@ 2024-05-05 17:09 ` Luciogi
  2024-05-05 17:31 ` Luciogi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2024-05-05 17:09 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/50200#issuecomment-2094880860

Comment:
umm version 13 need musl patching :(

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

* Re: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
  2024-05-05 17:09 ` qtcreator: " Luciogi
@ 2024-05-05 17:31 ` Luciogi
  2024-05-05 18:13 ` TomGitman
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2024-05-05 17:31 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/50200#issuecomment-2094880860

Comment:
umm version 13 need musl patching :(

--- 
Edit: musl 1.2.3>= implements `pthread_getname_np`

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

* Re: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
  2024-05-05 17:09 ` qtcreator: " Luciogi
  2024-05-05 17:31 ` Luciogi
@ 2024-05-05 18:13 ` TomGitman
  2024-05-05 18:13 ` TomGitman
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TomGitman @ 2024-05-05 18:13 UTC (permalink / raw)
  To: ml

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

New comment by TomGitman on void-packages repository

https://github.com/void-linux/void-packages/pull/50200#issuecomment-2094900757

Comment:
> umm version 13 need musl patching :(
> 
> Edit: musl 1.2.3>= implements `pthread_getname_np`
Thanks for informing about musl, I guess the best we can do is wait for musl library to updated then we'll try again.


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

* Re: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
                   ` (2 preceding siblings ...)
  2024-05-05 18:13 ` TomGitman
@ 2024-05-05 18:13 ` TomGitman
  2024-05-05 18:14 ` TomGitman
  2024-05-05 18:16 ` [PR PATCH] [Closed]: " TomGitman
  5 siblings, 0 replies; 7+ messages in thread
From: TomGitman @ 2024-05-05 18:13 UTC (permalink / raw)
  To: ml

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

New comment by TomGitman on void-packages repository

https://github.com/void-linux/void-packages/pull/50200#issuecomment-2094900757

Comment:
> umm version 13 need musl patching :(
> 
> Edit: musl 1.2.3>= implements `pthread_getname_np`

Thanks for informing about musl, I guess the best we can do is wait for musl library to updated then we'll try again.


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

* Re: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
                   ` (3 preceding siblings ...)
  2024-05-05 18:13 ` TomGitman
@ 2024-05-05 18:14 ` TomGitman
  2024-05-05 18:16 ` [PR PATCH] [Closed]: " TomGitman
  5 siblings, 0 replies; 7+ messages in thread
From: TomGitman @ 2024-05-05 18:14 UTC (permalink / raw)
  To: ml

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

New comment by TomGitman on void-packages repository

https://github.com/void-linux/void-packages/pull/50200#issuecomment-2094900757

Comment:
> umm version 13 need musl patching :(
> 
> Edit: musl 1.2.3>= implements `pthread_getname_np`

Thanks for informing about musl, I guess the best we can do is wait for musl library to update then we'll try again.


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

* Re: [PR PATCH] [Closed]: qtcreator: update to 13.0.0
  2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
                   ` (4 preceding siblings ...)
  2024-05-05 18:14 ` TomGitman
@ 2024-05-05 18:16 ` TomGitman
  5 siblings, 0 replies; 7+ messages in thread
From: TomGitman @ 2024-05-05 18:16 UTC (permalink / raw)
  To: ml

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

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

qtcreator: update to 13.0.0
https://github.com/void-linux/void-packages/pull/50200

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)


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

end of thread, other threads:[~2024-05-05 18:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-05 14:11 [PR PATCH] update to 13.0.0 TomGitman
2024-05-05 17:09 ` qtcreator: " Luciogi
2024-05-05 17:31 ` Luciogi
2024-05-05 18:13 ` TomGitman
2024-05-05 18:13 ` TomGitman
2024-05-05 18:14 ` TomGitman
2024-05-05 18:16 ` [PR PATCH] [Closed]: " TomGitman

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