-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-frameworks/qqc2-desktop-style: 6.10.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST qqc2-desktop-style-6.10.0.tar.xz 88972 BLAKE2B 45bf37292339d96531c8fe7abda489e08582d661bfba52b40d5c194788b462444d73eb860d5cc7f500316197e8a1c4f3425f35fcf64884d85ec4dddf946f392a SHA512 0075ed93195623a20fe79ca34d5b87aa8e7de00d8afbc1294804f90eb0a861fc357be5343ef57910ff21b6b6872bc695dd94e5456f4921964e778caff641d7fd |
35 changes: 35 additions & 0 deletions
35
kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.10.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_QTHELP="false" | ||
QTMIN=6.7.2 | ||
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 ~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 | ||
) |