diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-09 14:00:29 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-09 14:19:56 +0100 |
| commit | 7229bd51d57c5db3bf15d40225318a99b1ff002d (patch) | |
| tree | feaecca7f4a23af6d9afed0d401ac6c42b2afe58 /kde-plasma/plasma-integration | |
| parent | bfbd7cc68d40b0560f6b57252330685897c8ff00 (diff) | |
| download | kde-7229bd51d57c5db3bf15d40225318a99b1ff002d.tar.gz kde-7229bd51d57c5db3bf15d40225318a99b1ff002d.tar.bz2 kde-7229bd51d57c5db3bf15d40225318a99b1ff002d.zip | |
kde-plasma/plasma-integration: 5.27.0 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.27.0.ebuild | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest new file mode 100644 index 00000000000..1fbb9f64486 --- /dev/null +++ b/kde-plasma/plasma-integration/Manifest @@ -0,0 +1 @@ +DIST plasma-integration-5.27.0.tar.xz 90404 BLAKE2B 4739f09590fd39f968db8dc63611712646b21a97f761f5632c4e069a20589722ffee959ea0b0e164eee1b33788ba4f5cdfe2f09e70d8bbb64ed6336c484abeaf SHA512 a8039f74a2f75df220ffee9190dde041b48087e03cc1c94905ef4e60d0ca797b0cfcf4dc336398274443cbdfd18418992308aadd3a7c160c30144d871e45ed1f diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild new file mode 100644 index 00000000000..9681f63d4a3 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.27.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.102.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.7 +VIRTUALX_REQUIRED="test" +inherit ecm plasma.kde.org + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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/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 +" +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 +" |
