diff options
author | 2019-10-23 18:49:37 +0200 | |
---|---|---|
committer | 2019-10-23 18:49:37 +0200 | |
commit | ac73df0cc7382192af3f37901c4ff9e899474203 (patch) | |
tree | f350534a78013259a2195ae6724d94423970d27a /kde-plasma | |
parent | kde-plasma/plasma-workspace: Fix pkg_postinst paths (diff) | |
download | kde-ac73df0cc7382192af3f37901c4ff9e899474203.tar.gz kde-ac73df0cc7382192af3f37901c4ff9e899474203.tar.bz2 kde-ac73df0cc7382192af3f37901c4ff9e899474203.zip |
kde-plasma: Drop KDE Plasma 5.17.1
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
95 files changed, 0 insertions, 2456 deletions
diff --git a/kde-plasma/bluedevil/Manifest b/kde-plasma/bluedevil/Manifest deleted file mode 100644 index 379c8a6c94..0000000000 --- a/kde-plasma/bluedevil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bluedevil-5.17.1.tar.xz 160896 BLAKE2B 4755c68da27142e4f26a090cec1a95fba5526786bae37aa2749556c0cbdb3b2d700733fc75796d8a7c992cc71116d8e99e422f2cd526553a594ab8ed5ec3b653 SHA512 eddd9d89c4e4c5aa4db6f42b41855965922c087eecb3c919d6cf82b5f79bfd2b55472968f6f329b32bb354671dca17a0492ad379ce23ff27095670090ddef6ef diff --git a/kde-plasma/bluedevil/bluedevil-5.17.1.ebuild b/kde-plasma/bluedevil/bluedevil-5.17.1.ebuild deleted file mode 100644 index 15fef8b7b3..0000000000 --- a/kde-plasma/bluedevil/bluedevil-5.17.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Bluetooth stack for KDE Plasma" -HOMEPAGE="https://cgit.kde.org/bluedevil.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep bluez-qt) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" diff --git a/kde-plasma/breeze-grub/Manifest b/kde-plasma/breeze-grub/Manifest deleted file mode 100644 index 89ebea3cbd..0000000000 --- a/kde-plasma/breeze-grub/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breeze-grub-5.17.1.tar.xz 3148856 BLAKE2B 502eb5db728ec50939f32f0bb8d1c4df61e88fb5ebffbccbce82edee475dff2786bb36ec308d3a16bdcc064df90cb89bf9f9784bad3c07939c51e4a79273496d SHA512 7d0982b66361c2acd3c71fd07571b6d9f5abc986d5a9df361b700c6e37ac9a35d5ac695e11a8cce24262a7c4f76911522054937264c06c09adf0bca8803f74a4 diff --git a/kde-plasma/breeze-grub/breeze-grub-5.17.1.ebuild b/kde-plasma/breeze-grub/breeze-grub-5.17.1.ebuild deleted file mode 100644 index 5bd1b8ebfe..0000000000 --- a/kde-plasma/breeze-grub/breeze-grub-5.17.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_AUTODEPS="false" -KDE_DEBUG="false" -inherit kde5 - -DESCRIPTION="Breeze theme for GRUB" -LICENSE="GPL-3+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -src_prepare() { default; } -src_configure() { :; } -src_compile() { :; } - -src_install() { - insinto /usr/share/grub/themes - doins -r breeze -} diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest deleted file mode 100644 index 9affb89203..0000000000 --- a/kde-plasma/breeze-gtk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breeze-gtk-5.17.1.tar.xz 44236 BLAKE2B 53288ebbb9e1c5fe6bc83b71aafaf5767d8b41e97f3e0bed80972df74296926e5e1a5b156f03550e3663e879c71f606e6f1e83d6db61421a978331372767f3cc SHA512 fc7f4083821c1eb74bdc07fa7962ec829980fd877f773b1b8fa18b2fa08ede316a7f362a274caffa86618535e09c2b09596081084981495e8b24a76ec5045783 diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.17.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.17.1.ebuild deleted file mode 100644 index 7c9fed2f4c..0000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.17.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit kde5 python-any-r1 - -DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style" -HOMEPAGE="https://cgit.kde.org/breeze-gtk.git" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -BDEPEND="${PYTHON_DEPS} - $(add_plasma_dep breeze) - $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') - dev-lang/sassc -" - -python_check_deps() { - has_version "dev-python/pycairo[${PYTHON_USEDEP}]" -} - -pkg_setup() { - python-any-r1_pkg_setup - kde5_pkg_setup -} diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest deleted file mode 100644 index 9107d54df6..0000000000 --- a/kde-plasma/breeze-plymouth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breeze-plymouth-5.17.1.tar.xz 105680 BLAKE2B b321250893e874518dd65ecd4382dd065d1efe0061f3800fbe5ea5bd7f00a282d233c9bc12c3748ce5a5192f940aa55de19c9ec8bfb07d966422f9b9f349f3c7 SHA512 a6182481bac7d40c81e18c61118b0261b25e47445de07bafd902eb720b31ddced9927238e47e5d7cc888270b3c75cf01cfa89f4abc8b8a9ad482595fd10783b5 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.1.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.1.ebuild deleted file mode 100644 index 54b797803d..0000000000 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_KDEINSTALLDIRS="false" -KDE_AUTODEPS="false" -inherit kde5 - -DESCRIPTION="Breeze theme for Plymouth" -LICENSE="GPL-2+ GPL-3+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -BDEPEND="$(add_frameworks_dep extra-cmake-modules)" -DEPEND="sys-boot/plymouth" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DDISTRO_NAME="Gentoo Linux" - -DDISTRO_VERSION= - ) - - kde5_src_configure -} diff --git a/kde-plasma/breeze/Manifest b/kde-plasma/breeze/Manifest deleted file mode 100644 index 44a80dcaa8..0000000000 --- a/kde-plasma/breeze/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breeze-5.17.1.tar.xz 16582944 BLAKE2B 129c1d9ce4d2752eab98e5be615a1e0165c25bbc86f1c9218f6f67b12513601c24bcc0cac5b2d7ab29d263465499026dbcad67e3dee264981fd99195b5e4e7ea SHA512 b3dda834283226dd37a5954589885bc667632e7f305396906fcd2d15550f40e192991c601b35d1b4e3b7bb6a9d14d093dcdc8927dafb6a4042acf9fd43f7e2d7 diff --git a/kde-plasma/breeze/breeze-5.17.1.ebuild b/kde-plasma/breeze/breeze-5.17.1.ebuild deleted file mode 100644 index f94b9f2596..0000000000 --- a/kde-plasma/breeze/breeze-5.17.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Breeze visual style for the Plasma desktop" -HOMEPAGE="https://cgit.kde.org/breeze.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="wayland X" - -RDEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep kdecoration) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - sci-libs/fftw:3.0= - wayland? ( $(add_frameworks_dep kwayland) ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libxcb - ) -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kpackage) -" -PDEPEND=" - $(add_frameworks_dep breeze-icons) - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package wayland KF5Wayland) - $(cmake-utils_use_find_package X XCB) - ) - kde5_src_configure -} diff --git a/kde-plasma/discover/Manifest b/kde-plasma/discover/Manifest deleted file mode 100644 index c9c2dbfc2a..0000000000 --- a/kde-plasma/discover/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST discover-5.17.1.tar.xz 10447036 BLAKE2B e5eb307e9f34ef4566e8e8db664645e08e4daaea2111fb52083d37a9753babcf39d8c6b3691af2f7192c6bc3af5013a99f408325f8ed2c282c8443f4a85c8463 SHA512 45cf998df6a46a328d9a2bca5cbdf8e90df9c6be59fa2a21a4d86bf651dd8dfa790279c86dacfbb15ede0a177701976896179a998bea9e15665298139413e38a diff --git a/kde-plasma/discover/discover-5.17.1.ebuild b/kde-plasma/discover/discover-5.17.1.ebuild deleted file mode 100644 index 3de7eec2f7..0000000000 --- a/kde-plasma/discover/discover-5.17.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE Plasma resources management GUI" -HOMEPAGE="https://userbase.kde.org/Discover" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+firmware" - -# libmarkdown (app-text/discount) only used in PackageKitBackend -DEPEND=" - $(add_frameworks_dep attica) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kirigami) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - firmware? ( sys-apps/fwupd ) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep kirigami) -" - -src_prepare() { - kde5_src_prepare - # we don't need it with PackageKitBackend off - punt_bogus_dep KF5 Archive -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON - -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON - -DBUILD_FlatpakBackend=OFF - -DBUILD_FwupdBackend=$(usex firmware) - ) - - kde5_src_configure -} - -src_test() { - # bug 686392: needs network connection - local myctestargs=( - -E "(knsbackendtest)" - ) - - kde5_src_test -} diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest deleted file mode 100644 index 7f065d522c..0000000000 --- a/kde-plasma/drkonqi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST drkonqi-5.17.1.tar.xz 739860 BLAKE2B b45cdc73377337587035b44d0781e1ee3326679d4c1407b53a157160fc27f84694efe4085651a036d6efc3d273d82f055901567dc8a8544b4aa8b13deea392a5 SHA512 7772c48a4bda5b99b8f735bd4a96a8ae5518b455bc70cc572c7d681d6b5b67181bddf0a74c125d2c8f9c379b3f5e7f42c7be06b3e9b753538b5e538490576e47 diff --git a/kde-plasma/drkonqi/drkonqi-5.17.1.ebuild b/kde-plasma/drkonqi/drkonqi-5.17.1.ebuild deleted file mode 100644 index 8dbc6989fc..0000000000 --- a/kde-plasma/drkonqi/drkonqi-5.17.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="X" - -COMMON_DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlrpcclient) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - X? ( $(add_qt_dep qtx11extras) ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} - !<kde-plasma/plasma-workspace-5.10.95:5 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - if ! has_version "sys-devel/gdb"; then - elog "For more usability consider installing the following package:" - elog " sys-devel/gdb - Easier debugging support" - fi -} diff --git a/kde-plasma/kactivitymanagerd/Manifest b/kde-plasma/kactivitymanagerd/Manifest deleted file mode 100644 index 06c7f430c6..0000000000 --- a/kde-plasma/kactivitymanagerd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kactivitymanagerd-5.17.1.tar.xz 86428 BLAKE2B b527cf5ed3cde6341da554d3222d30a0939a1afec0d3cc54c5f63357b07fb8164e298f3d9a6e79a090fbe0034c63eaa8bdb71807f51dd474697cb726f9a7c7b1 SHA512 b9c326f18ad3cc5133e817dcc21137214c24d9bb70ca2a7e040aa5e0542f7ab186c1d7c15a985df78f29f0519ed7befe8a47cec24d1061c1fb85be79ac8e2239 diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.17.1.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.17.1.ebuild deleted file mode 100644 index 0532eb4c19..0000000000 --- a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.17.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="System service to manage user's activities, track the usage patterns etc." -LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsql 'sqlite') - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND} - dev-libs/boost -" diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest deleted file mode 100644 index d2d03706a5..0000000000 --- a/kde-plasma/kde-cli-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kde-cli-tools-5.17.1.tar.xz 589904 BLAKE2B 4d6a0e92711753252366a2e6e3b498ecc8b50b70f3eb467ec0f49d04d374ecf17175d560a4f87a87983d24e62936f11719f70ae7194f58b31d99ac7528261949 SHA512 d7102d5f45a25b375d925460ccc07fcf6a6c859c3877c802de8197d9d947963531a978c16eef715268ddd5501fdaab021ef6d093550fb88da7e7722e503fb27f diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.17.1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.17.1.ebuild deleted file mode 100644 index fe466b4b22..0000000000 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.17.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" -HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="kdesu X" - -REQUIRED_USE="kdesu? ( X )" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - kdesu? ( $(add_frameworks_dep kdesu) ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - kdesu? ( sys-apps/dbus[X] ) -" - -PATCHES=( "${FILESDIR}/${PN}-5.12.80-tests-optional.patch" ) - -# requires running kde environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdesu KF5Su) - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - use kdesu && dosym ../$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu -} diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest deleted file mode 100644 index 3dc5085a0b..0000000000 --- a/kde-plasma/kde-gtk-config/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kde-gtk-config-5.17.1.tar.xz 154916 BLAKE2B 38cba3ad983d175a0d3aa932423137ac4dd3bd2884f2bd972d1abdd4a2a627502fea8a89de0e48d9755796b0ed8b0e4faeec5ffc95704d45e78e46885517c863 SHA512 e3e80e5ea3eb7b143e23bba8deb94a858f5d462004ec9bf8a899f7170c4d0b614bd80a81c1a17de77ed0954fcee7ee4fd4436e98ac010383c245e951d3e671ab diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.1.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.1.ebuild deleted file mode 100644 index 03f067d76f..0000000000 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.17.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE Plasma systemsettings kcm to set GTK application look&feel" -HOMEPAGE="https://cgit.kde.org/kde-gtk-config.git" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - dev-libs/glib:2 - gnome-base/gsettings-desktop-schemas - x11-libs/gtk+:2 - x11-libs/gtk+:3 - x11-libs/libXcursor -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - -DDATA_INSTALL_DIR="${EPREFIX}/usr/share" - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - elog "If you notice missing icons in your GTK applications, you may have to install" - elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" - elog "for example." -} diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest deleted file mode 100644 index f8eb70c4ca..0000000000 --- a/kde-plasma/kdecoration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kdecoration-5.17.1.tar.xz 42996 BLAKE2B 4b1f7abc82900cb9fd13d7048f4bf200110f7fd910a46a9d42a31683fb4606a386b473975314c3e53117110ee80de7d909b2e5e92e48800625344436b3e0f764 SHA512 f417a2fa849ef24acc7d39767c8c2ba1e39bfcd5d51bf541f63b15074252da5d8821a0d15a31965abc6097e93426891cbcd07b9b4313cfd42d3a43c22c925a94 diff --git a/kde-plasma/kdecoration/kdecoration-5.17.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.17.1.ebuild deleted file mode 100644 index 7b81686244..0000000000 --- a/kde-plasma/kdecoration/kdecoration-5.17.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plugin based library to create window decorations" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest deleted file mode 100644 index 24df433f79..0000000000 --- a/kde-plasma/kdeplasma-addons/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kdeplasma-addons-5.17.1.tar.xz 605376 BLAKE2B 5a997ffc9049f6b1b3114272d330b387094bd2d123b264d353020cb2ea68240f91c5c7723021cd49ec4ae527e36eb82462c49c75f15416c62b97c1334f9b8ab3 SHA512 68054daf01d1c4ba3947eba2cbb7c88394c5fc8218fa36b832bd276aef83193833b4a19fd29a98933fa311da1b0b419d6fe6a44610960fb1347ea989b472523e diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.17.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.17.1.ebuild deleted file mode 100644 index 0d8ba38af2..0000000000 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.17.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Extra Plasma applets and engines" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="share webengine" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kholidays) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kross) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kunitconversion) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep sonnet) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - share? ( $(add_frameworks_dep purpose) ) - webengine? ( $(add_qt_dep qtwebengine) ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep plasma-workspace) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtquickcontrols2) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package share KF5Purpose) - $(cmake-utils_use_find_package webengine Qt5WebEngine) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest deleted file mode 100644 index e57bf259f5..0000000000 --- a/kde-plasma/kgamma/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kgamma5-5.17.1.tar.xz 80276 BLAKE2B 0e8ec910f9e3aea393880634925ad3cd550c41d85846e3ba9fd09d7065732ada701665d4b8e04951dc559cb60cf63df9632c928d0ead5fb8fe3309668a39ae69 SHA512 d2bf395d5d4c89e1fef03fd8c832659b424e8343f6d4e285c972f13bd96ed10df6e03bc6e62da87c41361aef2693b8a8da0e8aee575a4f042237992458c820a4 diff --git a/kde-plasma/kgamma/kgamma-5.17.1.ebuild b/kde-plasma/kgamma/kgamma-5.17.1.ebuild deleted file mode 100644 index 63ac5289c9..0000000000 --- a/kde-plasma/kgamma/kgamma-5.17.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KMNAME="${PN}5" -inherit kde5 - -DESCRIPTION="Screen gamma values kcontrol module" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - x11-libs/libX11 - x11-libs/libXxf86vm -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest deleted file mode 100644 index a84b3fb4db..0000000000 --- a/kde-plasma/khotkeys/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST khotkeys-5.17.1.tar.xz 1852720 BLAKE2B 5ed64ca1d10677fa670a589b75e1000ae0c9ffb634464895c07a4e2966e062357e4e1d53390b70f92564ad80e9737f73b4c08c0869c7f2defc921cc1b4f15d0d SHA512 524fede1a5ec5d06c7face8af46a127446514071399e2acf2adb9bf125ea0c16f7df385cb1ecad41b1c409b4893ae077cf764903e44d0670e10fc5aa284e7d5a diff --git a/kde-plasma/khotkeys/khotkeys-5.17.1.ebuild b/kde-plasma/khotkeys/khotkeys-5.17.1.ebuild deleted file mode 100644 index 90c8ca75d4..0000000000 --- a/kde-plasma/khotkeys/khotkeys-5.17.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support -inherit kde5 - -DESCRIPTION="KDE Plasma workspace hotkey module" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support X) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libX11 - x11-libs/libXtst -" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto - x11-libs/libxcb - x11-libs/libXtst -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) - $(add_plasma_dep kde-cli-tools) -" diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 37d23580f8..c5bffaee3e 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,2 +1 @@ DIST glogo-small.png 24583 BLAKE2B 0af2ceae708e56f217120e5d8b880fb71401e3761ab26c4af5e74c0622368aa4e34b05160fae15fbfbbc832077810ab5c1e424826632748299fd22997cbe665c SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 -DIST kinfocenter-5.17.1.tar.xz 1343168 BLAKE2B 55c0c4ea4112a04416809cd0f6902aab17be57866d38648c2ce4c5648395c9b20da68036c9cc3b85af8da1212295c57d1ffc89b0dea2596194e438ac370bce85 SHA512 798a834265d7347a6221467f1e465fb645242a83f43b19bb44829b423f92ae81b12910e68a8a62434c9ff53f7417d33ef9c9dc39f55ea95de70836f27f22ad55 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.17.1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.17.1.ebuild deleted file mode 100644 index 7bfec63201..0000000000 --- a/kde-plasma/kinfocenter/kinfocenter-5.17.1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_MIN_VERSION=3.14.3 -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Utility providing information about the computer hardware" -HOMEPAGE="https://kde.org/applications/system/kinfocenter/" -SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="gles2 ieee1394 +opengl +pci wayland" - -REQUIRED_USE="wayland? ( || ( gles2 opengl ) )" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - x11-libs/libX11 - ieee1394? ( sys-libs/libraw1394 ) - opengl? ( - $(add_qt_dep qtgui 'gles2=') - media-libs/mesa[gles2?,X(+)] - !gles2? ( media-libs/glu ) - ) - pci? ( sys-apps/pciutils ) - wayland? ( - $(add_frameworks_dep kwayland) - media-libs/mesa[egl] - ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep plasma) -" -RDEPEND="${COMMON_DEPEND} - $(add_plasma_dep kde-cli-tools) - $(add_qt_dep qtquickcontrols2) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package ieee1394 RAW1394) - $(cmake-utils_use_find_package pci PCIUTILS) - $(cmake-utils_use_find_package wayland EGL) - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - - if has_version "dev-qt/qtgui[gles2]"; then - mycmakeargs+=( $(cmake-utils_use_find_package gles2 OpenGLES) ) - else - mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) ) - fi - - kde5_src_configure -} - -src_install() { - kde5_src_install - - # TODO: Make this fully obsolete by /etc/os-release - insinto /etc/xdg - doins "${FILESDIR}"/kcm-about-distrorc - - insinto /usr/share/${PN} - doins "${DISTDIR}"/glogo-small.png -} - -pkg_postinst() { - kde5_pkg_postinst - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - has_version "net-fs/nfs-utils" || \ - elog "Installing net-fs/nfs-utils will enable the NFS information module." - - has_version "net-fs/samba" || \ - elog "Installing net-fs/samba will enable the Samba status information module." - fi -} diff --git a/kde-plasma/kmenuedit/Manifest b/kde-plasma/kmenuedit/Manifest deleted file mode 100644 index f78f82c975..0000000000 --- a/kde-plasma/kmenuedit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kmenuedit-5.17.1.tar.xz 815508 BLAKE2B 437a61b12cb4b9b2fc8511f805d06643f68a338e041e1af5d5d80f2c9b039e26676de67bf11939753a463f627d6b34b1df216652f2bbc88d256ddb63c1a954b7 SHA512 17bcfb3106403d8d407334159b5f3383fbdf77cad6b18c6ae4cdd363b2798fe54a6ceee28e5a76c813cda18f70f7256238694e6c1ad8caa8e1c542793a606555 diff --git a/kde-plasma/kmenuedit/kmenuedit-5.17.1.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.17.1.ebuild deleted file mode 100644 index dd5d4133f0..0000000000 --- a/kde-plasma/kmenuedit/kmenuedit-5.17.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Plasma menu editor" -HOMEPAGE="https://cgit.kde.org/kmenuedit.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+hotkeys" - -RDEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - hotkeys? ( $(add_plasma_dep khotkeys) ) -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kinit) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kscreen/Manifest b/kde-plasma/kscreen/Manifest deleted file mode 100644 index 1136a4f693..0000000000 --- a/kde-plasma/kscreen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kscreen-5.17.1.tar.xz 99456 BLAKE2B 23781594c50ec285747a4642124554c0669cb937792211a728d41816b319fc686addc788e3e4f6081e9338ab00a6c803631d035b9321a1467de0495ee9d8220b SHA512 84637ba2e3acb861e7db1fafde8fe6de0734fe18dfa979a3e20f14d300656f556a8007d5b016bdbf53891edae77c4d2119b1abff3a9d995c8ff0cf6e86664fe4 diff --git a/kde-plasma/kscreen/kscreen-5.17.1.ebuild b/kde-plasma/kscreen/kscreen-5.17.1.ebuild deleted file mode 100644 index 38ea5918e8..0000000000 --- a/kde-plasma/kscreen/kscreen-5.17.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Plasma screen management" -HOMEPAGE="https://cgit.kde.org/kscreen.git" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_plasma_dep libkscreen) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - $(add_qt_dep qtgraphicaleffects) -" - -# bug #580440, last checked 5.6.3 -RESTRICT+=" test" diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest deleted file mode 100644 index 4ddbb74e68..0000000000 --- a/kde-plasma/kscreenlocker/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kscreenlocker-5.17.1.tar.xz 123616 BLAKE2B d5857786d797ee51e79fc5d859729d204d104f19ca49f0ade680d94d6a838bb89498653db84123d48ec59f085edabe7110473ba77a46e9da05cee709bac176ef SHA512 b66543dc4613bc830fff7f257ddce76aa577d3883649b001977b8849dc924fd23fdb6b337d5e078341d9788795b90031e5ece69f9aa5afc57bbdfb5843dd3f50 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.17.1.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.17.1.ebuild deleted file mode 100644 index 568b2f8fb8..0000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.17.1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 pam - -DESCRIPTION="Library and components for secure lock screen architecture" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="consolekit +pam seccomp" - -REQUIRED_USE="seccomp? ( pam )" - -RDEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - dev-libs/wayland - x11-libs/libX11 - x11-libs/libXi - x11-libs/libxcb - x11-libs/xcb-util-keysyms - consolekit? ( sys-auth/consolekit ) - pam? ( sys-libs/pam ) - seccomp? ( sys-libs/libseccomp ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -RESTRICT+=" test" - -src_prepare() { - kde5_src_prepare - - if ! use test; then - sed -e "/add_subdirectory(autotests)/ s/^/#/" \ - -i greeter/CMakeLists.txt || die - fi -} - -src_test() { - # requires running environment - local myctestargs=( - -E x11LockerTest - ) - kde5_src_test -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package consolekit loginctl) - -DPAM_REQUIRED=$(usex pam) - $(cmake-utils_use_find_package pam PAM) - $(cmake-utils_use_find_package seccomp Seccomp) - ) - kde5_src_configure -} - -src_install() { - kde5_src_install - - use pam && newpamd "${FILESDIR}/kde.pam" kde - use pam && newpamd "${FILESDIR}/kde-np.pam" kde-np - - if ! use pam; then - chown root "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die - chmod +s "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die - fi -} diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest deleted file mode 100644 index 5dc75db14a..0000000000 --- a/kde-plasma/ksshaskpass/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ksshaskpass-5.17.1.tar.xz 21380 BLAKE2B 1c85ddc3c83020a3d0ca7504cce088a1dee7e7793fa0b295185826069d60ccd57d2be87a8e0c7eb2944b85d51284b3539d3de30e5f6c03e12235bdf513ec41cd SHA512 4b8545201107884f15995b35ee430586dfbac899a37f565c078a181ea4c92035c333bdf6e0b792a5b4887fdf4dcb63ce305c2b04c0312af61d1a3a221bffccec diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild deleted file mode 100644 index 9e6cbd72bd..0000000000 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.17.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" -HOMEPAGE="https://cgit.kde.org/ksshaskpass.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -src_install() { - kde5_src_install - - insinto /etc/xdg/plasma-workspace/env/ - doins "${FILESDIR}/05-ksshaskpass.sh" -} - -pkg_postinst() { - kde5_pkg_postinst - - elog "${PN} has been installed as your default askpass application" - elog "for Plasma 5 sessions." - elog "If that's not desired, select the one you want to use in" - elog - elog "/etc/xdg/plasma-workspace/env/05-ksshaskpass.sh (ATTN: Path moved!)" - elog - elog "In order to have ssh-agent start with Plasma 5, do the following:" - elog " * Copy the necessary files to your home directory:" - elog " - cp /etc/plasma/startup/10-agent-startup.sh ~/.config/plasma-workspace/env/" - elog " - cp /etc/plasma/shutdown/10-agent-shutdown.sh ~/.config/plasma-workspace/shutdown/" - elog " * Edit 10-agent-startup.sh and uncomment the lines enabling ssh-agent." - elog " * In 10-agent-shutdown.sh uncomment the respective lines to properly kill" - elog " the agent when the session ends." -} diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest deleted file mode 100644 index ab44ee737f..0000000000 --- a/kde-plasma/ksysguard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ksysguard-5.17.1.tar.xz 515184 BLAKE2B d7c9c36d4ff662c87dc35327f828fef9532dfdb9572b92d2c1910d9846b4913e7bd2f6367708c844e849934a7180e4944dc9e5c0d5dfc79eb7ad08c99e9ea6c6 SHA512 8cf095e76fb4ad4f7c113521f84469f395bd0634b091d1a3fb729cee4c0b5ff934ac488cfb9e26ffff8a5ebba8e444109e2e0590868fc4a174e563fe1cfdd6cf diff --git a/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild deleted file mode 100644 index 2f56717808..0000000000 --- a/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Network-enabled task manager and system monitor" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="caps lm-sensors" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep libksysguard '-minimal(-)') - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - caps? ( - net-libs/libpcap - sys-libs/libcap - ) - lm-sensors? ( sys-apps/lm-sensors:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package caps Libcap) - $(cmake-utils_use_find_package lm-sensors Sensors) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest deleted file mode 100644 index f368ece401..0000000000 --- a/kde-plasma/kwallet-pam/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwallet-pam-5.17.1.tar.xz 19716 BLAKE2B 7b70aa2afab3f2db210cd3a95659feeb75dcf4e1af647adfb20585e74011443622d3031c959825104a596721d657da89cbdb85dc8fcf3b72151724f6f288d7a0 SHA512 63867da87e4a1003a6709af47460936e538341b0f7272570ec741869b9cfc9c1ebfaf765c74149375233ae30c8c8352f44410f5348a21b8777208e5bf51bbae1 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.17.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.17.1.ebuild deleted file mode 100644 index 3b8009a017..0000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.17.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KWallet PAM module to not enter password again" -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kwallet) - dev-libs/libgcrypt:0= - sys-libs/pam -" -RDEPEND="${DEPEND} - net-misc/socat -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - elog "This package enables auto-unlocking of kde-frameworks/kwallet:5." - elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking" -} diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest deleted file mode 100644 index 8878e10c1d..0000000000 --- a/kde-plasma/kwayland-integration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwayland-integration-5.17.1.tar.xz 20132 BLAKE2B f38600005ba380616897c8e543dae82a374eb2fa7fb2003576cfbf8a5953b805ca46ad2f517e570d76f3a60c45d1a094dfb1503f3bfb69c0d51b4371af8d2822 SHA512 6e701d1d247fdbbdddbf4094395501c1820509a22d7e05dfe1580d3bae6451df93af660447f1931f53e21e3165799a5820a62d71b7928b1b9b18fba5e794c558 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild deleted file mode 100644 index f6c7a9d242..0000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" # bug 668872 diff --git a/kde-plasma/kwin/Manifest b/kde-plasma/kwin/Manifest deleted file mode 100644 index e5e6721493..0000000000 --- a/kde-plasma/kwin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwin-5.17.1.tar.xz 6248528 BLAKE2B c8ac8ceb14ac695ecea2dcf49383cc86c38fa2312321c4585111c0849ef84771e39d364411eb650e8ef26a58c371d6a546aacc9156f7b4a2cca727fc94c25ba0 SHA512 89ce4460ea0575b8e13d82d3d1ea3ebd00393ead996448be5de586c75dfee3d09fe7c21df93c16ba93fca681749ce971026cce7eedc16f9b4ab7c211cdf290ea diff --git a/kde-plasma/kwin/kwin-5.17.1.ebuild b/kde-plasma/kwin/kwin-5.17.1.ebuild deleted file mode 100644 index d3e20b0940..0000000000 --- a/kde-plasma/kwin/kwin-5.17.1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="optional" -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="caps gles2 multimedia" - -COMMON_DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel '' '' '5=') - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kidletime '' '' '5=') - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem X) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_plasma_dep breeze) - $(add_plasma_dep kdecoration) - $(add_plasma_dep kscreenlocker) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui 'gles2=' '' '5=') - $(add_qt_dep qtscript) - $(add_qt_dep qtsensors) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - >=dev-libs/libinput-1.9 - >=dev-libs/wayland-1.2 - media-libs/fontconfig - media-libs/freetype - media-libs/libepoxy - media-libs/mesa[egl,gbm,gles2?,wayland,X(+)] - virtual/libudev:= - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXi - x11-libs/libdrm - >=x11-libs/libxcb-1.10 - >=x11-libs/libxkbcommon-0.7.0 - x11-libs/xcb-util-cursor - x11-libs/xcb-util-image - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-wm - caps? ( sys-libs/libcap ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kirigami) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qtvirtualkeyboard) - multimedia? ( $(add_qt_dep qtmultimedia 'gstreamer,qml') ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep designer) - $(add_qt_dep qtconcurrent) - x11-base/xorg-proto -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -RESTRICT+=" test" - -src_prepare() { - kde5_src_prepare - use multimedia || eapply "${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch" - - # Access violations, bug #640432 - sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \ - -i CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package caps Libcap) - ) - - kde5_src_configure -} diff --git a/kde-plasma/kwrited/Manifest b/kde-plasma/kwrited/Manifest deleted file mode 100644 index e5d08d200a..0000000000 --- a/kde-plasma/kwrited/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwrited-5.17.1.tar.xz 20068 BLAKE2B 114cdf20abdbdd605a82b1cb364470cf02beebe88c02200bee5f366b5b312867554414b60de7dd48bc732f9667ef738a4924df8c879f1f102a7dc883a996cac1 SHA512 8a40e6b114e1dd3d0af0bb777e23f6a15b546da0e5ce77a7f1616a61c1d3bab21bc6dce55fa3ea8630492488050c4e4feace4ce158395e4bfb77982a431fe7fc diff --git a/kde-plasma/kwrited/kwrited-5.17.1.ebuild b/kde-plasma/kwrited/kwrited-5.17.1.ebuild deleted file mode 100644 index f94eff2f3a..0000000000 --- a/kde-plasma/kwrited/kwrited-5.17.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KDE Plasma daemon listening for wall and write messages" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpty) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/libkscreen/Manifest b/kde-plasma/libkscreen/Manifest deleted file mode 100644 index 9f0088dbc6..0000000000 --- a/kde-plasma/libkscreen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libkscreen-5.17.1.tar.xz 83056 BLAKE2B 5dc675de8259d35ae7c33a44746a487a2d6ab026ff2dbbc15afb07c34f2ebd17776d5744e09f4f6a71e38ad706720372bd046b660288f44fa7d80dd60ac93af8 SHA512 7bbd7acd2827d24d4708fd206aacbbebc6a412f71dc325934454644ef6ea2b2e00447320f0f2853747901e6b3d4f6b75957351e1368b6e198fda4bb0ac5f4353 diff --git a/kde-plasma/libkscreen/libkscreen-5.17.1.ebuild b/kde-plasma/libkscreen/libkscreen-5.17.1.ebuild deleted file mode 100644 index b4ee895edd..0000000000 --- a/kde-plasma/libkscreen/libkscreen-5.17.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_QTHELP="true" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma screen management library" -SLOT="5/7" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kwayland) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtx11extras) - x11-libs/libxcb -" -RDEPEND="${DEPEND}" - -# requires running session -RESTRICT+=" test" diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest deleted file mode 100644 index aa9e1043ab..0000000000 --- a/kde-plasma/libksysguard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libksysguard-5.17.1.tar.xz 603968 BLAKE2B 689f7db648ec37ad4a076af5c17183812ac05a79835fea40ffe4c52a29ee121c81e25ff5c1c144350c57b1c2a89bb4c02b0cd9e14458baa301f25eead80add23 SHA512 19aa68b4c26954ad4d4ca71a0ced4d3cbb2379d4ae75fed5de4ec7abc959d2070edc0b1bfe10a7bfc2b80165c86fb8cf05ec59834de18a0afaa93f64ad8bb472 diff --git a/kde-plasma/libksysguard/libksysguard-5.17.1.ebuild b/kde-plasma/libksysguard/libksysguard-5.17.1.ebuild deleted file mode 100644 index 4256bfb8e1..0000000000 --- a/kde-plasma/libksysguard/libksysguard-5.17.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Task management and system monitoring library" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="minimal webengine X" - -RDEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - sys-libs/zlib - webengine? ( $(add_qt_dep qtwebengine) ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - x11-libs/libXres - ) -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kiconthemes) - !minimal? ( $(add_frameworks_dep plasma) ) - X? ( x11-base/xorg-proto ) -" - -PATCHES=( "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package !minimal KF5Plasma) - $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} diff --git a/kde-plasma/libkworkspace/Manifest b/kde-plasma/libkworkspace/Manifest deleted file mode 100644 index 5bdbde3d00..0000000000 --- a/kde-plasma/libkworkspace/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-workspace-5.17.1.tar.xz 4960796 BLAKE2B 7f33ed3fcca34afbb0ba7de3b45e24fecadc69885703081fb1b932fc66f82e8fdfe4806168ef029b7506df72f2b7d910386d684d527e16f986fe5b1c94040436 SHA512 a3a68657686b69ceebaf124191bd01c9865f6b8328e7ec103e54c861376054ad2ae1303651170d458c39fc4dc7818c222fbdf6e64708ed623f054cb4c2be9538 diff --git a/kde-plasma/libkworkspace/libkworkspace-5.17.1.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.17.1.ebuild deleted file mode 100644 index 25022518d0..0000000000 --- a/kde-plasma/libkworkspace/libkworkspace-5.17.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -KMNAME="plasma-workspace" -inherit kde5 - -DESCRIPTION="Workspace library to interact with the Plasma session manager" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_plasma_dep kscreenlocker) - $(add_qt_dep qtdbus) - $(add_qt_dep qtx11extras) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau -" -DEPEND="${COMMON_DEPEND} - $(add_plasma_dep kwin) -" -RDEPEND="${COMMON_DEPEND} - !<kde-plasma/plasma-workspace-5.14.2:5 -" - -S="${S}/${PN}" - -PATCHES=( "${FILESDIR}/${PN}-5.16.80-standalone.patch" ) - -src_prepare() { - # delete colliding libkworkspace translations, let kde5_src_prepare do its magic - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find ../po -type f -name "*po" -and -not -name "libkworkspace*" -delete || die - rm -rf po/*/docs || die - cp -a ../po ./ || die - fi - kde5_src_prepare - if [[ ${KDE_BUILD_TYPE} = release ]]; then - cat >> CMakeLists.txt <<- _EOF_ || die - ki18n_install(po) - _EOF_ - fi - - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \ - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" -} diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest deleted file mode 100644 index 7f7ab88b15..0000000000 --- a/kde-plasma/milou/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST milou-5.17.1.tar.xz 63268 BLAKE2B 1b13d4d001edf66ea814880ed476ca64e8d76cf398f7e7f13a677f4f6c7cac4445619a012edc75fd1f705f790b5e20e8d77f3f81cfb414ec7b83dff5c221f3d9 SHA512 7f3829f5f604b8542f14e4c705d837db42bd8c87bbd63d1751afa4a22beb990aea81effa1ac1f4ed1fb83573462e0e1151060e313bc7f1ae6954f55b6a1ff9d1 diff --git a/kde-plasma/milou/milou-5.17.1.ebuild b/kde-plasma/milou/milou-5.17.1.ebuild deleted file mode 100644 index 7662755476..0000000000 --- a/kde-plasma/milou/milou-5.17.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional-recursive" -inherit kde5 - -DESCRIPTION="Dedicated search application built on top of Baloo" -HOMEPAGE="https://cgit.kde.org/milou.git" - -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest deleted file mode 100644 index 08f63c6dbb..0000000000 --- a/kde-plasma/oxygen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST oxygen-5.17.1.tar.xz 4469068 BLAKE2B 1e76342033f4b71d28578df5c3ecaa4fb1f82f95bc639d0aaa5246661fb0b729e3d6b57fe711b044b64780e5c8791ce8296bba57b9258c5576275c6850f58f2c SHA512 bc38754ee3a39dc377276cf720e89001a9b7eab1617d2c97dbbdd25378ea696beb6ce23dca59e2cace8cf1103fa683f6c9fc62e9ac2998e0094a0bf7a42158df diff --git a/kde-plasma/oxygen/oxygen-5.17.1.ebuild b/kde-plasma/oxygen/oxygen-5.17.1.ebuild deleted file mode 100644 index be7ec3f5e9..0000000000 --- a/kde-plasma/oxygen/oxygen-5.17.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Oxygen visual style for the Plasma desktop" -HOMEPAGE="https://cgit.kde.org/oxygen.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="wayland" - -COMMON_DEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep kdecoration) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - wayland? ( $(add_frameworks_dep kwayland) ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kservice) -" -RDEPEND="${COMMON_DEPEND} - !<kde-plasma/plasma-desktop-5.16.80 -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - kde5_src_configure -} diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest deleted file mode 100644 index 4cdbb941e2..0000000000 --- a/kde-plasma/plasma-browser-integration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-browser-integration-5.17.1.tar.xz 146648 BLAKE2B 4d2823ad003cb72b68b748c58c98caf742a182a20f95373408cc8716c23b81c949f6df140c635cd794d49d7361f398104d67f4f532871eba6e29c51784580ec7 SHA512 59d541811ae6f54b59bcea0803bdcbabe02ec9ee20c2976d3fd6392619e54e091df725ae141f043ed8a35cb0860b5e6c1ff33ba368fe3ba934994ee60c801a29 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.1.ebuild deleted file mode 100644 index fadf22c24f..0000000000 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions" - -LICENSE="GPL-3+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kfilemetadata) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep krunner) - $(add_frameworks_dep purpose) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla" - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-desktop/Manifest b/kde-plasma/plasma-desktop/Manifest deleted file mode 100644 index 38a0b62271..0000000000 --- a/kde-plasma/plasma-desktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-desktop-5.17.1.tar.xz 9442072 BLAKE2B 1285d0bb27f3ba9d93cb5f253901786f4936605730358777c967c4ddc657f6d229542fe5c2cb80def92930980f57d5c88f165b1c74ce30777a5dbba4545e8046 SHA512 98fc2f60121245f18faa4fd8bb8d31cd4d20bc77c6e370aba7839cb3b1d19ae1a8b2aef341dba4d1c2f87535cc2178f1f3095f064ae5974ac0d50ef4e58ef41c diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.17.1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.17.1.ebuild deleted file mode 100644 index 9b1ed3e032..0000000000 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.17.1.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE Plasma desktop" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+fontconfig ibus +mouse scim +semantic-desktop touchpad" - -COMMON_DEPEND=" - $(add_frameworks_dep attica) - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kactivities-stats) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kparts) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_frameworks_dep sonnet) - $(add_plasma_dep kwin) - $(add_plasma_dep plasma-workspace) - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsql) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] - x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libxcb[xkb] - x11-libs/libxkbfile - fontconfig? ( - media-libs/fontconfig - media-libs/freetype - x11-libs/libXft - x11-libs/xcb-util-image - ) - ibus? ( - $(add_qt_dep qtx11extras) - app-i18n/ibus - dev-libs/glib:2 - x11-libs/libxcb - x11-libs/xcb-util-keysyms - ) - scim? ( app-i18n/scim ) - semantic-desktop? ( $(add_frameworks_dep baloo) ) - touchpad? ( x11-drivers/xf86-input-synaptics ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - x11-base/xorg-proto - fontconfig? ( x11-libs/libXrender ) - mouse? ( - x11-drivers/xf86-input-evdev - x11-drivers/xf86-input-libinput - ) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kirigami) - $(add_frameworks_dep qqc2-desktop-style) - $(add_plasma_dep breeze) - $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep oxygen) - $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtquickcontrols2) - sys-apps/util-linux - x11-apps/setxkbmap - !<kde-plasma/kdeplasma-addons-5.15.80 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package fontconfig Fontconfig) - $(cmake-utils_use_find_package ibus IBus) - $(cmake-utils_use_find_package mouse Evdev) - $(cmake-utils_use_find_package mouse XorgLibinput) - $(cmake-utils_use_find_package scim SCIM) - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package touchpad Synaptics) - ) - - kde5_src_configure -} - -src_test() { - # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 - # needs D-Bus, bug #634166 - local myctestargs=( - -j1 - -E "(foldermodeltest|positionertest|test_kio_fonts)" - ) - - kde5_src_test -} diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest deleted file mode 100644 index c6bd81d402..0000000000 --- a/kde-plasma/plasma-integration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-integration-5.17.1.tar.xz 56360 BLAKE2B 0945bba0375f80efe87fa6924f0287296c0979ef9183bca7086c8312d2fa098b23fd7c6e313a3e119969a22e0c737e7fd560c2343710c52eabbf62c63161e936 SHA512 2e281766948d53a499608bf72637269b4d5f86da7c24f57d9cdcfe5db16e710524d476ff8868767fbb62e1f52c7064fa0ba40e69c8f25460ba001c7bcecf73a9 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild deleted file mode 100644 index b28163426a..0000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.17.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.17.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.17.1.ebuild deleted file mode 100644 index ad518f68ca..0000000000 --- a/kde-plasma/plasma-meta/plasma-meta-5.17.1.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Merge this to pull in all Plasma 5 packages" -HOMEPAGE="https://kde.org/plasma-desktop" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover -+display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam -plymouth +pm-utils pulseaudio qrcode +sddm sdk systemd +wallpapers" - -REQUIRED_USE="?? ( consolekit elogind systemd )" - -RDEPEND=" - >=kde-plasma/breeze-${PV}:${SLOT} - >=kde-plasma/drkonqi-${PV}:${SLOT} - >=kde-plasma/kactivitymanagerd-${PV}:${SLOT} - >=kde-plasma/kde-cli-tools-${PV}:${SLOT} - >=kde-plasma/kdecoration-${PV}:${SLOT} - >=kde-plasma/kdeplasma-addons-${PV}:${SLOT} - >=kde-plasma/kgamma-${PV}:${SLOT} - >=kde-plasma/khotkeys-${PV}:${SLOT} - >=kde-plasma/kinfocenter-${PV}:${SLOT} - >=kde-plasma/kmenuedit-${PV}:${SLOT} - >=kde-plasma/kscreen-${PV}:${SLOT} - >=kde-plasma/kscreenlocker-${PV}:${SLOT} - >=kde-plasma/ksshaskpass-${PV}:${SLOT} - >=kde-plasma/ksysguard-${PV}:${SLOT} - >=kde-plasma/kwayland-integration-${PV}:${SLOT} - >=kde-plasma/kwin-${PV}:${SLOT} - >=kde-plasma/kwrited-${PV}:${SLOT} - >=kde-plasma/libkscreen-${PV}:${SLOT} - >=kde-plasma/libksysguard-${PV}:${SLOT} - >=kde-plasma/milou-${PV}:${SLOT} - >=kde-plasma/oxygen-${PV}:${SLOT} - >=kde-plasma/plasma-desktop-${PV}:${SLOT} - >=kde-plasma/plasma-integration-${PV}:${SLOT} - >=kde-plasma/plasma-workspace-${PV}:${SLOT} - >=kde-plasma/polkit-kde-agent-${PV}:${SLOT} - >=kde-plasma/powerdevil-${PV}:${SLOT} - >=kde-plasma/systemsettings-${PV}:${SLOT} - >=kde-plasma/user-manager-${PV}:${SLOT} - sys-apps/dbus[elogind?,systemd?] - sys-auth/polkit[elogind?,systemd?] - sys-fs/udisks:2[elogind?,systemd?] - bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} ) - browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} ) - consolekit? ( - >=sys-auth/consolekit-1.0.1 - pm-utils? ( sys-power/pm-utils ) - ) - crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} ) - desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} ) - discover? ( >=kde-plasma/discover-${PV}:${SLOT} ) - display-manager? ( - sddm? ( - >=kde-plasma/sddm-kcm-${PV}:${SLOT} - x11-misc/sddm[consolekit?,elogind?,systemd?] - ) - !sddm? ( x11-misc/lightdm ) - ) - grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} ) - gtk? ( - >=kde-plasma/breeze-gtk-${PV}:${SLOT} - >=kde-plasma/kde-gtk-config-${PV}:${SLOT} - ) - handbook? ( kde-apps/khelpcenter:5 ) - legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} ) - networkmanager? ( - >=kde-plasma/plasma-nm-${PV}:${SLOT} - net-misc/networkmanager[consolekit?,elogind?,systemd?] - qrcode? ( kde-frameworks/prison[qml] ) - ) - pam? ( - >=kde-plasma/kwallet-pam-${PV}:${SLOT} - sys-auth/pambase[consolekit?,elogind?,systemd?] - ) - plymouth? ( - >=kde-plasma/breeze-plymouth-${PV}:${SLOT} - >=kde-plasma/plymouth-kcm-${PV}:${SLOT} - ) - pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} ) - sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} ) - wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) -" - -pkg_postinst() { - local i selected use_pkg_map=( - consolekit:sys-auth/consolekit - elogind:sys-auth/elogind - systemd:sys-apps/systemd - ) - for i in ${use_pkg_map[@]}; do - use ${i%:*} && selected="${i%:*}" - done - for i in ${use_pkg_map[@]}; do - if ! use ${i%:*} && has_version ${i#*:}; then - ewarn "An existing installation of ${i#*:} was detected even though" - ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}." - ewarn "There can only be one session manager at runtime, otherwise random issues" - ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf" - ewarn "or package.use and remove ${i#*:} before raising bugs." - ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE" - fi - done -} diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest deleted file mode 100644 index 4283c3dcf1..0000000000 --- a/kde-plasma/plasma-nm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-nm-5.17.1.tar.xz 813032 BLAKE2B 98a1f04a88f9cf5336f6dc092e8c313a296b297754446b6d33baabb3e90b6cba8c93e7b13bdb16daa31cb8b0bc4aee090513ec39005b77aafde7f13aa685c495 SHA512 d2f69d0b8032c4c086f0ca9752de5aeeb2ac97f1158370a41ae17abd90122f7ac55aa1d8912c175d2f75d0538df2bb69a074fa5bdafc61d4231ce4ca2ccb8c12 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.17.1.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.17.1.ebuild deleted file mode 100644 index 2833ce552f..0000000000 --- a/kde-plasma/plasma-nm/plasma-nm-5.17.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE Plasma applet for NetworkManager" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="modemmanager openconnect teamd" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep networkmanager-qt 'teamd=') - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - >=app-crypt/qca-2.1.1:2[qt5(+)] - net-misc/networkmanager[teamd=] - modemmanager? ( - $(add_frameworks_dep modemmanager-qt) - $(add_qt_dep qtxml) - net-misc/mobile-broadband-provider-info - ) - openconnect? ( - $(add_qt_dep qtxml) - net-vpn/networkmanager-openconnect - net-vpn/openconnect:= - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager) - $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt) - $(cmake-utils_use_find_package openconnect OpenConnect) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version "kde-plasma/plasma-workspace:5"; then - elog "${PN} is not terribly useful without kde-plasma/plasma-workspace:5." - elog "However, the networkmanagement KCM can be called from either systemsettings" - elog "or manually: $ kcmshell5 kcm_networkmanagement" - fi -} diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest deleted file mode 100644 index 0e8c87ce72..0000000000 --- a/kde-plasma/plasma-pa/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-pa-5.17.1.tar.xz 103956 BLAKE2B b15d99f0c4f5e23449d96175d09a831dbe1068f56da4681bf6cf503ffcab479df4c85356fe3172064478cdb692ea88bffc66f875e02cbd19492cca6d6ffee850 SHA512 b191742f12ab8972e467ead7f7a5109752516adcad0d2c8ce4ac78177c8616d2456e9e863d8edbd86dd03ba0151389c752671c9634e1a23d6d74b77535c523bb diff --git a/kde-plasma/plasma-pa/plasma-pa-5.17.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.17.1.ebuild deleted file mode 100644 index 4da0d3e26d..0000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.17.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/glib:2 - media-libs/libcanberra - media-sound/pulseaudio -" -RDEPEND="${DEPEND} - $(add_frameworks_dep kirigami) - $(add_qt_dep qtquickcontrols2) - media-libs/libcanberra - x11-themes/sound-theme-freedesktop -" diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest deleted file mode 100644 index 8f1030dbd1..0000000000 --- a/kde-plasma/plasma-sdk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-sdk-5.17.1.tar.xz 259148 BLAKE2B e58d420c569e1c1cb849237ad9fbdd34aa3a4752d5d2a170fded076eef2bfab0af4aac4c459df003e4feb3c0653557fa3aa6377f4bc846267d1fe16bb4c0a812 SHA512 15005f36beb2151963c949c8c1f91f0512264a7e110537c61a3fa47716d87b1479a08fdbe14e7291c8cb7118438427a85f6c1d5737ade1c50f283f96d90d6abe diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.17.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.17.1.ebuild deleted file mode 100644 index 370965cfc7..0000000000 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.17.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="optional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Useful applications for Plasma development" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep kirigami) -" diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest deleted file mode 100644 index de928e369c..0000000000 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-thunderbolt-5.17.1.tar.xz 47104 BLAKE2B 11def1cbed97d696b41c6eb23a5e50821b5667228d95ac0ace4439ffaad01caeb3cb18cb7350cce27282ec995cf6d42b8c27a6e312e27ebd631c7970a3295768 SHA512 78d83a71c775ceca9df9db0eb395b25466405f20cc4fc8d351ad1134790a7ca181d6718c90386ff0117648b035fa09e0d897e0bb06abf99bc32cd3dea7959656 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild deleted file mode 100644 index b2bd661947..0000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Plasma integration for controlling Thunderbolt devices" -HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" - -LICENSE="|| ( GPL-2 GPL-3+ )" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND} - sys-apps/bolt -" diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest deleted file mode 100644 index 1f40dcd219..0000000000 --- a/kde-plasma/plasma-vault/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-vault-5.17.1.tar.xz 129132 BLAKE2B 1901079acc95e637c361aa3d50a8eca1535ee4171ed01f6502f5608b702a7ad1ec43a91cc3c166a560377daa52671b34d72511617862a7290205ea42fad34410 SHA512 f12edfba3f09cb4c284ecdd1cc3bc39e365383ea81783241411211b775dea1588e936f2fbeffda0893ca6dd7edbb1b941eb587d8a56b254c23bd37b29a2da064 diff --git a/kde-plasma/plasma-vault/plasma-vault-5.17.1.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.17.1.ebuild deleted file mode 100644 index 2399168d98..0000000000 --- a/kde-plasma/plasma-vault/plasma-vault-5.17.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Plasma applet and services for creating encrypted vaults" -HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/" - -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="networkmanager" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep plasma) - $(add_frameworks_dep kwidgetsaddons) - $(add_plasma_dep libksysguard) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - networkmanager? ( $(add_frameworks_dep networkmanager-qt) ) -" -RDEPEND="${DEPEND} - || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package networkmanager KF5NetworkManagerQt) - ) - - kde5_src_configure -} diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest deleted file mode 100644 index 83cb607c90..0000000000 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-workspace-wallpapers-5.17.1.tar.xz 34173172 BLAKE2B f270c2a04d8c7e4dc2cc2c69820563dcbd01ab99981bad0cc8b7639c5decd64693cd6bf8aa3f16ab7d2cc4833538307ed8442068c74038057c4db01f54a39fad SHA512 a9d3e35eb39c747792c6abd0b7a31cded2de1bde3ed48d19ca976c31d718c022a167aea4da316c269cf2e3b8b59dcf8b9ea466f8d92d0a9496403a5478271756 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.1.ebuild deleted file mode 100644 index 49be6cf391..0000000000 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_AUTODEPS="false" -KDE_DEBUG="false" -inherit kde5 - -DESCRIPTION="Wallpapers for the Plasma workspace" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -BDEPEND=" - $(add_frameworks_dep extra-cmake-modules) - $(add_qt_dep qtcore) -" diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest deleted file mode 100644 index 5bdbde3d00..0000000000 --- a/kde-plasma/plasma-workspace/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-workspace-5.17.1.tar.xz 4960796 BLAKE2B 7f33ed3fcca34afbb0ba7de3b45e24fecadc69885703081fb1b932fc66f82e8fdfe4806168ef029b7506df72f2b7d910386d684d527e16f986fe5b1c94040436 SHA512 a3a68657686b69ceebaf124191bd01c9865f6b8328e7ec103e54c861376054ad2ae1303651170d458c39fc4dc7818c222fbdf6e64708ed623f054cb4c2be9538 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild deleted file mode 100644 index baf0fcbce6..0000000000 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.17.1.ebuild +++ /dev/null @@ -1,173 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="KDE Plasma workspace" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop systemd" - -REQUIRED_USE="gps? ( geolocation )" - -COMMON_DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kactivities-stats) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kded) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kpeople) - $(add_frameworks_dep krunner) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_frameworks_dep solid) - $(add_plasma_dep kscreenlocker) - $(add_plasma_dep kwin) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libksysguard) - $(add_plasma_dep libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui 'jpeg') - $(add_qt_dep qtnetwork) - $(add_qt_dep qtsql) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] - sys-libs/zlib - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXtst - x11-libs/xcb-util - x11-libs/xcb-util-image - appstream? ( dev-libs/appstream[qt5] ) - calendar? ( $(add_frameworks_dep kholidays) ) - geolocation? ( $(add_frameworks_dep networkmanager-qt) ) - gps? ( sci-geosciences/gpsd ) - qalculate? ( sci-libs/libqalculate:= ) - qrcode? ( $(add_frameworks_dep prison) ) - semantic-desktop? ( $(add_frameworks_dep baloo) ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) - x11-base/xorg-proto -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kdesu) - $(add_frameworks_dep kirigami) - $(add_kdeapps_dep kio-extras) - $(add_plasma_dep ksysguard) - $(add_plasma_dep milou) - $(add_plasma_dep plasma-integration) - $(add_qt_dep qdbus) - $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtpaths) - $(add_qt_dep qtquickcontrols 'widgets') - $(add_qt_dep qtquickcontrols2) - app-text/iso-codes - x11-apps/xmessage - x11-apps/xprop - x11-apps/xrdb - x11-apps/xsetroot - systemd? ( sys-apps/dbus[user-session] ) - !systemd? ( sys-apps/dbus ) - !<kde-plasma/plasma-desktop-5.16.80:5 -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -PATCHES=( - # TODO: Restore Gentoo part for FHS installs, bug 688366 - "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" - "${FILESDIR}/${PN}-5.17.0-waylandsessionrename.patch" -) - -RESTRICT+=" test" - -src_prepare() { - kde5_src_prepare - - cmake_comment_add_subdirectory libkworkspace - # delete colliding libkworkspace translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find po -type f -name "*po" -and -name "libkworkspace*" -delete || die - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_xembed-sni-proxy=OFF - $(cmake-utils_use_find_package appstream AppStreamQt) - $(cmake-utils_use_find_package calendar KF5Holidays) - $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt) - $(cmake-utils_use_find_package qalculate Qalculate) - $(cmake-utils_use_find_package qrcode KF5Prison) - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - ) - - use gps && mycmakeargs+=( $(cmake-utils_use_find_package gps libgps) ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - - # startup and shutdown scripts - insinto /etc/plasma/startup - doins "${FILESDIR}/10-agent-startup.sh" - - insinto /etc/plasma/shutdown - doins "${FILESDIR}/10-agent-shutdown.sh" -} - -pkg_postinst () { - kde5_pkg_postinst - - elog "To enable gpg-agent and/or ssh-agent in Plasma sessions, do the following:" - elog " * Copy the necessary files to your home directory:" - elog " - cp /etc/plasma/startup/10-agent-startup.sh ~/.config/plasma-workspace/env/" - elog " - cp /etc/plasma/shutdown/10-agent-shutdown.sh ~/.config/plasma-workspace/shutdown/" - elog " * Edit 10-agent-startup.sh and uncomment the lines enabling ssh-agent." - elog " * In 10-agent-shutdown.sh uncomment the respective lines to properly kill" - elog " the agent when the session ends." -} diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest deleted file mode 100644 index c4fdf3f9fc..0000000000 --- a/kde-plasma/plymouth-kcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plymouth-kcm-5.17.1.tar.xz 39764 BLAKE2B 15db321da6d7b7a93c50a6aabb3ee73bc8f0a006188d402dc19de884f4444cb32fbe5daa2e32dda3aa56b15e2f5a05dc42eb7cc05127ef578519e28e3fd2d6fe SHA512 358207e070aabf6d832fb0207b5d3497eff9b6dddaee20931fdb202bb1b571ab29d0c204188bfa7256e6379ae4eceedd02cddcc33e94b0c775babd49e2139edf diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild deleted file mode 100644 index f228463005..0000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -BOGUS=1 -inherit kde5 - -DESCRIPTION="KDE Plasma control module for Plymouth" -HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtwidgets) - sys-boot/plymouth -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" - -DOCS=( CONTRIBUTORS ) diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest deleted file mode 100644 index 8c7fd147d2..0000000000 --- a/kde-plasma/polkit-kde-agent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST polkit-kde-agent-1-5.17.1.tar.xz 43264 BLAKE2B d49ba413c20e09abefd3f92ca40ce81a83939283ca22cadba9dbdd56e3e48c9ce1e42a892054643b71a64ca27ea1d14709a96ea914c5bc924999188d427883d8 SHA512 f630c289b4c95cb8fe677a0095ea23e3adb4a5e3468e76db9c373d5613a7789e6009aed50f047ba4e0f6820c74bea0ab20c931828588eb8d9f5aed24f0cbbcf3 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild deleted file mode 100644 index 3a7ae6ac0a..0000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KMNAME="${PN}-1" -inherit kde5 - -DESCRIPTION="PolKit agent module for KDE Plasma" -HOMEPAGE="https://kde.org/" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - >=sys-auth/polkit-qt-0.112.0[qt5(+)] -" -RDEPEND="${DEPEND}" diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest deleted file mode 100644 index 554bd140b5..0000000000 --- a/kde-plasma/powerdevil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST powerdevil-5.17.1.tar.xz 593772 BLAKE2B 87fb9c74d0ffb1a84ba5e755dce248be6809fd5a0be01e014266586da7a3474a56c6ab844d19d27033d2eab00f7ef6cb0a6b497f16fc7fde0bd9bd219a1a0a02 SHA512 db6ac2bd8a4b567b1726ecbb15c90b8935de1a3753f817b677065d451ce7b8b78c179a0c54cddf7789a05693d89c644af7fb055f9573568cb08ecc4175471087 diff --git a/kde-plasma/powerdevil/powerdevil-5.17.1.ebuild b/kde-plasma/powerdevil/powerdevil-5.17.1.ebuild deleted file mode 100644 index 2179318d27..0000000000 --- a/kde-plasma/powerdevil/powerdevil-5.17.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Power management for KDE Plasma Shell" -HOMEPAGE="https://cgit.kde.org/powerdevil.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="brightness-control +wireless" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kauth policykit) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_plasma_dep libkscreen) - $(add_plasma_dep libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - virtual/libudev:= - x11-libs/libxcb - brightness-control? ( app-misc/ddcutil ) - wireless? ( - $(add_frameworks_dep bluez-qt) - $(add_frameworks_dep networkmanager-qt) - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - >=sys-power/upower-0.9.23 -" - -src_configure() { - local mycmakeargs=( - -DHAVE_DDCUTIL=$(usex brightness-control) - $(cmake-utils_use_find_package wireless KF5BluezQt) - $(cmake-utils_use_find_package wireless KF5NetworkManagerQt) - ) - - kde5_src_configure -} diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest deleted file mode 100644 index a578d9e2f6..0000000000 --- a/kde-plasma/sddm-kcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sddm-kcm-5.17.1.tar.xz 58848 BLAKE2B 307d62dbca5517f3852e83649c636340583e15d1a4d523d3efdd6743a1663670391e7958d5575a06fa03ef02f2be369303c55a1f350121fa23b157bdcad50828 SHA512 bb97ad0300a27ab117ec97b7ed7246eec63ab4839cd3f247b2013fc351e6dc2eaca70094d681075b90e9820f86c806309cca00915d57db3dc37380def0dc8b17 diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.17.1.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.17.1.ebuild deleted file mode 100644 index e2fcade9fd..0000000000 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.17.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KDE Plasma control module for SDDM" -HOMEPAGE="https://cgit.kde.org/sddm-kcm.git" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - x11-misc/sddm -" - -DOCS=( CONTRIBUTORS ) diff --git a/kde-plasma/systemsettings/Manifest b/kde-plasma/systemsettings/Manifest deleted file mode 100644 index 65cafe182b..0000000000 --- a/kde-plasma/systemsettings/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST systemsettings-5.17.1.tar.xz 172760 BLAKE2B e0b028b6ecd64f12f216627dae2489d23af0e2e92482bc25b8e76e33db51d7da1506f13dc20ff4bc1e7d22e88aaea4b40ed72a7a29aca1c51008e0aad40df7b3 SHA512 3274dfebd58a7e902ddf0097f34c06570d7973eecc1f6ce68c4c11d5a7792bb7c991889e33c784e9f041b90050822b586c001662484e06e991305f0234766556 diff --git a/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild deleted file mode 100644 index 6b00121110..0000000000 --- a/kde-plasma/systemsettings/systemsettings-5.17.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Control Center to configure KDE Plasma desktop" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kactivities-stats) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep libkworkspace) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - $(add_frameworks_dep kirigami) -" - -src_prepare() { - kde5_src_prepare - - # FIXME: hangs in chroot; similar to bug #640432 - sed -e "s/^ecm_find_qmlmodule.*org\.kde\.kcm/#&/" \ - -i CMakeLists.txt || die -} - -pkg_postinst() { - kde5_pkg_postinst - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - has_version kde-plasma/kde-gtk-config || \ - elog "Install kde-plasma/kde-gtk-config to configure looks for GTK+." - fi -} diff --git a/kde-plasma/user-manager/Manifest b/kde-plasma/user-manager/Manifest deleted file mode 100644 index 3930dbdb38..0000000000 --- a/kde-plasma/user-manager/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST user-manager-5.17.1.tar.xz 2163820 BLAKE2B ac06dcfa31bce2503b47e580457917e5d37a6b79710882c37659ec3595602a73e87dbf57ee60d6c6337bf478157882ddc81c624d6dcb45e8b88886196434e449 SHA512 29172ce29ef40a75a3d43f3830024a41f436d35632227aa7d7b67e35dd08e225e6ba50b67627c70c11e8cd6cf3b29e4e213a2606430dcd217cd50469ffe3cfb4 diff --git a/kde-plasma/user-manager/user-manager-5.17.1.ebuild b/kde-plasma/user-manager/user-manager-5.17.1.ebuild deleted file mode 100644 index 20a0bceeb9..0000000000 --- a/kde-plasma/user-manager/user-manager-5.17.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Simple system settings module to manage the users of your system" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(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 kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - >=dev-libs/libpwquality-1.3.0 -" -RDEPEND="${DEPEND} - sys-apps/accountsservice -" diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest deleted file mode 100644 index b96ee26427..0000000000 --- a/kde-plasma/xdg-desktop-portal-kde/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xdg-desktop-portal-kde-5.17.1.tar.xz 62660 BLAKE2B 2a05547c3f269e9ffceb4e5cb9f20f8771dbf5ec8502d7c3ae1d54205fad7e12f02c462a2048dbff390b27fc498f2ea69c14ee4fe1ca96450be7f2661f9082a8 SHA512 9a9ebae7a0abdcd40f3ecb4965d04cc4506238f4685fea16e614c52bc82c4c1583d18d04e0708d7c5eac90df2635b86675e4bf9e73fb83b37d2700279dcd3c03 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.17.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.17.1.ebuild deleted file mode 100644 index ac89d1e1c4..0000000000 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.17.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="screencast" - -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport 'cups') - $(add_qt_dep qtwidgets) - screencast? ( - dev-libs/glib:2 - media-libs/libepoxy - media-libs/mesa[gbm] - media-video/pipewire:= - ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kwayland) - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} - screencast? ( sys-apps/xdg-desktop-portal[screencast] ) - !screencast? ( sys-apps/xdg-desktop-portal ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package screencast GLIB2) - $(cmake-utils_use_find_package screencast PipeWire) - $(cmake-utils_use_find_package screencast GBM) - $(cmake-utils_use_find_package screencast Epoxy) - ) - kde5_src_configure -} diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest deleted file mode 100644 index 5bdbde3d00..0000000000 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-workspace-5.17.1.tar.xz 4960796 BLAKE2B 7f33ed3fcca34afbb0ba7de3b45e24fecadc69885703081fb1b932fc66f82e8fdfe4806168ef029b7506df72f2b7d910386d684d527e16f986fe5b1c94040436 SHA512 a3a68657686b69ceebaf124191bd01c9865f6b8328e7ec103e54c861376054ad2ae1303651170d458c39fc4dc7818c222fbdf6e64708ed623f054cb4c2be9538 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.1.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.1.ebuild deleted file mode 100644 index 54a97db0e7..0000000000 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_AUTODEPS="false" -KMNAME="plasma-workspace" -inherit kde5 - -DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays" -HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -DEPEND=" - $(add_frameworks_dep extra-cmake-modules) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtcore) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - x11-libs/libXtst - x11-libs/xcb-util-image -" -RDEPEND="${DEPEND} - !<kde-plasma/plasma-workspace-5.14.2:5 - !kde-plasma/xembed-sni-proxy:0 -" - -S="${S}/${PN}" - -PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" ) - -src_prepare() { - kde5_src_prepare - - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \ - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" -} |