diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-13 20:45:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-14 10:19:19 +0300 |
commit | 19c9ce6250dbe8d4cd6f2cc3c17d4b38cf9149cd (patch) | |
tree | 2fe52b132b5ae0b8c9042a8488c35273e37490b2 /app-editors | |
parent | sys-devel/libtool: sparc stable wrt bug #851738 (diff) | |
download | gentoo-19c9ce6250dbe8d4cd6f2cc3c17d4b38cf9149cd.tar.gz gentoo-19c9ce6250dbe8d4cd6f2cc3c17d4b38cf9149cd.tar.bz2 gentoo-19c9ce6250dbe8d4cd6f2cc3c17d4b38cf9149cd.zip |
app-editors/ghostwriter: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25879
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch | 27 | ||||
-rw-r--r-- | app-editors/ghostwriter/files/ghostwriter-1.8.1-qt-5.15.patch | 21 |
2 files changed, 0 insertions, 48 deletions
diff --git a/app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch b/app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch deleted file mode 100644 index 514ab6262e5a..000000000000 --- a/app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 5e63fa9cb6d4020413db071ed68aa85f3e79fd9e Mon Sep 17 00:00:00 2001 -From: David Roman <davidroman96@gmail.com> -Date: Mon, 9 Mar 2020 21:42:58 +0100 -Subject: [PATCH] update appdata path - -The previous location is deprecated -see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html ---- - ghostwriter.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ghostwriter.pro b/ghostwriter.pro -index d399fb5..7f5f22c 100644 ---- a/ghostwriter.pro -+++ b/ghostwriter.pro -@@ -264,7 +264,7 @@ macx { - desktop.path = $$DATADIR/applications/ - - appdata.files = resources/linux/ghostwriter.appdata.xml -- appdata.path = $$DATADIR/appdata/ -+ appdata.path = $$DATADIR/metainfo/ - - man.files = resources/linux/ghostwriter.1 - man.path = $$PREFIX/share/man/man1 --- -2.25.1 - diff --git a/app-editors/ghostwriter/files/ghostwriter-1.8.1-qt-5.15.patch b/app-editors/ghostwriter/files/ghostwriter-1.8.1-qt-5.15.patch deleted file mode 100644 index 0f7425ff35e7..000000000000 --- a/app-editors/ghostwriter/files/ghostwriter-1.8.1-qt-5.15.patch +++ /dev/null @@ -1,21 +0,0 @@ -From f8f4ec0a1b53d1f3e670817f051c59444851cf7f Mon Sep 17 00:00:00 2001 -From: Jakob Gahde <j5lx@fmail.co.uk> -Date: Tue, 9 Jun 2020 10:30:44 +0200 -Subject: [PATCH] Fix build error with Qt 5.15 - ---- - src/MarkdownEditor.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/MarkdownEditor.cpp b/src/MarkdownEditor.cpp -index c5e46d5..c103173 100644 ---- a/src/MarkdownEditor.cpp -+++ b/src/MarkdownEditor.cpp -@@ -30,6 +30,7 @@ - #include <QUrl> - #include <QPixmap> - #include <QPainter> -+#include <QPainterPath> - #include <QFileInfo> - #include <QDir> - |