mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qtcreator: update to 12.0.0.
This commit is contained in:
parent
14bf30220d
commit
6f901d928a
2 changed files with 7 additions and 15 deletions
|
@ -1,14 +1,8 @@
|
||||||
From b13eb9f3dc96226d2f10a986c7e4d6c565e63c53 Mon Sep 17 00:00:00 2001
|
diff --git a/src/plugins/coreplugin/icore.cpp b/src/plugins/coreplugin/icore.cpp
|
||||||
From: Piotr Wójcik <chocimier@tlen.pl>
|
index 1c04ebd2..d2ab425c 100644
|
||||||
Date: Sat, 21 Jan 2023 23:34:10 +0100
|
--- a/src/plugins/coreplugin/icore.cpp
|
||||||
Subject: malloc_trim
|
+++ b/src/plugins/coreplugin/icore.cpp
|
||||||
|
@@ -1274,7 +1274,7 @@ void ICorePrivate::init()
|
||||||
|
|
||||||
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()
|
|
||||||
m_trimTimer.setSingleShot(true);
|
m_trimTimer.setSingleShot(true);
|
||||||
m_trimTimer.setInterval(60000);
|
m_trimTimer.setInterval(60000);
|
||||||
// glibc may not actually free memory in free().
|
// 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); });
|
connect(&m_trimTimer, &QTimer::timeout, this, [] { malloc_trim(0); });
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
--
|
|
||||||
2.39.0
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qtcreator'
|
# Template file for 'qtcreator'
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
version=11.0.1
|
version=12.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
|
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"
|
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"
|
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"
|
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"
|
replaces="qtcreator-data>=0"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue