testing/qt-creator: upgrade to 12.0.1

This commit is contained in:
Celeste 2023-12-13 05:01:34 +00:00 committed by Natanael Copa
parent e22bd5fb16
commit 80b082d974
2 changed files with 8 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Contributor: Alexey Minnekhanov <alexeymin@postmarketos.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=qt-creator
pkgver=11.0.3
pkgver=12.0.1
pkgrel=0
pkgdesc="Lightweight and cross-platform C++ IDE"
url="https://qt-project.org/wiki/Category:Tools::QtCreator"
@ -13,7 +13,7 @@ depends="
qt6-qtbase-dev
qt6-qttools-dev
"
_llvmver=16
_llvmver=17
makedepends="
botan-dev
clang$_llvmver-dev
@ -22,6 +22,7 @@ makedepends="
elfutils-dev
lld
llvm$_llvmver-dev
llvm$_llvmver-gtest
llvm$_llvmver-static
qt6-qt5compat-dev
qt6-qtdeclarative-dev
@ -74,7 +75,7 @@ package() {
}
sha512sums="
4d0faab02cb9b123f135b3a436e9f4132f459fd40400b9adab8af0a395b9d999f473f2bbab7cb5353f5a129bfc66e3e8dfe9143412cbd03c385a3d052ef221ca qt-creator-opensource-src-11.0.3.tar.xz
03a7afc1d820d07a3687a186f49bc212f4f1ab99dea5390bd3f962b4d373b1b130ed780ad5bebf1a478c77cf5e07e2af2eb701829a98c78e71b252d65a9112c7 qt-creator-opensource-src-12.0.1.tar.xz
43d73c9cd272ee849a5d85490d351c71b786d7ce6b5b46c6ec13642329c14bacc84a122f0bfbb445841aedef8d1cc9fe2485c0c8db24080b5a9dd4380e36c58d fix-execinfo.patch
b6d55b642b20fdfc5d8256aa155e38ab4e564c463a2743883017f47e8adce5516101d07ab6894295d5abbdd48472cc6372306e8d7285a10d8ee5931a919d11b4 fix-malloc-trim.patch
efb137318e7005beb4c01cb27dcfc49d63b5c6faa66b0a6d6989bb6533ca94875e34880c482ce36f699dadf920b55a3de43eeed4fa5cf98d1b56405ee2ff0aa5 fix-malloc-trim.patch
"

View File

@ -1,8 +1,6 @@
diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp
index 9c63e36e..85994c37 100644
--- a/src/plugins/coreplugin/mainwindow.cpp
+++ b/src/plugins/coreplugin/mainwindow.cpp
@@ -215,7 +215,7 @@ MainWindow::MainWindow()
--- a/src/plugins/coreplugin/icore.cpp
+++ b/src/plugins/coreplugin/icore.cpp
@@ -1274,7 +1274,7 @@
m_trimTimer.setSingleShot(true);
m_trimTimer.setInterval(60000);
// glibc may not actually free memory in free().