diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-10 11:58:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-10 12:02:22 +0200 |
commit | da9e767f215ba4cfaff9204e52348b84eede3e3a (patch) | |
tree | 41a3f4b698f3fa0d92771725b4df8737eaeb0cc2 /kde-frameworks | |
parent | kde-frameworks/kxmlgui: 5.107.0 version bump (diff) | |
download | gentoo-da9e767f215ba4cfaff9204e52348b84eede3e3a.tar.gz gentoo-da9e767f215ba4cfaff9204e52348b84eede3e3a.tar.bz2 gentoo-da9e767f215ba4cfaff9204e52348b84eede3e3a.zip |
kde-frameworks/plasma: 5.107.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/plasma/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/plasma/plasma-5.107.0.ebuild | 69 |
2 files changed, 70 insertions, 0 deletions
diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest index 7524b0058e18..2a838b1bbf3c 100644 --- a/kde-frameworks/plasma/Manifest +++ b/kde-frameworks/plasma/Manifest @@ -1,2 +1,3 @@ DIST plasma-framework-5.104.0.tar.xz 3308212 BLAKE2B 40dda3c0d67db19c61d56ce7299d4448dab60421cecbff18f8de84aece47d5c9c32e4e22aa896d2b3870836acdef9862d1b7e80aef960e72a0a76e5490636c15 SHA512 0c327d8cb96b75e41a75fa1ff9a68f4d983f27e8c03c1121efba3dc031b286c331b7aad069a7432b51ca3255e246b980e2e44f60c7f769d291fc25665b17e19f DIST plasma-framework-5.106.0.tar.xz 3308308 BLAKE2B 7c7e25bb9135601b80d19b63ba6b981ae29ae7a1f8ad60ad8582a98dc51fea1342dde20113d996cd9d3e4bb997daf0d3035d92d144996504afb723b915ff982e SHA512 55144197086d93912ef1ff274ae47ee77eb9d0ae45f15e00d46bc8c8c36331328ac66ee952a742c470bee6f0307ccd9917f61e25f85ec4b2f9214cf279300a82 +DIST plasma-framework-5.107.0.tar.xz 3308440 BLAKE2B e124eedc6bcfd0d79564be27ce9eb44f09402a5038d8a734bd1f6260ca70c3dffe3d9fcae1233338604860de1c7f8607eb7e77d86ff49fda3e44118a1abf7baf SHA512 bb3a8e5ca23c41395ecfc4cdb1ef32c472e6f8c06552bf168f236792d945489786a4a8011cced82a010fde9c70c767e1d88b1c8c7c4c4251648836e3b8aab93d diff --git a/kde-frameworks/plasma/plasma-5.107.0.ebuild b/kde-frameworks/plasma/plasma-5.107.0.ebuild new file mode 100644 index 000000000000..d61d32b3d0ff --- /dev/null +++ b/kde-frameworks/plasma/plasma-5.107.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="${PN}-framework" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Plasma framework" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="gles2-only man wayland" + +RESTRICT="test" + +# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras +RDEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X] + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtsql-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + =kde-frameworks/kactivities-${PVCUT}*:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5[qml] + =kde-frameworks/kconfigwidgets-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kdeclarative-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/kguiaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/kirigami-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X] + =kde-frameworks/kxmlgui-${PVCUT}*:5 + x11-libs/libX11 + x11-libs/libxcb + !gles2-only? ( media-libs/libglvnd[X] ) + wayland? ( + =kde-frameworks/kwayland-${PVCUT}*:5 + media-libs/libglvnd + ) +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +" +BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package !gles2-only OpenGL) + $(cmake_use_find_package man KF5DocTools) + $(cmake_use_find_package wayland EGL) + $(cmake_use_find_package wayland KF5Wayland) + ) + + ecm_src_configure +} |