Merge remote-tracking branch 'origin/pr/3926'
This commit is contained in:
commit
a663c857cc
@ -15,6 +15,8 @@ doc/qutebrowser.1.html:
|
|||||||
|
|
||||||
install: doc/qutebrowser.1.html
|
install: doc/qutebrowser.1.html
|
||||||
$(PYTHON) setup.py install --prefix="$(PREFIX)" --optimize=1 $(SETUPTOOLSOPTS)
|
$(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 \
|
install -Dm644 doc/qutebrowser.1 \
|
||||||
"$(DESTDIR)$(PREFIX)/share/man/man1/qutebrowser.1"
|
"$(DESTDIR)$(PREFIX)/share/man/man1/qutebrowser.1"
|
||||||
install -Dm644 misc/qutebrowser.desktop \
|
install -Dm644 misc/qutebrowser.desktop \
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
qutebrowser is a keyboard-focused browser with a minimal GUI.
|
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.
|
and is based on Python and PyQt5.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<categories>
|
<categories>
|
||||||
<category>Network</category>
|
<category>Network</category>
|
||||||
@ -40,4 +40,9 @@
|
|||||||
<url type="help">https://qutebrowser.org/doc/help/</url>
|
<url type="help">https://qutebrowser.org/doc/help/</url>
|
||||||
<url type="bugtracker">https://github.com/qutebrowser/qutebrowser/issues/</url>
|
<url type="bugtracker">https://github.com/qutebrowser/qutebrowser/issues/</url>
|
||||||
<url type="donation">https://github.com/qutebrowser/qutebrowser#donating</url>
|
<url type="donation">https://github.com/qutebrowser/qutebrowser#donating</url>
|
||||||
|
<releases>
|
||||||
|
<release version="1.3.0" date="2018-05-04"/>
|
||||||
|
<release version="1.2.1" date="2018-03-14"/>
|
||||||
|
<release version="1.2.0" date="2018-03-09"/>
|
||||||
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
Loading…
Reference in New Issue
Block a user