-
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.8.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 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.8.0.tar.xz 87748 BLAKE2B e39cf26a741d7ce584a1d9a3427c614d010c2961adbc0923129ba05e691a6af84f232316f4c018517258c576bb48cb5800f695bcfed4161b6b2f1faad172dd66 SHA512 5e362c713a6f72e759fc09fcac563094b6c0d2aa5616ac5569147aa7a3c93b1858f122161bcee02dd161f4dd40f6cd6c6df76d7c3a2af8cec660646e72324b5c |
36 changes: 36 additions & 0 deletions
36
kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.8.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,36 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_QTHELP="false" | ||
PVCUT=$(ver_cut 1-2) | ||
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-${PVCUT}*:6 | ||
=kde-frameworks/kconfig-${PVCUT}*:6 | ||
=kde-frameworks/kiconthemes-${PVCUT}*:6 | ||
=kde-frameworks/kirigami-${PVCUT}*:6 | ||
=kde-frameworks/sonnet-${PVCUT}*:6[qml] | ||
" | ||
RDEPEND="${DEPEND} | ||
>=dev-qt/qt5compat-${QTMIN}:6 | ||
" | ||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" | ||
|
||
CMAKE_SKIP_TESTS=( | ||
# bug 926509 | ||
animationspeedmodifiertest | ||
) |