dev-qt/qtquickcontrols: add 5.15.17

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-22 22:34:57 +02:00
parent 3abae4d816
commit 5eaf126bdc
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qtquickcontrols-everywhere-opensource-src-5.15.16.tar.xz 5974732 BLAKE2B 7af4f353211e4d535410d339ecbc61b7674cb2fac8987674cf1f78038d3c4483db776b3bb10b763153d213a5146a14f2020e3eb8c02b6637a5c8a83a2954a949 SHA512 530cdddab279497c9edfcecbd97f1db35054bf9fd3321a5306808447f2616062076ee98f05164f7b8a7cc3cb03fd9eec4f7fba050344db00edaeb5925677cc84
DIST qtquickcontrols-everywhere-opensource-src-5.15.17.tar.xz 5976460 BLAKE2B ef30d0d9330d066fad4fb2218662f83346c4996814463dc87ed7d373cef01802e5c1f2f056cc6bad25138b373f1bcc1a18d75e8f4d0113597faa40591164efd5 SHA512 6fa14a420f232ee6cc9a87c182f2caa5d927ac8b3ca73766b1ab1af60f5282967add87f456202585110b673b006a72860429d9b8f52f7f0434e66bebdb8cdd82

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build
DESCRIPTION="Set of Qt Quick controls to create complete user interfaces (deprecated)"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
IUSE="+widgets"
DEPEND="
=dev-qt/qtcore-${QT5_PV}*
=dev-qt/qtdeclarative-${QT5_PV}*
=dev-qt/qtgui-${QT5_PV}*
widgets? ( =dev-qt/qtwidgets-${QT5_PV}* )
"
RDEPEND="${DEPEND}"
src_prepare() {
qt_use_disable_mod widgets widgets \
src/src.pro \
src/controls/Private/private.pri \
tests/auto/activeFocusOnTab/activeFocusOnTab.pro \
tests/auto/controls/controls.pro \
tests/auto/testplugin/testplugin.pro
qt5-build_src_prepare
}