mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
kde-frameworks/qqc2-desktop-style: 6.24.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST qqc2-desktop-style-6.23.0.tar.xz 92376 BLAKE2B 849904e7ac6d52d1968787efdb9bce9879d42aad397f8240caed7cc69b9bc0664a1c26f7cc538f13a3a9d2db7217f9d68cdaa94fec130542152554a686fcbac4 SHA512 e9b3c465aa119ca1a05a075923f25fbbddb78d2ece001de61964bfdc705302e0258c98449a9ab73b06f581c5ac4538aa62c29e0365926f0ce0a014bcfc01b81e
|
||||
DIST qqc2-desktop-style-6.24.0.tar.xz 92384 BLAKE2B 42cceab85b0db872117e57716497eca83603b09610ebd74ffcdf769e7cf4feb461afedca2f32baf8122a03813d94e70e24885a8c8fb12eb8718d75805ed53420 SHA512 f28eefa7e8a777dbd51fb749f0a068a934e636d0a29a2dbc5afe2edabcfd3d04659078ac182390b170a16467a1dbc754e9d6016b28f86a694944b6ad31852318
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="false"
|
||||
QTMIN=6.10.1
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
|
||||
|
||||
LICENSE="|| ( GPL-2+ LGPL-3+ )"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
|
||||
# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6=
|
||||
=kde-frameworks/kcolorscheme-${KDE_CATV}*:6
|
||||
=kde-frameworks/kconfig-${KDE_CATV}*:6
|
||||
=kde-frameworks/kiconthemes-${KDE_CATV}*:6
|
||||
=kde-frameworks/kirigami-${KDE_CATV}*:6
|
||||
=kde-frameworks/sonnet-${KDE_CATV}*:6[qml]
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-qt/qt5compat-${QTMIN}:6
|
||||
"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# bug 926509
|
||||
animationspeedmodifiertest
|
||||
)
|
||||
Reference in New Issue
Block a user