forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/qqc2-breeze-style: 6.0.5 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST qqc2-breeze-style-6.0.4.tar.xz 65864 BLAKE2B 55d0fc5dce90eb180e4f5ec259f5d93400cad0ee3076bbc00e3f8356ababb26d5c77a1eb024a49fadda953a7489f44d1c235647bf678d21f0af658719e11912c SHA512 51f9a855ab574115e2f6121a25a5271236743c52cf504a17a83e394f923352d24e12ab1713689edede3e128014e4061db04e3e3d4b1c76906490362391d275ab | ||
DIST qqc2-breeze-style-6.0.5.tar.xz 66152 BLAKE2B 46e3a990080bbf0b0da3fa36d9b728751b1a9b10fedbf3de62b0bfa2b3389a880cc8bce86aa6ffe48bb1902029be7f348d0b39ab330d5629ca76a8233043ea26 SHA512 8248fb3c64494c851971279b7b039aa0564632c4289d07a28796ee0bf3e4566ef23f844206e14f4d2fa46ccff28df08e4bbb4fc6fa9bd32e8734208f935297c0 |
28 changes: 28 additions & 0 deletions
28
kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.0.5.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,28 @@ | ||
# Copyright 2023-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_TEST="false" | ||
KFMIN=6.0.0 | ||
QTMIN=6.6.2 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Breeze inspired QQC2 Style" | ||
|
||
LICENSE="|| ( GPL-2+ LGPL-3+ ) CC0-1.0" | ||
SLOT="6" | ||
KEYWORDS="~amd64" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
>=kde-frameworks/kcolorscheme-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:6 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:6 | ||
>=kde-frameworks/kirigami-${KFMIN}:6 | ||
>=kde-frameworks/kquickcharts-${KFMIN}:6 | ||
" | ||
RDEPEND="${DEPEND}" |