diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-08 13:56:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-08 18:16:03 +0100 |
commit | 25b376df58340f1aac6fdd1cec2843a351806a0b (patch) | |
tree | ba52979a80b2f28d21194260b5c77acbacf6e762 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: 5.24.3 version bump (diff) | |
download | gentoo-25b376df58340f1aac6fdd1cec2843a351806a0b.tar.gz gentoo-25b376df58340f1aac6fdd1cec2843a351806a0b.tar.bz2 gentoo-25b376df58340f1aac6fdd1cec2843a351806a0b.zip |
kde-plasma/plasma-integration: 5.24.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 31dafec78c85..66ac2e517b3a 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372 SHA512 38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098 DIST plasma-integration-5.24.2.tar.xz 83676 BLAKE2B 4539b32c64b3748177401a1b69e88de2ef2c7e427cb011fe6752fc52ba42b48d65f3ed756ea9f45ee0075b073463488e74b1e2dbde678e2408d096f1ee909155 SHA512 588d2d16d742dc9329770a9b009646f1756e92446dab0bb3ab63732f3ee469b010ae8209882aab4709084ecc88222e993906ffaa5dff3a30851808fefab99baa +DIST plasma-integration-5.24.3.tar.xz 83740 BLAKE2B 799b1630f770785ad241a25b5a50851f24093ce7cebf44a3659160c436d98a0dfcce6a5b8bd7b1e12dd0ba300df8b953a141f25fb1c26b91075d2fc99956ab04 SHA512 a188afb6454caec5577d180568eaa9149fee6658d98a325d32f2d3b4ca1e275b3428ca6db8b8498672a9acfad23df4718291556c1edb249eb19d3255aa54ac42 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild new file mode 100644 index 000000000000..3e4edfe68b7a --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.90.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +# requires running kde environment +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5=[dbus] + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-plasma/breeze-${PVCUT}:5 + x11-libs/libXcursor + x11-libs/libxcb +" +RDEPEND="${DEPEND} + media-fonts/hack + media-fonts/noto +" |