Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qtcreator: update to 11.0.3
Date: Sun, 26 Nov 2023 12:57:54 +0100	[thread overview]
Message-ID: <20231126115754.Gk_Vsgkbp7a-weKOOHgTfu0rcgflRHwrr0b_1bJz5oU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47148@inbox.vuxu.org>

[-- 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
 

  parent reply	other threads:[~2023-11-26 11:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 14:35 [PR PATCH] Qtcreator: " 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 ` Luciogi [this message]
2023-12-03 20:05 ` [PR PATCH] [Merged]: qtcreator: update to 12.0.0 Duncaen

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=20231126115754.Gk_Vsgkbp7a-weKOOHgTfu0rcgflRHwrr0b_1bJz5oU@z \
    --to=luciogi@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).