diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 15:52:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-25 16:52:15 +0200 |
commit | 8d1d62c64b66bfce3107bc20b3cedf8e189bac82 (patch) | |
tree | 87be3b570a957c50e3f8972c0e2ec6fda11ccfc3 /kde-plasma/plasma-integration | |
parent | net-misc/smb4k: Drop 3.0.0-r1 (diff) | |
download | gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.gz gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.tar.bz2 gentoo-8d1d62c64b66bfce3107bc20b3cedf8e189bac82.zip |
kde-plasma: Add KDE Plasma 5.16.2
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.2.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index fc1422640adb..9b248d6bb50f 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.1.tar.xz 55728 BLAKE2B 63d0b7809be629e318c3ca09c2935eb183730b9ee215e1feeb7dc206491c78e90e566f1c00cbb230d30d04260e618861d4cdb9f38a5820a20eba0f38f72b80f0 SHA512 427697f72e56f2727cafc2e70a50c0d2b9497aaea6b2f5806707242499534f15fb0c1ffae6def513ad2671673099824e242043d222dba84a17287f21bebeb437 +DIST plasma-integration-5.16.2.tar.xz 55696 BLAKE2B 058727ca3a02b2da7c6c9c13929cdbb4a64212301fc53811ad76e11622d2a7196fb84e92f5543efb0f16ce82702acce29352079173182e7458b7182c4a6792d9 SHA512 0fcf0b6e0e5ede1a59c7bfa984d4237352eede23b5dae7d59c9fce624e7deda6b819f35c0ffc49d7dcf9fd32b908be20dfa808d8bd77ee84f31ed94f7442f0bb diff --git a/kde-plasma/plasma-integration/plasma-integration-5.16.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.16.2.ebuild new file mode 100644 index 000000000000..b28163426a43 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.16.2.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" |