diff --git a/linux/appdata/qupzilla.appdata.xml b/linux/appdata/qupzilla.appdata.xml new file mode 100644 index 000000000..904629738 --- /dev/null +++ b/linux/appdata/qupzilla.appdata.xml @@ -0,0 +1,29 @@ + + + qupzila.desktop + CC0-1.0 + GPL-3.0+ + QupZilla + Web Browser + +

+ 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. +

+

+ 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. +

+

+ 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. +

+
+ + http://www.qupzilla.com/screens/gnome.png + http://www.qupzilla.com/screens/kde_window.png + http://www.qupzilla.com/screens/dial_gnome.png + http://www.qupzilla.com/screens/kde_speeddial.png + http://www.qupzilla.com/screens/preferences_gnome.png + http://www.qupzilla.com/screens/kde_preferences.png + + http://www.qupzilla.com/ + nowrep_at_gmail.com +
diff --git a/src/install.pri b/src/install.pri index 11792079b..709d8bf99 100644 --- a/src/install.pri +++ b/src/install.pri @@ -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 }