-
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-plasma/qqc2-breeze-style: new package, add 9999
Signed-off-by: Alfred Wingate <[email protected]> Closes: #961 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
1 parent
c69d910
commit 59dd55b
Showing
2 changed files
with
40 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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<upstream> | ||
<bugs-to>https://bugs.kde.org/</bugs-to> | ||
<remote-id type="kde-invent">plasma/qqc2-breeze-style</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
28 changes: 28 additions & 0 deletions
28
kde-plasma/qqc2-breeze-style/qqc2-breeze-style-9999.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 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_TEST="false" | ||
KFMIN=5.240.0 | ||
QTMIN=6.6.0 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Breeze inspired QQC2 Style" | ||
|
||
LICENSE="|| ( GPL-2+ LGPL-3+ ) CC0-1.0" | ||
SLOT="6" | ||
KEYWORDS="" | ||
|
||
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}" |