summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 21:32:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 21:36:57 +0100
commit3a97b1edecd630c0f48d3b0a28f053b0489a9597 (patch)
tree4743b6dcef79e840defe3f0c9f326801845aadf4 /kde-plasma/plasma-integration
parentmedia-radio/flrig: Drop old (diff)
downloadgentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.gz
gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.tar.bz2
gentoo-3a97b1edecd630c0f48d3b0a28f053b0489a9597.zip
kde-plasma: Add KDE Plasma 5.11.5
See also: https://www.kde.org/announcements/plasma-5.11.4-5.11.5-changelog.php Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.11.5.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index c409710c04dc..ce2fc22623b0 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
DIST plasma-integration-5.10.5.tar.xz 51704 BLAKE2B 9dab067972e4feb9720297ed95cba2242f3f7362bd43715007aae583ce9ff4dff100d8b9ced914e40157fa9a982fb576dc4a1c814b1e2f4ebf6382a184009cd2 SHA512 18fbd5c6374ad65119a3df0bb93caa38cc0b4e599be4b20aaf625b7ad1c27a1bcab5efba8dfc7932f0fd64a0ae039251b02dfb0228382a49ed685dd1e8cff900
DIST plasma-integration-5.11.4.tar.xz 52692 BLAKE2B 55a1f4d168fecf087449e28bd7e73440ed925e16b5cb9766c5b4a9b19eaf3e7da045fcda905e2a6ea059a4e57173ec4aa8c9ef5c648ef94d4f1aa45cd97a3e81 SHA512 65f03bef9162682e591e71dafb000fd349706203daa53b02038bb392464c8d96e6f42b0da52cc990034e4730dc5e69a3d54275ea3eca28ae5c841fab2316d42a
+DIST plasma-integration-5.11.5.tar.xz 55856 BLAKE2B 4c1d56f9de0007d369eeca5f7a992f95ac9a7853ad30f80b86a762b2ba88a5c87cd0861590e640466314edc4436052063be7e9718754a73388eb60baa253285f SHA512 2e14b0bae19e344dd0ddd27b48ddf9f9075b773c295b58a35b05d0c9d11c1573821ec1c25ae33da4e3a4091386301aef15c51f4d1163aa195a1de5f3ea1844c4
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.11.5.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.11.5.ebuild
new file mode 100644
index 000000000000..1d60d9295f03
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.11.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"