Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Qtcreator: update to 11.0.3
@ 2023-11-10 14:35 Luciogi
  2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luciogi @ 2023-11-10 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/47148

Qtcreator: update to 11.0.3
#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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, (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/47148.patch is attached

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

From 593c040b150db10bf34d1a1b49fa9f756a7dd06e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 7 Nov 2023 20:18:19 +0500
Subject: [PATCH 1/3] gotify-cli: update to 2.2.3.

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

diff --git a/srcpkgs/gotify-cli/template b/srcpkgs/gotify-cli/template
index a2a5e758f6cee..129740177b770 100644
--- a/srcpkgs/gotify-cli/template
+++ b/srcpkgs/gotify-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'gotify-cli'
 pkgname=gotify-cli
-version=2.2.2
-revision=4
+version=2.2.3
+revision=1
 build_style=go
 go_import_path="github.com/gotify/cli/v2"
 go_ldflags="-X main.Version=${version} -X main.BuildDate=${SOURCE_DATE_EPOCH}
@@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/cli/archive/v${version}.tar.gz"
-checksum=d44d0058a87684db8c61a9952a84327f7bab102d6a4a16547f7be18b9a9c052c
+checksum=9446aa09a675bca2a8fd0448e6c45e28630e31f7578cc9e1587d09f24e59f66a
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/cli ${DESTDIR}/usr/bin/gotify-cli

From c2a6140f60ec9206212943e40ba65c713bc4e2f3 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 17:06:59 +0500
Subject: [PATCH 2/3] gotify-server: update to 2.4.0.

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

diff --git a/srcpkgs/gotify-server/template b/srcpkgs/gotify-server/template
index 16b72133088c8..bba772446ab5a 100644
--- a/srcpkgs/gotify-server/template
+++ b/srcpkgs/gotify-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gotify-server'
 pkgname=gotify-server
-version=2.2.4
-revision=3
+version=2.4.0
+revision=1
 build_style=go
 go_import_path="github.com/gotify/server/v2"
 go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
@@ -12,7 +12,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://gotify.net"
 distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
-checksum=e8ebbbbccafe6d6ce44270f6af5ae59223edeb7dd51e0ab2ee7e689b88072df9
+checksum=ef217ca84232334ed03dcf30ccb67315a07508e6f5a58a923c01ea197e198226
 conf_files="/etc/gotify/config.yml"
 
 system_accounts="_gotify"

From 7230f0ef55818546a048b47f16bc654a6b85bf26 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 19:31:27 +0500
Subject: [PATCH 3/3] qtcreator: update to 11.0.3.

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 0edbb7ec7d0b9..81f3b4a80b630 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=11.0.1
+version=11.0.3
 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=4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73
+checksum=5f501e64e836b7e3e50b98b3ebc345b201396a5fd92e49738dabb5e268d5cf1c
 replaces="qtcreator-data>=0"
 python_version=3
 

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

* Re: [PR PATCH] [Updated] Qtcreator: update to 11.0.3
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
@ 2023-11-10 14:40 ` Luciogi
  2023-11-10 14:48 ` qtcreator: " ahesford
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-11-10 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/47148

Qtcreator: update to 11.0.3
#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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, (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/47148.patch is attached

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

From 4834b6ac9555f9bef41e73a2ab9ec7ec54867a49 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 19:39:55 +0500
Subject: [PATCH] qtcreator: update to 11.0.3.

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

diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 0edbb7ec7d0b9..81f3b4a80b630 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=11.0.1
+version=11.0.3
 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=4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73
+checksum=5f501e64e836b7e3e50b98b3ebc345b201396a5fd92e49738dabb5e268d5cf1c
 replaces="qtcreator-data>=0"
 python_version=3
 

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

* Re: qtcreator: update to 11.0.3
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
  2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-10 14:48 ` ahesford
  2023-11-10 15:14 ` Luciogi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-11-10 14:48 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/47148#issuecomment-1805878209

Comment:
If you're not even going to test the update, don't bother doing it.

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

* Re: qtcreator: update to 11.0.3
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
  2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
  2023-11-10 14:48 ` qtcreator: " ahesford
@ 2023-11-10 15:14 ` Luciogi
  2023-11-10 15:14 ` Luciogi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-11-10 15:14 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/47148#issuecomment-1805914546

Comment:
> If you're not even going to test the update, don't bother doing it.

i will later

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

* Re: qtcreator: update to 11.0.3
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
                   ` (2 preceding siblings ...)
  2023-11-10 15:14 ` Luciogi
@ 2023-11-10 15:14 ` Luciogi
  2023-11-26 11:57 ` [PR PATCH] [Updated] " Luciogi
  2023-12-03 20:05 ` [PR PATCH] [Merged]: qtcreator: update to 12.0.0 Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-11-10 15:14 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/47148#issuecomment-1805914546

