summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-07 08:45:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-07 08:46:27 +0100
commit1aa2873329d8a0591af59873f6a3d9573d9d2f85 (patch)
treef5b0004289d12f19f001c56da7dc020001937301 /kde-plasma/plasma-integration
parentprofiles: plasma: Add media-libs/mlt[frei0r] to package.use (diff)
downloadgentoo-1aa2873329d8a0591af59873f6a3d9573d9d2f85.tar.gz
gentoo-1aa2873329d8a0591af59873f6a3d9573d9d2f85.tar.bz2
gentoo-1aa2873329d8a0591af59873f6a3d9573d9d2f85.zip
kde-plasma: Add KDE Plasma 5.14.3
Package-Manager: Portage-2.3.51, Repoman-2.3.12 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.14.3.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 552b8552a4f0..27bd2aa2f3d0 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,4 @@
DIST plasma-integration-5.12.7.tar.xz 53776 BLAKE2B 578d644aed72e7166898db13e8e8209b0285c388fec47b82e0495239a0685e07a848b36991988d42758db2cf02c46962e4cf01335071ec60283e97bc553bfa45 SHA512 b33b1b2d044f36b3dad8bf854acb9a1f94be527c9c9b84d18a58323ab249a63276ee91553b6d92fd77b347a52d6dc4c10c080e0333dd31d4ef1f6058cb557fe0
DIST plasma-integration-5.13.5.tar.xz 53704 BLAKE2B e3bc607fa7270e8f4c7ea686fc4c44f1c47a476a596fa1db646fd3fa729cdd47adb13ae158f4bb2dcf6fecf4ae9feed982438a80b34cb11b9e9abada40d8d67a SHA512 84fadaadda3d91d0ce9a17a2e52dcbb459925a2b20555891219f878df490a52101591da956a06e6362e427a3298499f503924406c28286b4c1b1594f864a6db2
DIST plasma-integration-5.14.2.tar.xz 53812 BLAKE2B fbd0d7815306e5ddd4e576cc8fb48006f10c2a1b5fc0223971efff867ec3acdf07f3b6a77900c42c88898b1d08b76b50bd7f7e6ba4727ad4adfd4d6be9f1cb25 SHA512 192196301fe390dc499f1317671b942da753903113406a7d4e08f00aab90ff61e6856d7923b09d14261253abf2e267344833579f6d9ca494d7cce46065d68fd9
+DIST plasma-integration-5.14.3.tar.xz 54088 BLAKE2B 743e4e1083339f3b78cffbd66a54d0363c05b2ca0dd3e456c180b0a39b880c9f6f07fd522e1993e35247dbaaeb330671da44462a0e156c84cfc10619ed642e98 SHA512 8078936e3db9c24a5ea05aaa826b5a69a4f12ae36e7c7e958776dc5b1d12d1d29a45a7f4ebd4f030409f7ecdb40e1f1a57bc859bd75a1ed6106ed74a122b2e23
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.14.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.14.3.ebuild
new file mode 100644
index 000000000000..7a6f1d7272c4
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.14.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwayland)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_plasma_dep breeze)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui 'dbus' '' '5=')
+ $(add_qt_dep qtquickcontrols2)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libXcursor
+ x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+ media-fonts/hack
+ media-fonts/noto
+"
+
+# requires running kde environment
+RESTRICT+=" test"