1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Add appdata file. Closes #1368

This commit is contained in:
Mladen Pejaković 2014-05-26 21:55:37 +02:00
parent 64bf91f2fc
commit 93d1b10901
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">qupzila.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>QupZilla</name>
<summary>Web Browser</summary>
<description>
<p>
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.
</p>
<p>
QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager.
</p>
<p>
QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone. There are already a lot of QtWebKit browsers available, but they are either bound to the KDE environment, not actively developed or very unstable and miss important features. QupZilla, a multiplatform, modern and actively developed browser, is here to fill this gap by providing a very stable browsing experience.
</p>
</description>
<screenshots>
<screenshot type="default" width="864" height="567">http://www.qupzilla.com/screens/gnome.png</screenshot>
<screenshot width="948" height="638">http://www.qupzilla.com/screens/kde_window.png</screenshot>
<screenshot width="864" height="567">http://www.qupzilla.com/screens/dial_gnome.png</screenshot>
<screenshot width="944" height="633">http://www.qupzilla.com/screens/kde_speeddial.png</screenshot>
<screenshot width="809" height="528">http://www.qupzilla.com/screens/preferences_gnome.png</screenshot>
<screenshot width="760" height="518">http://www.qupzilla.com/screens/kde_preferences.png</screenshot>
</screenshots>
<url type="homepage">http://www.qupzilla.com/</url>
<updatecontact>nowrep_at_gmail.com</updatecontact>
</application>

View File

@ -46,8 +46,12 @@ mac {
bashcompletion.files = $$PWD/../linux/completion/qupzilla
bashcompletion.path = /usr/share/bash-completion/completions
appdata.files = $$PWD/../linux/appdata/qupzilla.appdata.xml
appdata.path = /usr/share/appdata
INSTALLS += target target1 target2 target3
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
INSTALLS += bashcompletion
INSTALLS += appdata
}