summarylogtreecommitdiffstats
path: root/install-appdata.patch
diff options
context:
space:
mode:
authoréclairevoyant2023-01-12 18:02:08 -0500
committeréclairevoyant2023-01-12 18:02:08 -0500
commit99e365f6b2f47206a6852226f5be1d1cea9ce917 (patch)
treedaf38cbc55899b641e469464f04aacde1b7bd4d2 /install-appdata.patch
parent4b0ef0803fdb2bf1ee077b73fda52944d14bee77 (diff)
downloadaur-quiterss.tar.gz
quiterss: fix patch file, add .gitignore
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Diffstat (limited to 'install-appdata.patch')
-rw-r--r--install-appdata.patch53
1 files changed, 21 insertions, 32 deletions
diff --git a/install-appdata.patch b/install-appdata.patch
index 3f784f7f0fb3..129144ffd2ef 100644
--- a/install-appdata.patch
+++ b/install-appdata.patch
@@ -1,32 +1,21 @@
-From ea8b4dce33fd5a74012d14d92bef43e26c6dda66 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
-Date: Sat, 17 Apr 2021 21:00:32 +0200
-Subject: [PATCH] Install appdata file
-
----
- QuiteRSS.pro | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/QuiteRSS.pro b/QuiteRSS.pro
-index d5088fdf..22dceac5 100644
---- a/QuiteRSS.pro
-+++ b/QuiteRSS.pro
-@@ -287,6 +287,9 @@ unix:!mac {
-
- desktop.files = quiterss.desktop
- desktop.path = $$quote($$PREFIX/share/applications)
-+
-+ appdata.files = quiterss.appdata.xml
-+ appdata.path = $$quote($$PREFIX/share/metainfo)
-
- target1.files = images/48x48/quiterss.png
- target1.path = $$quote($$PREFIX/share/pixmaps)
-@@ -314,7 +317,7 @@ unix:!mac {
- style.files = style
- style.path = $$quote($$DATA_DIR)
-
-- INSTALLS += target desktop target1
-+ INSTALLS += target desktop appdata target1
- INSTALLS += icon_16 icon_32 icon_48 icon_64 icon_128 icon_256
- INSTALLS += translations sound style
- }
+--- a/QuiteRSS.pro 2023-01-12 17:47:21.994842264 -0500
++++ b/QuiteRSS.pro 2023-01-12 17:49:04.825143301 -0500
+@@ -285,6 +285,9 @@
+ desktop.files = quiterss.desktop
+ desktop.path = $$quote($$PREFIX/share/applications)
+
++ appdata.files = quiterss.appdata.xml
++ appdata.path = $$quote($$PREFIX/share/metainfo)
++
+ target1.files = images/48x48/quiterss.png
+ target1.path = $$quote($$PREFIX/share/pixmaps)
+
+@@ -311,7 +314,7 @@
+ style.files = style
+ style.path = $$quote($$DATA_DIR)
+
+- INSTALLS += target desktop target1
++ INSTALLS += target desktop appdata target1
+ INSTALLS += icon_16 icon_32 icon_48 icon_64 icon_128 icon_256
+ INSTALLS += translations sound style
+ }