Comment:
> If you're not even going to test the update, don't bother doing it.

i will test later

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

* Re: [PR PATCH] [Updated] qtcreator: update to 11.0.3
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
                   ` (3 preceding siblings ...)
  2023-11-10 15:14 ` Luciogi
@ 2023-11-26 11:57 ` Luciogi
  2023-12-03 20:05 ` [PR PATCH] [Merged]: qtcreator: update to 12.0.0 Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Luciogi @ 2023-11-26 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages qtcreator
https://github.com/void-linux/void-packages/pull/47148

qtcreator: update to 11.0.3
#### 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-GLIBC)


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

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

From 55d25bd96b927e46aa909f46a3bc3d099b9b0ace Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Fri, 10 Nov 2023 19:39:55 +0500
Subject: [PATCH] qtcreator: update to 12.0.0.

---
 .../patches/musl-no-malloc_trim.patch          | 18 +++++-------------
 srcpkgs/qtcreator/template                     |  4 ++--
 2 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/qtcreator/patches/musl-no-malloc_trim.patch b/srcpkgs/qtcreator/patches/musl-no-malloc_trim.patch
index fd927d7639193..89b65071fb56a 100644
--- a/srcpkgs/qtcreator/patches/musl-no-malloc_trim.patch
+++ b/srcpkgs/qtcreator/patches/musl-no-malloc_trim.patch
@@ -1,14 +1,8 @@
-From b13eb9f3dc96226d2f10a986c7e4d6c565e63c53 Mon Sep 17 00:00:00 2001
-From: Piotr Wójcik <chocimier@tlen.pl>
-Date: Sat, 21 Jan 2023 23:34:10 +0100
-Subject: malloc_trim
-
-
-diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp
-index 4950eb90..a3cd7f4e 100644
---- a/src/plugins/coreplugin/mainwindow.cpp
-+++ b/src/plugins/coreplugin/mainwindow.cpp
-@@ -216,7 +216,7 @@ MainWindow::MainWindow()
+diff --git a/src/plugins/coreplugin/icore.cpp b/src/plugins/coreplugin/icore.cpp
+index 1c04ebd2..d2ab425c 100644
+--- a/src/plugins/coreplugin/icore.cpp
++++ b/src/plugins/coreplugin/icore.cpp
+@@ -1274,7 +1274,7 @@ void ICorePrivate::init()
          m_trimTimer.setSingleShot(true);
          m_trimTimer.setInterval(60000);
          // glibc may not actually free memory in free().
@@ -17,6 +11,4 @@ index 4950eb90..a3cd7f4e 100644
          connect(&m_trimTimer, &QTimer::timeout, this, [] { malloc_trim(0); });
  #endif
      }
--- 
-2.39.0
 
diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template
index 0edbb7ec7d0b9..c9ff18781412b 100644
--- a/srcpkgs/qtcreator/template
+++ b/srcpkgs/qtcreator/template
@@ -1,6 +1,6 @@
 # Template file for 'qtcreator'
 pkgname=qtcreator
-version=11.0.1
+version=12.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=4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73
+checksum=399ae0dcefa3bd9e01a3f068b93dabe8b39f9b56466c389d1446e5c84c8f7b9f
 replaces="qtcreator-data>=0"
 python_version=3
 

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

* Re: [PR PATCH] [Merged]: qtcreator: update to 12.0.0
  2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
                   ` (4 preceding siblings ...)
  2023-11-26 11:57 ` [PR PATCH] [Updated] " Luciogi
@ 2023-12-03 20:05 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-12-03 20:05 UTC (permalink / raw)
  To: ml

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

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

qtcreator: update to 12.0.0
https://github.com/void-linux/void-packages/pull/47148

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


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

end of thread, other threads:[~2023-12-03 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 14:35 [PR PATCH] Qtcreator: update to 11.0.3 Luciogi
2023-11-10 14:40 ` [PR PATCH] [Updated] " Luciogi
2023-11-10 14:48 ` qtcreator: " ahesford
2023-11-10 15:14 ` Luciogi
2023-11-10 15:14 ` Luciogi
2023-11-26 11:57 ` [PR PATCH] [Updated] " Luciogi
2023-12-03 20:05 ` [PR PATCH] [Merged]: qtcreator: update to 12.0.0 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).