summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-14 20:40:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-14 21:13:56 +0100
commit66f414d929960ca6e660f5f268fe704d6bf8d334 (patch)
tree6b898ab8ce2e4e32ba84036ef3bf9d42eb899b83 /kde-plasma/plasma-integration
parentkde-plasma/plasma-firewall: 5.27.3 version bump (diff)
downloadgentoo-66f414d929960ca6e660f5f268fe704d6bf8d334.tar.gz
gentoo-66f414d929960ca6e660f5f268fe704d6bf8d334.tar.bz2
gentoo-66f414d929960ca6e660f5f268fe704d6bf8d334.zip
kde-plasma/plasma-integration: 5.27.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/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild53
2 files changed, 54 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index eae470861446..f7796989c210 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d SHA512 9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
DIST plasma-integration-5.27.2.tar.xz 90412 BLAKE2B 868bf576db86e7c65e86e735cac327f6f605563133384addf141d1f626c851796e61a8eab6ea50d9fc447d835dee27687cf9fb27eecb42cdc907e7bf561ec892 SHA512 b6e253a3e0658dd92fa63a222429e339787823c048f690018c2f5c63a5b0310d74830e083b0d63ae20ad1e2ce0b9a45cadcf06b70a790277626c78da9d1d485f
+DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf SHA512 757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild
new file mode 100644
index 000000000000..11eb3f2cd21c
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.3.ebuild
@@ -0,0 +1,53 @@
+# 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/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"