Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/files/
Date: Sun, 30 Oct 2022 09:40:27
Message-Id: 1667122765.a140c40c45429f12fcc953e50d9874cca0f86790.sam@gentoo
1 commit: a140c40c45429f12fcc953e50d9874cca0f86790
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Oct 27 17:20:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:39:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a140c40c
7
8 x11-misc/qtfm: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/27986
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch | 38 ----------------------------
15 1 file changed, 38 deletions(-)
16
17 diff --git a/x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch b/x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch
18 deleted file mode 100644
19 index 783d33d42328..000000000000
20 --- a/x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -From c80a7f7e89f5810fab889dc2660d078438727c05 Mon Sep 17 00:00:00 2001
24 -From: Andreas Sturmlechner <asturm@g.o>
25 -Date: Sun, 14 Jun 2020 20:25:46 +0200
26 -Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include)
27 -
28 -Signed-off-by: Andreas Sturmlechner <asturm@g.o>
29 ----
30 - libfm/iconlist.cpp | 2 ++
31 - libfm/iconview.cpp | 2 ++
32 - 2 files changed, 4 insertions(+)
33 -
34 -diff --git a/libfm/iconlist.cpp b/libfm/iconlist.cpp
35 -index ca72f2e..9b25dd2 100644
36 ---- a/libfm/iconlist.cpp
37 -+++ b/libfm/iconlist.cpp
38 -@@ -1,5 +1,7 @@
39 - #include "iconlist.h"
40 -
41 -+#include <QPainterPath>
42 -+
43 - QSize IconListDelegate::sizeHint(const QStyleOptionViewItem &option,
44 - const QModelIndex &index) const
45 - {
46 -diff --git a/libfm/iconview.cpp b/libfm/iconview.cpp
47 -index 7b72bfb..f1abbd2 100644
48 ---- a/libfm/iconview.cpp
49 -+++ b/libfm/iconview.cpp
50 -@@ -1,5 +1,7 @@
51 - #include "iconview.h"
52 -
53 -+#include <QPainterPath>
54 -+
55 - bool IconViewDelegate::eventFilter(QObject *object,
56 - QEvent *event)
57 - {
58 ---
59 -2.27.0
60 -