public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/, kde-apps/dolphin/files/
Date: Tue, 10 Dec 2019 01:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1575936537.3eeebe2e17fed72ecdbadee24591e0c73bf06406.asturm@gentoo> (raw)

commit:     3eeebe2e17fed72ecdbadee24591e0c73bf06406
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 00:08:57 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 00:08:57 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3eeebe2e

kde-apps/dolphin: Drop obsolete patch

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/dolphin/dolphin-19.12.0.ebuild            |  2 -
 .../dolphin/files/dolphin-19.12.0-qt-5.14.patch    | 81 ----------------------
 2 files changed, 83 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-19.12.0.ebuild b/kde-apps/dolphin/dolphin-19.12.0.ebuild
index 1b4b3ad99a..fcaf127a47 100644
--- a/kde-apps/dolphin/dolphin-19.12.0.ebuild
+++ b/kde-apps/dolphin/dolphin-19.12.0.ebuild
@@ -64,8 +64,6 @@ RDEPEND="${DEPEND}
 
 RESTRICT+=" test"
 
-PATCHES=( "${FILESDIR}"/${P}-qt-5.14.patch ) # not yet upstream
-
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package activities KF5Activities)

diff --git a/kde-apps/dolphin/files/dolphin-19.12.0-qt-5.14.patch b/kde-apps/dolphin/files/dolphin-19.12.0-qt-5.14.patch
deleted file mode 100644
index 02ad279aeb..0000000000
--- a/kde-apps/dolphin/files/dolphin-19.12.0-qt-5.14.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-diff --git a/src/global.h b/src/global.h
---- a/src/global.h
-+++ b/src/global.h
-@@ -22,6 +22,7 @@
- 
- #include <QList>
- #include <QUrl>
-+#include <QWidget>
- 
- namespace Dolphin {
-     QList<QUrl> validateUris(const QStringList& uriList);
-diff --git a/src/kitemviews/kstandarditem.h b/src/kitemviews/kstandarditem.h
---- a/src/kitemviews/kstandarditem.h
-+++ b/src/kitemviews/kstandarditem.h
-@@ -25,6 +25,7 @@
- #include <QByteArray>
- #include <QHash>
- #include <QObject>
-+#include <QSet>
- #include <QVariant>
- 
- class KStandardItemModel;
-diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
---- a/src/search/dolphinsearchbox.cpp
-+++ b/src/search/dolphinsearchbox.cpp
-@@ -39,9 +39,11 @@
- #include <QFontDatabase>
- #include <QHBoxLayout>
- #include <QIcon>
-+#include <QKeyEvent>
- #include <QLabel>
- #include <QLineEdit>
- #include <QScrollArea>
-+#include <QShowEvent>
- #include <QTimer>
- #include <QToolButton>
- #include <QUrlQuery>
-diff --git a/src/settings/dolphinsettingsdialog.cpp b/src/settings/dolphinsettingsdialog.cpp
---- a/src/settings/dolphinsettingsdialog.cpp
-+++ b/src/settings/dolphinsettingsdialog.cpp
-@@ -34,6 +34,7 @@
- #include <KWindowConfig>
- #include <KMessageBox>
- 
-+#include <QCloseEvent>
- #include <QPushButton>
- 
- DolphinSettingsDialog::DolphinSettingsDialog(const QUrl& url, QWidget* parent) :
-diff --git a/src/settings/general/previewssettingspage.cpp b/src/settings/general/previewssettingspage.cpp
---- a/src/settings/general/previewssettingspage.cpp
-+++ b/src/settings/general/previewssettingspage.cpp
-@@ -32,6 +32,7 @@
- #include <QLabel>
- #include <QListView>
- #include <QPainter>
-+#include <QShowEvent>
- #include <QSortFilterProxyModel>
- #include <QSpinBox>
- 
-diff --git a/src/settings/services/servicessettingspage.cpp b/src/settings/services/servicessettingspage.cpp
---- a/src/settings/services/servicessettingspage.cpp
-+++ b/src/settings/services/servicessettingspage.cpp
-@@ -36,6 +36,7 @@
- #include <QGridLayout>
- #include <QLabel>
- #include <QListWidget>
-+#include <QShowEvent>
- #include <QSortFilterProxyModel>
- 
- namespace
-diff --git a/src/views/draganddrophelper.cpp b/src/views/draganddrophelper.cpp
---- a/src/views/draganddrophelper.cpp
-+++ b/src/views/draganddrophelper.cpp
-@@ -25,6 +25,7 @@
- 
- #include <QDBusConnection>
- #include <QDBusMessage>
-+#include <QDropEvent>
- #include <QMimeData>
- 
- QHash<QUrl, bool> DragAndDropHelper::m_urlListMatchesUrlCache;


             reply	other threads:[~2019-12-10  1:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10  1:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-12  7:50 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/, kde-apps/dolphin/files/ Andreas Sturmlechner
2020-04-13  9:00 Andreas Sturmlechner
2020-02-16 10:39 Andreas Sturmlechner
2018-05-24 15:30 Andreas Sturmlechner
2015-08-27 10:38 Michael Palimaka
2015-02-18  6:37 Johannes Huber
2015-01-19 21:56 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1575936537.3eeebe2e17fed72ecdbadee24591e0c73bf06406.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox