mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-qt/qtquickcontrols2: add 5.15.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST qtquickcontrols2-5.15.17-gentoo-kde-1.tar.xz 6284 BLAKE2B 18c43fc41213e3a8622f83effb6de12b79b1fa6c6729d3f84a38997f46a27fd082ebb99c697ff2b6f37ca44543a4060cd2e275f9ae4bb5c3872e905c123fbbf3 SHA512 6de6a0e6ad11683840874f218515efc2dfd2037d5c274759e47a42385184372d31c8e4e48200a76d519c88f4d77181f55bbb99ff3a695addcac039328e8f6efd
|
||||
DIST qtquickcontrols2-5.15.18-gentoo-kde-1.tar.xz 6284 BLAKE2B 8a9aec66bb75cd45b4cc96162b6cd55a98f357938903d1544b72c9de120389f4c01314cc7c0e04cfcac5908c798695f9f50942ccf682e09d62dfff5c65a5ed86 SHA512 044d06524317aad9b234136a758cd0db0af514ba022a3cd7777544136579a7fcc52fe156cf1e9e11c5fdab7a980d78f088eb82f7a83ec3d660c760df7a580182
|
||||
DIST qtquickcontrols2-everywhere-opensource-src-5.15.17.tar.xz 8287384 BLAKE2B cc5f8270aa9ab1d7269ea149e0ddfcdd601d64fd19694a935e28960b0a3f7675969be7832419990b72d49471594c5fa3fc2d562439440c9d883cf06680fd52d9 SHA512 f25fb427cab17f11f639f2f067c3bb8c614b3e8d54569a374e3ffd36059bca724571f7b680f357cd12d92d4c8df128967d80f416b3d547c1543db1919659c283
|
||||
DIST qtquickcontrols2-everywhere-opensource-src-5.15.18.tar.xz 8272372 BLAKE2B 414255b06745b2ec8f7aaaf18ba0971e31f28d8f8756c744b64a5e2faa03f3b62c22c3f06b794f11e940275204166ec1d3d269c73ef5bd8df6a0649485ba88a6 SHA512 29d0904c949b4970eae576d20f94b5c92f1fcb71056bb085b6ea8421c894aa265ae9a5cdbd6e21ac849f14385833ed2961a18dcc2c66ea6ed8a28feb51bd7375
|
||||
|
||||
32
dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.18.ebuild
Normal file
32
dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.18.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
QT5_KDEPATCHSET_REV=1
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
|
||||
|
||||
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}
|
||||
=dev-qt/qtgraphicaleffects-${QT5_PV}*
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
qt_use_disable_mod widgets widgets \
|
||||
src/imports/platform/platform.pro
|
||||
|
||||
qt5-build_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user