summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-12 16:00:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-12 22:32:55 +0200
commitcba4842d33143287b9db93e426c80c45f416e43d (patch)
treee095de2cfcd9bad1d18e691a2f8984f0c1f93746 /kde-plasma/plasma-workspace
parentkde-frameworks: Drop KDE Frameworks 5.34.0 (diff)
downloadgentoo-cba4842d33143287b9db93e426c80c45f416e43d.tar.gz
gentoo-cba4842d33143287b9db93e426c80c45f416e43d.tar.bz2
gentoo-cba4842d33143287b9db93e426c80c45f416e43d.zip
kde-plasma: Drop KDE Plasma 5.10.4
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/plasma-workspace')
-rw-r--r--kde-plasma/plasma-workspace/Manifest1
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-ghns-https.patch34
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-notifications.patch69
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r2.ebuild172
4 files changed, 0 insertions, 276 deletions
diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest
index 5986b85748d3..cfed82826e80 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-5.10.4.tar.xz 6953964 SHA256 1c05578186d1b715042723f99196b981ce6c8a606e4e574681dad31db946a121 SHA512 4bfcb18f73c4df0b4342e00b94ca375cc0ec1968e0f30ca8e14366dae5723ba9491fd073fc4408a9ae64c2efa52e72efd7e474e15b0cc4c65e1d42f1fe57170a WHIRLPOOL 5d35384bb77e7caf2164b095530712f82ed2f0d46ba1d9480d56da47132fd29afe96b0cf2e5e4e8494012990b6129e7940782555b7cf0f8c9adb3926e2089e15
DIST plasma-workspace-5.10.5.tar.xz 6945244 SHA256 54927297f46fbc9556d6027880712f94eeccf39f09b613e79fcdc26ce5df22d8 SHA512 2b205c5bf1fbdfd3713594292565ea6922c0d82fd12ef43c82e8bbc18049293a5d357460889e5be7ed2a185dd89bb8b77df90bad5d572b2472486e84bdb8bfa2 WHIRLPOOL c8cc0f57e6dfecb7711557cede3ee86631758d664967d0a21d3a98415f62ded26c651a3fc289c10286c1bd69aff1d3bc66bb3953314502dbaca8510bf5b15621
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-ghns-https.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-ghns-https.patch
deleted file mode 100644
index 2a805e32f0f7..000000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-ghns-https.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-commit ae943198bf74d563adcb1f3d36ee4ba1b7b274a9
-Author: Aleix Pol <aleixpol@kde.org>
-Date: Fri Jul 28 13:21:38 2017 +0200
-
- Prefer using https for kns providers
-
- CCBUG: 382820
-
-diff --git a/components/shellprivate/widgetexplorer/plasmoids.knsrc b/components/shellprivate/widgetexplorer/plasmoids.knsrc
-index c683a257..03c7de0e 100644
---- a/components/shellprivate/widgetexplorer/plasmoids.knsrc
-+++ b/components/shellprivate/widgetexplorer/plasmoids.knsrc
-@@ -36,7 +36,7 @@ Name[x-test]=xxPlasma Widgetsxx
- Name[zh_CN]=Plasma 部件
- Name[zh_TW]=Plasma 元件
-
--ProvidersUrl=http://download.kde.org/ocs/providers.xml
-+ProvidersUrl=https://download.kde.org/ocs/providers.xml
- Categories=Plasma 5 Plasmoid
- StandardResource=tmp
- InstallationCommand=kpackagetool5 --install %f --type Plasma/Applet
-diff --git a/wallpapers/image/wallpaper.knsrc b/wallpapers/image/wallpaper.knsrc
-index 4a0cf2d6..2decc7e7 100644
---- a/wallpapers/image/wallpaper.knsrc
-+++ b/wallpapers/image/wallpaper.knsrc
-@@ -36,7 +36,7 @@ Name[x-test]=xxWallpapersxx
- Name[zh_CN]=壁纸
- Name[zh_TW]=桌布
-
--ProvidersUrl=http://download.kde.org/ocs/providers.xml
-+ProvidersUrl=https://download.kde.org/ocs/providers.xml
- Categories=KDE Wallpaper 800x600,KDE Wallpaper 1024x768,KDE Wallpaper 1280x1024,KDE Wallpaper 1440x900,KDE Wallpaper 1600x1200,KDE Wallpaper (other)
- StandardResource=wallpaper
- Uncompress=archive
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-notifications.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-notifications.patch
deleted file mode 100644
index e964eeb8beb8..000000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-notifications.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-commit 7e2a29b0b18abe31df68c2f176124acfbc15c438
-Author: Kai Uwe Broulik <kde@privat.broulik.de>
-Date: Tue Aug 1 12:53:38 2017 +0200
-
- [Notifications] Improve mouse handling
-
- * Make links clickable again
- * Don't pass visualParent to context menu as we already give it a position, fixes it being positioned incorrectly
- * Open context menu on press already like is done everywhere else
- * Give "Copy" the edit-copy icon
- * Deselect text after copying again, otherwise it stays selected but the user cannot unselect it.
-
- BUG: 382263
- FIXED-IN: 5.10.5
-
- Differential Revision: https://phabricator.kde.org/D7029
-
-diff --git a/applets/notifications/package/contents/ui/NotificationItem.qml b/applets/notifications/package/contents/ui/NotificationItem.qml
-index dabf1b90..c260d588 100644
---- a/applets/notifications/package/contents/ui/NotificationItem.qml
-+++ b/applets/notifications/package/contents/ui/NotificationItem.qml
-@@ -282,8 +282,6 @@ MouseArea {
- wrapMode: Text.Wrap
- textFormat: TextEdit.RichText
-
-- onLinkActivated: Qt.openUrlExternally(link)
--
- // ensure selecting text scrolls the view as needed...
- onCursorRectangleChanged: {
- var flick = bodyTextScrollArea.flickableItem
-@@ -297,23 +295,33 @@ MouseArea {
- anchors.fill: parent
- acceptedButtons: Qt.RightButton | Qt.LeftButton
-
-- onClicked: {
-- if (mouse.button == Qt.RightButton)
-+ onPressed: {
-+ if (mouse.button === Qt.RightButton) {
- contextMenu.open(mouse.x, mouse.y)
-- else {
-- notificationItem.clicked(mouse)
-+ }
-+ }
-+
-+ onClicked: {
-+ if (mouse.button === Qt.LeftButton) {
-+ var link = bodyText.linkAt(mouse.x, mouse.y)
-+ if (link) {
-+ Qt.openUrlExternally(link)
-+ } else {
-+ notificationItem.clicked(mouse)
-+ }
- }
- }
-
- PlasmaComponents.ContextMenu {
- id: contextMenu
-- visualParent: parent
-
- PlasmaComponents.MenuItem {
- text: i18n("Copy")
-+ icon: "edit-copy"
- onClicked: {
- bodyText.selectAll()
- bodyText.copy()
-+ bodyText.deselect()
- }
- }
- }
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r2.ebuild
deleted file mode 100644
index 6e98919fcb88..000000000000
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.10.4-r2.ebuild
+++ /dev/null
@@ -1,172 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5 qmake-utils
-
-DESCRIPTION="KDE Plasma workspace"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="+calendar geolocation gps prison qalculate +semantic-desktop"
-
-REQUIRED_USE="gps? ( geolocation )"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kactivities)
- $(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 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 kjs)
- $(add_frameworks_dep kjsembed)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kpackage)
- $(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 kxmlrpcclient)
- $(add_frameworks_dep plasma)
- $(add_frameworks_dep solid)
- $(add_plasma_dep kscreenlocker)
- $(add_plasma_dep kwin)
- $(add_plasma_dep libksysguard)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative 'widgets')
- $(add_qt_dep qtgui 'jpeg')
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtscript)
- $(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
- calendar? ( $(add_kdeapps_dep kholidays) )
- geolocation? ( $(add_frameworks_dep networkmanager-qt) )
- gps? ( sci-geosciences/gpsd )
- prison? ( $(add_frameworks_dep prison) )
- qalculate? ( sci-libs/libqalculate:= )
- semantic-desktop? ( $(add_frameworks_dep baloo) )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
- $(add_frameworks_dep kdesu)
- $(add_kdeapps_dep kio-extras)
- $(add_plasma_dep kde-cli-tools)
- $(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')
- app-text/iso-codes
- x11-apps/mkfontdir
- x11-apps/xmessage
- x11-apps/xprop
- x11-apps/xrdb
- x11-apps/xset
- x11-apps/xsetroot
- !dev-libs/xembed-sni-proxy
- !kde-plasma/freespacenotifier:4
- !kde-plasma/libtaskmanager:4
- !kde-plasma/kcminit:4
- !kde-plasma/kdebase-startkde:4
- !kde-plasma/klipper:4
- !kde-plasma/krunner:4
- !kde-plasma/ksmserver:4
- !kde-plasma/ksplash:4
- !kde-plasma/plasma-workspace:4
-"
-DEPEND="${COMMON_DEPEND}
- $(add_qt_dep qtconcurrent)
- x11-proto/xproto
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-5.4-startkde-script.patch"
- "${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch"
- "${FILESDIR}/${P}-ghns-https.patch"
- "${FILESDIR}/${P}-notifications.patch"
- "${FILESDIR}/${P}-unused-dep.patch"
-)
-
-RESTRICT+=" test"
-
-src_prepare() {
- kde5_src_prepare
-
- sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \
- -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package calendar KF5Holidays)
- $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt)
- $(cmake-utils_use_find_package prison KF5Prison)
- $(cmake-utils_use_find_package qalculate Qalculate)
- $(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
-
- echo
- elog "To enable gpg-agent and/or ssh-agent in Plasma sessions,"
- elog "edit ${EPREFIX}/etc/plasma/startup/10-agent-startup.sh and"
- elog "${EPREFIX}/etc/plasma/shutdown/10-agent-shutdown.sh"
- echo
-}