Diff qt-creator-20.0.0 with a qt-creator-9999
| /usr/portage/dev-qt/qt-creator/qt-creator-9999.ebuild 2026-08-26 20:03:05.180475903 +0300 | ||
|---|---|---|
| 27 | 27 |
https://download.qt.io/${QTC_REL}_releases/qtcreator/$(ver_cut 1-2)/${PV/_/-}/${QTC_P}.tar.xz
|
| 28 | 28 |
" |
| 29 | 29 |
S=${WORKDIR}/${QTC_P}
|
| 30 |
KEYWORDS="amd64" |
|
| 30 |
KEYWORDS="~amd64" |
|
| 31 | 31 |
fi |
| 32 | 32 | |
| 33 | 33 |
DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt" |
| ... | ... | |
| 96 | 96 |
" |
| 97 | 97 | |
| 98 | 98 |
PATCHES=( |
| 99 |
"${FILESDIR}"/${PN}-16.0.0-musl-no-execinfo.patch
|
|
| 100 |
"${FILESDIR}"/${PN}-12.0.0-musl-no-malloc-trim.patch
|
|
| 99 |
"${FILESDIR}"/${PN}-21.0.0-musl-no-execinfo.patch
|
|
| 101 | 100 |
) |
| 102 | 101 | |
| 103 | 102 |
src_prepare() {
|
| ... | ... | |
| 194 | 193 |
local -x QT_QPA_PLATFORM=offscreen |
| 195 | 194 | |
| 196 | 195 |
local CMAKE_SKIP_TESTS=( |
| 197 |
# broke since 17.0.0 and hasn't really been looked into yet, |
|
| 198 |
# does not seem to cause visible problems so skipping for now |
|
| 199 |
tst_process |
|
| 200 | 196 |
# skipping same tests+label as upstream's CI by default |
| 201 | 197 |
# `grep ctest .github/workflows/build_cmake.yml` |
| 202 | 198 |
tst_perfdata |