From 547edb3c4e958151637de09846f1aff51b74a1fb Mon Sep 17 00:00:00 2001
From: Sebastian Heinlein
Date: Sat, 19 May 2018 13:57:26 +0200
Subject: [PATCH] appdata: install the metainfo using the Makefile
Furthermore add some information about the latest releases
and remove a few trailing whitespaces.
---
misc/Makefile | 2 ++
misc/qutebrowser.appdata.xml | 9 +++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/misc/Makefile b/misc/Makefile
index 6a6762d6a..210480e01 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -15,6 +15,8 @@ doc/qutebrowser.1.html:
install: doc/qutebrowser.1.html
$(PYTHON) setup.py install --prefix="$(PREFIX)" --optimize=1 $(SETUPTOOLSOPTS)
+ install -Dm644 misc/qutebrowser.appdata.xml \
+ "$(DESTDIR)$(PREFIX)/share/metainfo/qutebrowser.appdata.xml"
install -Dm644 doc/qutebrowser.1 \
"$(DESTDIR)$(PREFIX)/share/man/man1/qutebrowser.1"
install -Dm644 misc/qutebrowser.desktop \
diff --git a/misc/qutebrowser.appdata.xml b/misc/qutebrowser.appdata.xml
index bac4539ab..bdab55f54 100644
--- a/misc/qutebrowser.appdata.xml
+++ b/misc/qutebrowser.appdata.xml
@@ -9,9 +9,9 @@
qutebrowser is a keyboard-focused browser with a minimal GUI.
- It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl,
+ It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl,
and is based on Python and PyQt5.
-
+
Network
@@ -40,4 +40,9 @@
https://qutebrowser.org/doc/help/
https://github.com/qutebrowser/qutebrowser/issues/
https://github.com/qutebrowser/qutebrowser#donating
+
+
+
+
+