diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-10 12:42:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-10 14:04:27 +0200 |
commit | b0b8539bd0af614bff317abb81980b50b47cb313 (patch) | |
tree | 2a1f65f2fd830d330be47aeb3d5cb35af561fcd9 /kde-plasma/plasma-integration | |
parent | media-libs/libgltf: Remove last-rited (diff) | |
download | gentoo-b0b8539bd0af614bff317abb81980b50b47cb313.tar.gz gentoo-b0b8539bd0af614bff317abb81980b50b47cb313.tar.bz2 gentoo-b0b8539bd0af614bff317abb81980b50b47cb313.zip |
kde-plasma: Add KDE Plasma 5.13.3
Package-Manager: Portage-2.3.41, Repoman-2.3.9
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.13.3.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 03456aade40c..dfc455af1324 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,4 @@ DIST plasma-integration-5.12.5.tar.xz 53664 BLAKE2B e37d44a0a33116ab1b2b1f1edb74a8616ba33aa41438b93f9bf2f45abe5bb49cda57a579b35b8af94a171074387178888f5b80909e50e9c2be4a7a11a1eb0198 SHA512 5ae667a11ea85c6e9f353939bc22d84c36cbb53f053244a93e7c1d185d20452a7fc3d2afed65427ef938910fa537648006c2dda77346419a6a4492a2e292c787 DIST plasma-integration-5.12.6.tar.xz 53412 BLAKE2B 3acee7e76786ab570f5c001589137f85decf42bd6857c21a2448269d4735309dcdb7d1f5233ed8c95de4ff5c783a07950f9627525966ba33a47c889da658ddec SHA512 df231e8041fb94f01b0950890f784d118ca0aa1a34e7e483f78351de237cc2ba46a05be9c7addc5a2c5d319be7e17b6e2c5f171da28aa7cfd9b34b585a3c8155 DIST plasma-integration-5.13.2.tar.xz 53412 BLAKE2B 319be7de35c5d2234a85e0cf09a7b5b6049641278ff99181799f5fffcdfe21f53bd41cd35a92a536d7025b03e9ef4c0ec3f5f4c543c1a8493fd6bb16707302f5 SHA512 3988410359777fc998f8048092914b4261e54b662064cf516931d1c8f7a4ae59d67e8d0322c2900a4ad8b187eebf23f599d640c840f762cfa1a5d36533a5a855 +DIST plasma-integration-5.13.3.tar.xz 53332 BLAKE2B cfc64208b3142f667b3156503c1e39bc1e9556b1ba241533adb4d49373803781f7154cd44478bde37c1605382d49da47fa7e2a37082c66c6774e53898a270a4a SHA512 89d8b3cd14cd650e8706d031d5c6689951f534819ea34ffe38a5ae54f1eecf6d32c3d2a1d167a72846e4422530e492ecb82b3ccbb406079dab183d14a49ef59e diff --git a/kde-plasma/plasma-integration/plasma-integration-5.13.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.13.3.ebuild new file mode 100644 index 000000000000..1d60d9295f03 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.13.3.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" |