diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-18 16:25:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-18 18:11:40 +0200 |
commit | dd8e6c848a97aea2c41c5c69bc0aa5585722e39c (patch) | |
tree | 9b0bb4507fb9ec18c0af393f5d98e0e15b7eeba2 /kde-plasma/plasma-integration | |
parent | net-misc/cadaver: Add ${EPREFIX}. (diff) | |
download | gentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.tar.gz gentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.tar.bz2 gentoo-dd8e6c848a97aea2c41c5c69bc0aa5585722e39c.zip |
kde-plasma: Add KDE Plasma 5.16.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
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.16.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 5484c561bcf6..bb17e8984653 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.15.5.tar.xz 55380 BLAKE2B 8388641685477a1778d0ba455c4d2bbff36b0c64224c9a616e6174b1be4e7b7d1b800ac976f1ec90f84ca5945ec4ccac4db5c84d5a3862f6e485d55f8d134486 SHA512 544fce9aae17eb9bbf07267a6d05a8ca34bcb8d33fddb9021dd844e1f20f26df985ddc659b2996be01e49023650893c56748c7d5572810fab7e3e8b6d74b3837 DIST plasma-integration-5.16.0.tar.xz 55700 BLAKE2B 3f07c12752bef5c9f03e43898812928e26fe8937fec86fa5e370682520b6eaad192d7c416319ed7243fdd4cc234f48b3fe546e8469d9c565a49283e104538299 SHA512 dd11495d338ca4b1b28aaaa3c340cbcf0743c452481b5758480dcc4d6c549dbe68056a5beef8c09119b468e19213f210fb13d1e1b8803f355c194dc51333c12f +DIST plasma-integration-5.16.1.tar.xz 55728 BLAKE2B 63d0b7809be629e318c3ca09c2935eb183730b9ee215e1feeb7dc206491c78e90e566f1c00cbb230d30d04260e618861d4cdb9f38a5820a20eba0f38f72b80f0 SHA512 427697f72e56f2727cafc2e70a50c0d2b9497aaea6b2f5806707242499534f15fb0c1ffae6def513ad2671673099824e242043d222dba84a17287f21bebeb437 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.16.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.16.1.ebuild new file mode 100644 index 000000000000..b28163426a43 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.16.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" |