summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2020-03-05 21:56:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-11 23:03:40 +0100
commitfaf76fb9991c7dcc516b3c10292063a0af843898 (patch)
tree07b0b49678c64c58d596f5f74a6922aaf55f4e7c /app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch
parentdev-python/uritemplate: 3.0.1 bump (diff)
downloadgentoo-faf76fb9991c7dcc516b3c10292063a0af843898.tar.gz
gentoo-faf76fb9991c7dcc516b3c10292063a0af843898.tar.bz2
gentoo-faf76fb9991c7dcc516b3c10292063a0af843898.zip
app-editors/ghostwriter: verbump to 1.8.1
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14859 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch')
-rw-r--r--app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch27
1 files changed, 27 insertions, 0 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
new file mode 100644
index 000000000000..514ab6262e5a
--- /dev/null
+++ b/app-editors/ghostwriter/files/ghostwriter-1.8.1-appdata-path.patch
@@ -0,0 +1,27 @@
+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
+