Skip to content

Commit

Permalink
kde-frameworks/qqc2-desktop-style: 6.1.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Apr 5, 2024
1 parent 690efba commit fd2c836
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/qqc2-desktop-style/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST qqc2-desktop-style-6.1.0.tar.xz 84260 BLAKE2B 21a7757134fb20c5bc8eca84a3b368887bfc2746b408fe62ce189054bb6e75be28e353c642ea0525b6edbbeb0b558b1a30dd28e8c4716d7bd14c192c9f81ad40 SHA512 befb9c9ee024fcf73a04be9495800172d2049f9a0c14d21fe8e5c7d889a1411702de2297e1a27ca11154f7471b541ab1b02b182d38622a81eabd6b3a8aca1530
29 changes: 29 additions & 0 deletions kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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.6.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"
IUSE=""

# FIXME: Qt_6_PRIVATE_API matches org.kde.desktop.so, but where is it coming from?
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
"

0 comments on commit fd2c836

Please sign in to comment.