diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-24 11:22:52 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-24 11:22:52 +0200 |
| commit | 3465c2f72285e1a4abe8cb3c54b5846fbe0c8427 (patch) | |
| tree | 2ef94a2515a776c8c876281f816f8581da87efd3 | |
| parent | 49a4185d401a2b24a6c25b6dfc2816563b4d8cfd (diff) | |
| download | kde-3465c2f72285e1a4abe8cb3c54b5846fbe0c8427.tar.gz kde-3465c2f72285e1a4abe8cb3c54b5846fbe0c8427.tar.bz2 kde-3465c2f72285e1a4abe8cb3c54b5846fbe0c8427.zip | |
net-irc/konversation: Drop patch, cherry-picked upstream
Upstream commit 915fd59dc31ce625dda87cf3ce72519dd8bc5f75
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | net-irc/konversation/files/konversation-1.7.5-kf5bookmarks-5.69.patch | 51 | ||||
| -rw-r--r-- | net-irc/konversation/konversation-1.7.9999.ebuild | 1 |
2 files changed, 0 insertions, 52 deletions
diff --git a/net-irc/konversation/files/konversation-1.7.5-kf5bookmarks-5.69.patch b/net-irc/konversation/files/konversation-1.7.5-kf5bookmarks-5.69.patch deleted file mode 100644 index 2c36f69aa99..00000000000 --- a/net-irc/konversation/files/konversation-1.7.5-kf5bookmarks-5.69.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 57df81cd8a11c4dbe170f9d81abd5b35b4887e0b Mon Sep 17 00:00:00 2001 -From: Ahmad Samir <a.samirh78@gmail.com> -Date: Fri, 17 Apr 2020 13:14:26 +0200 -Subject: Adapt the code to KBookmarkMenu-5.69 changes - -Test Plan: -Bookmarks menu still works, and the bookmark actions still show in the -shortcuts editor dialog. - -Reviewers: #konversation, psn - -Reviewed By: #konversation, psn - -Subscribers: #konversation - -Differential Revision: https://phabricator.kde.org/D28911 ---- - src/bookmarkhandler.cpp | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/src/bookmarkhandler.cpp b/src/bookmarkhandler.cpp -index 5a70591..74b51ff 100644 ---- a/src/bookmarkhandler.cpp -+++ b/src/bookmarkhandler.cpp -@@ -21,7 +21,10 @@ Copyright (C) 2002 Carsten Pfeiffer <pfeiffer@kde.org> - #include "connectionmanager.h" - #include "viewer/viewcontainer.h" - -+#include <KActionCollection> -+#include <kbookmarks_version.h> - #include <KBookmarkMenu> -+#include <QMenu> - #include <QStandardPaths> - - -@@ -41,7 +44,12 @@ m_mainWindow(mainWindow) - manager->setEditorOptions(i18n("Konversation Bookmarks Editor"), false); - manager->setUpdate( true ); - -+#if KBOOKMARKS_VERSION < QT_VERSION_CHECK(5, 69, 0) - m_bookmarkMenu = new KBookmarkMenu(manager, this, menu, m_mainWindow->actionCollection()); -+#else -+ m_bookmarkMenu = new KBookmarkMenu(manager, this, menu); -+ m_mainWindow->actionCollection()->addActions(menu->actions()); -+#endif - } - - KonviBookmarkHandler::~KonviBookmarkHandler() --- -cgit v1.1 - diff --git a/net-irc/konversation/konversation-1.7.9999.ebuild b/net-irc/konversation/konversation-1.7.9999.ebuild index 820ba383729..57754616624 100644 --- a/net-irc/konversation/konversation-1.7.9999.ebuild +++ b/net-irc/konversation/konversation-1.7.9999.ebuild @@ -61,7 +61,6 @@ RDEPEND="${DEPEND} PATCHES=( # git master - "${FILESDIR}"/${PN}-1.7.5-kf5bookmarks-5.69.patch "${FILESDIR}"/${PN}-1.7.5-unused-kemoticons.patch "${FILESDIR}"/${PN}-1.7.6-no-kiconthemes.patch ) |
