-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a7aee4
commit 30f91e0
Showing
4 changed files
with
91 additions
and
1 deletion.
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 breeze-5.27.11.tar.xz 87586968 BLAKE2B de90aa5203e6252c2e5400daf46f187d522319888f1c44006eeaaa4f57e87de97911511a9448fb286218b64b0526546ca341868c05f83f135bbe85ca9910ea1c SHA512 71d0b7421c7fa80e67410777fc37aa5ac0f51e74d593baa5ebd38e7f0313986974a1eb606e26c1b335b9ceb4b95717f43d6a45a25dd8de705d49d5a3f74e2bd6 | ||
DIST breeze-6.1.4.tar.xz 58039692 BLAKE2B 0506fa24e3c98dd76cb5432d18f0a959e9c35f908a3057a611faea95a445ed81049c24c955b87153e973dc96fb25e1dd0ebbb6a7207e547b725743025cc43fee SHA512 51436a5d47b18545a186899f3599e0a23d60ff848bac629cbaff24b3eb55d7161b57952b39c0500f2682012eee4442f5d94b66cff27cc1497b5047d0648aed83 |
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,72 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KF5MIN=5.115.0 | ||
KFMIN=6.3.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QT5MIN=5.15.12 | ||
QTMIN=6.7.1 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Breeze visual style for the Plasma desktop" | ||
HOMEPAGE="https://invent.kde.org/plasma/breeze" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="6" | ||
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="qt5 +kde-cli-tools" | ||
|
||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras | ||
RDEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
>=kde-frameworks/frameworkintegration-${KFMIN}:6 | ||
>=kde-frameworks/kcmutils-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:6 | ||
>=kde-frameworks/kirigami-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X] | ||
>=kde-plasma/kdecoration-${PVCUT}:6 | ||
qt5? ( | ||
>=dev-qt/qtdbus-${QT5MIN}:5 | ||
>=dev-qt/qtdeclarative-${QT5MIN}:5 | ||
>=dev-qt/qtgui-${QT5MIN}:5 | ||
>=dev-qt/qtwidgets-${QT5MIN}:5 | ||
>=dev-qt/qtx11extras-${QT5MIN}:5 | ||
>=kde-frameworks/frameworkintegration-${KF5MIN}:5 | ||
>=kde-frameworks/kcmutils-${KF5MIN}:5 | ||
>=kde-frameworks/kconfig-${KF5MIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KF5MIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KF5MIN}:5 | ||
>=kde-frameworks/kguiaddons-${KF5MIN}:5 | ||
>=kde-frameworks/ki18n-${KF5MIN}:5 | ||
>=kde-frameworks/kiconthemes-${KF5MIN}:5 | ||
>=kde-frameworks/kirigami-${KF5MIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KF5MIN}:5 | ||
>=kde-frameworks/kwindowsystem-${KF5MIN}:5 | ||
) | ||
" | ||
DEPEND="${RDEPEND}" | ||
BDEPEND=" | ||
>=kde-frameworks/kcmutils-${KFMIN}:6 | ||
qt5? ( >=kde-frameworks/kcmutils-${KF5MIN}:5 ) | ||
" | ||
PDEPEND=" | ||
>=kde-frameworks/breeze-icons-${KFMIN}:* | ||
kde-cli-tools? ( >=kde-plasma/kde-cli-tools-${PVCUT}:* ) | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DBUILD_QT6=ON | ||
-DBUILD_QT5=$(usex qt5) | ||
) | ||
ecm_src_configure | ||
} |
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
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,17 @@ | ||
BDEPEND=>=kde-frameworks/kcmutils-6.3.0:6 qt5? ( >=kde-frameworks/kcmutils-5.115.0:5 ) app-alternatives/ninja >=dev-build/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-6.3.0:* | ||
DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack | ||
DEPEND=>=dev-qt/qtbase-6.7.1:6[dbus,gui,widgets] >=dev-qt/qtdeclarative-6.7.1:6 >=kde-frameworks/frameworkintegration-6.3.0:6 >=kde-frameworks/kcmutils-6.3.0:6 >=kde-frameworks/kconfig-6.3.0:6 >=kde-frameworks/kconfigwidgets-6.3.0:6 >=kde-frameworks/kcoreaddons-6.3.0:6 >=kde-frameworks/kguiaddons-6.3.0:6 >=kde-frameworks/ki18n-6.3.0:6 >=kde-frameworks/kiconthemes-6.3.0:6 >=kde-frameworks/kirigami-6.3.0:6 >=kde-frameworks/kwidgetsaddons-6.3.0:6 >=kde-frameworks/kwindowsystem-6.3.0:6[X] >=kde-plasma/kdecoration-6.1.4:6 qt5? ( >=dev-qt/qtdbus-5.15.12:5 >=dev-qt/qtdeclarative-5.15.12:5 >=dev-qt/qtgui-5.15.12:5 >=dev-qt/qtwidgets-5.15.12:5 >=dev-qt/qtx11extras-5.15.12:5 >=kde-frameworks/frameworkintegration-5.115.0:5 >=kde-frameworks/kcmutils-5.115.0:5 >=kde-frameworks/kconfig-5.115.0:5 >=kde-frameworks/kconfigwidgets-5.115.0:5 >=kde-frameworks/kcoreaddons-5.115.0:5 >=kde-frameworks/kguiaddons-5.115.0:5 >=kde-frameworks/ki18n-5.115.0:5 >=kde-frameworks/kiconthemes-5.115.0:5 >=kde-frameworks/kirigami-5.115.0:5 >=kde-frameworks/kwidgetsaddons-5.115.0:5 >=kde-frameworks/kwindowsystem-5.115.0:5 ) dev-qt/qtbase:6 | ||
DESCRIPTION=Breeze visual style for the Plasma desktop | ||
EAPI=8 | ||
HOMEPAGE=https://invent.kde.org/plasma/breeze | ||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info | ||
INHERIT=ecm plasma.kde.org | ||
IUSE=qt5 +kde-cli-tools debug | ||
KEYWORDS=amd64 arm64 ~ppc64 ~riscv ~x86 | ||
LICENSE=GPL-2 | ||
PDEPEND=>=kde-frameworks/breeze-icons-6.3.0:* kde-cli-tools? ( >=kde-plasma/kde-cli-tools-6.1.4:* ) | ||
RDEPEND=>=dev-qt/qtbase-6.7.1:6[dbus,gui,widgets] >=dev-qt/qtdeclarative-6.7.1:6 >=kde-frameworks/frameworkintegration-6.3.0:6 >=kde-frameworks/kcmutils-6.3.0:6 >=kde-frameworks/kconfig-6.3.0:6 >=kde-frameworks/kconfigwidgets-6.3.0:6 >=kde-frameworks/kcoreaddons-6.3.0:6 >=kde-frameworks/kguiaddons-6.3.0:6 >=kde-frameworks/ki18n-6.3.0:6 >=kde-frameworks/kiconthemes-6.3.0:6 >=kde-frameworks/kirigami-6.3.0:6 >=kde-frameworks/kwidgetsaddons-6.3.0:6 >=kde-frameworks/kwindowsystem-6.3.0:6[X] >=kde-plasma/kdecoration-6.1.4:6 qt5? ( >=dev-qt/qtdbus-5.15.12:5 >=dev-qt/qtdeclarative-5.15.12:5 >=dev-qt/qtgui-5.15.12:5 >=dev-qt/qtwidgets-5.15.12:5 >=dev-qt/qtx11extras-5.15.12:5 >=kde-frameworks/frameworkintegration-5.115.0:5 >=kde-frameworks/kcmutils-5.115.0:5 >=kde-frameworks/kconfig-5.115.0:5 >=kde-frameworks/kconfigwidgets-5.115.0:5 >=kde-frameworks/kcoreaddons-5.115.0:5 >=kde-frameworks/kguiaddons-5.115.0:5 >=kde-frameworks/ki18n-5.115.0:5 >=kde-frameworks/kiconthemes-5.115.0:5 >=kde-frameworks/kirigami-5.115.0:5 >=kde-frameworks/kwidgetsaddons-5.115.0:5 >=kde-frameworks/kwindowsystem-5.115.0:5 ) || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-6 dev-qt/qtbase:6 !kde-plasma/breeze:5 | ||
SLOT=6 | ||
SRC_URI=mirror://kde/stable/plasma/6.1.4/breeze-6.1.4.tar.xz | ||
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 virtualx 0654dc258d045433af18ffe046363961 xdg 4a14c5c24f121e7da66e5aab4a168c6e ecm fe5d0f686a62c5a29db9433ce94c2e31 kde.org 5b717883256e9841ce52e6cad2fca427 plasma.kde.org 04eb5849283348eac80db74a8749b14a | ||
_md5_=89056e50aae501a3e7e690adfcbc354b |