diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-27 19:20:14 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:39:25 +0000 |
commit | a140c40c45429f12fcc953e50d9874cca0f86790 (patch) | |
tree | 80707cf5ca141a5f69437004169b34389a70554d /x11-misc/qtfm | |
parent | sci-astronomy/celestia: remove unused patch (diff) | |
download | gentoo-a140c40c45429f12fcc953e50d9874cca0f86790.tar.gz gentoo-a140c40c45429f12fcc953e50d9874cca0f86790.tar.bz2 gentoo-a140c40c45429f12fcc953e50d9874cca0f86790.zip |
x11-misc/qtfm: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27986
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/qtfm')
-rw-r--r-- | x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch | 38 |
1 files changed, 0 insertions, 38 deletions
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 deleted file mode 100644 index 783d33d42328..000000000000 --- a/x11-misc/qtfm/files/qtfm-6.2.0-qt-5.15.patch +++ /dev/null @@ -1,38 +0,0 @@ -From c80a7f7e89f5810fab889dc2660d078438727c05 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sun, 14 Jun 2020 20:25:46 +0200 -Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include) - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - libfm/iconlist.cpp | 2 ++ - libfm/iconview.cpp | 2 ++ - 2 files changed, 4 insertions(+) - -diff --git a/libfm/iconlist.cpp b/libfm/iconlist.cpp -index ca72f2e..9b25dd2 100644 ---- a/libfm/iconlist.cpp -+++ b/libfm/iconlist.cpp -@@ -1,5 +1,7 @@ - #include "iconlist.h" - -+#include <QPainterPath> -+ - QSize IconListDelegate::sizeHint(const QStyleOptionViewItem &option, - const QModelIndex &index) const - { -diff --git a/libfm/iconview.cpp b/libfm/iconview.cpp -index 7b72bfb..f1abbd2 100644 ---- a/libfm/iconview.cpp -+++ b/libfm/iconview.cpp -@@ -1,5 +1,7 @@ - #include "iconview.h" - -+#include <QPainterPath> -+ - bool IconViewDelegate::eventFilter(QObject *object, - QEvent *event) - { --- -2.27.0 - |