summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 13:53:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 14:09:50 +0100
commit96d0421398e3079f1774d94bb27f3258595e8c11 (patch)
tree4a36c96758b469443e2a9502a646acb2a782c835 /kde-plasma/plasma-integration
parentkde-plasma/plasma-firewall: 5.24.0 version bump (diff)
downloadgentoo-96d0421398e3079f1774d94bb27f3258595e8c11.tar.gz
gentoo-96d0421398e3079f1774d94bb27f3258595e8c11.tar.bz2
gentoo-96d0421398e3079f1774d94bb27f3258595e8c11.zip
kde-plasma/plasma-integration: 5.24.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/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 3d814b322ce6..cefd1336f42e 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.23.90.tar.xz 83604 BLAKE2B fd84f6ffafe769467de6d0fde3b90816b975c8ca5c84c9dd4a524d5f1ad59ad0eee6a8bfe4ef7fa4d1265293a03eef06d46677e1de20b47cb3c14679673b1612 SHA512 bb08782723a8b421d24a28f0098c527c1e6be81e44275c5cdcf7ef278c366045f86669266bf1349a776b587355e4106a10c6d54c1e60ddbe4825fa9fe63b2e52
+DIST plasma-integration-5.24.0.tar.xz 83664 BLAKE2B a316aea7e70f8774a4b82369e8de17cb9d6d732c9cd78e5fd6f2860d2a79aef4e2d827e0cdc94be09cdbaa2e3f5dcc519a2fb9bf7926ac25aa811bbd3f8f9196 SHA512 61a71c0deadd9b7778a72ad9eefb67b2c9101a3afd9ffc12a47be97ff8f9695e837283110d6cb297dfc3f784c0c2e98d0a8d5d734e9d726aec2c3bf2e8688b7b
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.24.0.ebuild
new file mode 100644
index 000000000000..3e4edfe68b7a
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.24.0.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
+"