diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:13:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:20:48 +0200 |
commit | 4461ffbf581738fbf48fe1ed744ead6885d93dda (patch) | |
tree | de205c455262e9f04e26c52e9327ceb1a65ff4b6 /kde-frameworks/ktexteditor | |
parent | sys-fs/encfs: Drop 1.9.2 and 1.9.4 (diff) | |
download | gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.gz gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.bz2 gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.zip |
kde-frameworks: Drop KDE Frameworks 5.57.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ktexteditor')
-rw-r--r-- | kde-frameworks/ktexteditor/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/ktexteditor/files/ktexteditor-5.57.0-shortcuts.patch | 54 | ||||
-rw-r--r-- | kde-frameworks/ktexteditor/ktexteditor-5.57.0-r1.ebuild | 58 |
3 files changed, 0 insertions, 113 deletions
diff --git a/kde-frameworks/ktexteditor/Manifest b/kde-frameworks/ktexteditor/Manifest index 5598318a01c1..5825741946f1 100644 --- a/kde-frameworks/ktexteditor/Manifest +++ b/kde-frameworks/ktexteditor/Manifest @@ -1,2 +1 @@ -DIST ktexteditor-5.57.0.tar.xz 2294748 BLAKE2B f4c8ef5ab46e6505d3760ba4d40721579820244915c609b3b5148f7718d8649884c87ef7d6809e309dd75470eca70b98c1b93742d1ed2798a4b3150b33f8b555 SHA512 e5b1462eed712273e1b5bf6107f42da7bea79d06d160106bc1fb68825f062b898a15a231f864819b74103eeb8772c09adf591945cef8bd663389290daf785a82 DIST ktexteditor-5.60.0.tar.xz 2321556 BLAKE2B 908443a648a402b73cf223e63f70165abf4b5c636a3c2b894ce3f3633383f12be1fb41e195d65a9703ab9d17d9ad6cccc058edbffec139db4934dc714de09d86 SHA512 16741e4f6aab274b856fdff42a578f936bd72d5452d88e52e1cf739d6462e461e330b51360f1583fa9c4c1f51998d2ea27d78f9456118bca2b381dda7e809272 diff --git a/kde-frameworks/ktexteditor/files/ktexteditor-5.57.0-shortcuts.patch b/kde-frameworks/ktexteditor/files/ktexteditor-5.57.0-shortcuts.patch deleted file mode 100644 index 2f979d681227..000000000000 --- a/kde-frameworks/ktexteditor/files/ktexteditor-5.57.0-shortcuts.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 9f2ffd36c5873f4d2645f07129ead7970871808c Mon Sep 17 00:00:00 2001 -From: Christoph Cullmann <cullmann@kde.org> -Date: Sun, 14 Apr 2019 14:38:31 +0200 -Subject: avoid conflicting shortcuts for switching tabs - -Summary: use ALT + Home/End for top/bottom of view - -Subscribers: kwrite-devel, kde-frameworks-devel - -Tags: #kate, #frameworks - -Differential Revision: https://phabricator.kde.org/D20534 ---- - src/view/kateview.cpp | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/view/kateview.cpp b/src/view/kateview.cpp -index 7220d26..55457c7 100644 ---- a/src/view/kateview.cpp -+++ b/src/view/kateview.cpp -@@ -1046,13 +1046,13 @@ void KTextEditor::ViewPrivate::setupEditActions() - - a = ac->addAction(QStringLiteral("move_top_of_view")); - a->setText(i18n("Move to Top of View")); -- ac->setDefaultShortcut(a, QKeySequence(Qt::CTRL + Qt::Key_PageUp)); -+ ac->setDefaultShortcut(a, QKeySequence(Qt::ALT + Qt::Key_Home)); - connect(a, SIGNAL(triggered(bool)), SLOT(topOfView())); - m_editActions << a; - - a = ac->addAction(QStringLiteral("select_top_of_view")); - a->setText(i18n("Select to Top of View")); -- ac->setDefaultShortcut(a, QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_PageUp)); -+ ac->setDefaultShortcut(a, QKeySequence(Qt::ALT + Qt::SHIFT + Qt::Key_Home)); - connect(a, SIGNAL(triggered(bool)), SLOT(shiftTopOfView())); - m_editActions << a; - -@@ -1070,13 +1070,13 @@ void KTextEditor::ViewPrivate::setupEditActions() - - a = ac->addAction(QStringLiteral("move_bottom_of_view")); - a->setText(i18n("Move to Bottom of View")); -- ac->setDefaultShortcut(a, QKeySequence(Qt::CTRL + Qt::Key_PageDown)); -+ ac->setDefaultShortcut(a, QKeySequence(Qt::ALT + Qt::Key_End)); - connect(a, SIGNAL(triggered(bool)), SLOT(bottomOfView())); - m_editActions << a; - - a = ac->addAction(QStringLiteral("select_bottom_of_view")); - a->setText(i18n("Select to Bottom of View")); -- ac->setDefaultShortcut(a, QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_PageDown)); -+ ac->setDefaultShortcut(a, QKeySequence(Qt::ALT + Qt::SHIFT + Qt::Key_End)); - connect(a, SIGNAL(triggered(bool)), SLOT(shiftBottomOfView())); - m_editActions << a; - --- -cgit v1.1 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.57.0-r1.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.57.0-r1.ebuild deleted file mode 100644 index 7f626414d3ad..000000000000 --- a/kde-frameworks/ktexteditor/ktexteditor-5.57.0-r1.ebuild +++ /dev/null @@ -1,58 +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="Framework providing a full text editor component" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="editorconfig git" - -BDEPEND=" - test? ( $(add_frameworks_dep kservice) ) -" -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcodecs) - $(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 kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kparts) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_frameworks_dep syntax-highlighting) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - editorconfig? ( app-text/editorconfig-core-c ) - git? ( dev-libs/libgit2:= ) -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-shortcuts.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package editorconfig EditorConfig) - $(cmake-utils_use_find_package git LibGit2) - ) - - kde5_src_configure -} |