commit:     d5392df15654258940e61aa411e5069e4afffdc3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 08:23:58 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:43:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5392df1

kde-plasma/plasma-integration: 5.25.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-integration/Manifest             |  1 +
 .../plasma-integration-5.25.0.ebuild               | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 2b895123a835..be6d214310a1 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
 DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B 
a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1
 SHA512 
6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
+DIST plasma-integration-5.25.0.tar.xz 86088 BLAKE2B 
794901b180f6bdcc387ffda09cd08ba20d7f64860068b7ad55574f2fb1301a64c83f3b16312208903093322edd9f0f82ea093ae48c51234c7c28e1942c131328
 SHA512 
df3d04c90c07b648bbb470a9b99ee5b5f2861207212e42ec10db760430e99adc9ab6488ddafd4483a4136c424ddb3e498d8467a5e01b874982421fc2b0580e39

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
new file mode 100644
index 000000000000..dc82d8e50c1e
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+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"
+
+COMMON_DEPEND="
+       dev-libs/wayland
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5=[dbus]
+       >=dev-qt/qtquickcontrols2-${QTMIN}:5
+       >=dev-qt/qtwayland-${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/kwidgetsaddons-${KFMIN}:5
+       >=kde-frameworks/kwindowsystem-${KFMIN}:5
+       >=kde-frameworks/kxmlgui-${KFMIN}:5
+       >=kde-plasma/breeze-${PVCUT}:5
+       x11-libs/libXcursor
+       x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-libs/plasma-wayland-protocols-1.6.0
+"
+RDEPEND="${COMMON_DEPEND}
+       media-fonts/hack
+       media-fonts/noto
+"
+BDEPEND="
+       >=dev-qt/qtwaylandscanner-${QTMIN}:5
+"

Reply via email to