summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:08:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:32:25 +0200
commitc302d2e078bc97fe598af894aed88ed408a22a2c (patch)
tree1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/plasma-workspace/files
parentmedia-gfx/openscad: bump to version 2019.05 (diff)
downloadgentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558 Closes: https://bugs.gentoo.org/684960 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.4-startkde-script.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.4-startkde-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.4-startkde-script.patch
deleted file mode 100644
index 1630080ca2c7..000000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.4-startkde-script.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From bf569560bf195ac4e79d65d4103a7161a6a2f2ac Mon Sep 17 00:00:00 2001
-From: Elias Probst <mail@eliasprobst.eu>
-Date: Sat, 4 Jul 2015 11:33:01 +0200
-Subject: [PATCH] [startkde] Gentoo FHS script support
-
----
- startkde/startkde.cmake | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
-index 2585600..9350158 100644
---- a/startkde/startkde.cmake
-+++ b/startkde/startkde.cmake
-@@ -210,6 +210,11 @@ for prefix in `echo $scriptpath`; do
- done
- done
-
-+# Gentoo part for FHS installs
-+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
-+ test -r "${file}" && . "${file}"
-+done
-+
- # Activate the kde font directories.
- #
- # There are 4 directories that may be used for supplying fonts for KDE.
-@@ -417,6 +422,11 @@ for prefix in `echo "$scriptpath"`; do
- done
- done
-
-+# Gentoo part for FHS installs
-+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
-+ test -r "${file}" && . "${file}"
-+done
-+
- unset KDE_FULL_SESSION
- xprop -root -remove KDE_FULL_SESSION
- unset KDE_SESSION_VERSION
---
-2.3.6
-