From c7931c232026c12d88aaf25c1831e0e10d34cb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 2 Aug 2015 13:14:02 +0300 Subject: [PATCH] qupzilla in main --- network/web/qupzilla/actions.py | 16 ++++++ network/web/qupzilla/pspec.xml | 76 +++++++++++++++++++++++++++ network/web/qupzilla/translations.xml | 8 +++ 3 files changed, 100 insertions(+) create mode 100644 network/web/qupzilla/actions.py create mode 100644 network/web/qupzilla/pspec.xml create mode 100644 network/web/qupzilla/translations.xml diff --git a/network/web/qupzilla/actions.py b/network/web/qupzilla/actions.py new file mode 100644 index 0000000000..15883c9bba --- /dev/null +++ b/network/web/qupzilla/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python + +from pisi.actionsapi import qt5 +from pisi.actionsapi import pisitools + +def setup(): + qt5.configure() + +def build(): + qt5.make() + +def install(): + qt5.install() + + pisitools.dodoc("AUTHORS", "README.md") + diff --git a/network/web/qupzilla/pspec.xml b/network/web/qupzilla/pspec.xml new file mode 100644 index 0000000000..106f080a57 --- /dev/null +++ b/network/web/qupzilla/pspec.xml @@ -0,0 +1,76 @@ + + + qupzilla + http://www.qupzilla.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + qupzilla + app:gui + A fast open source browser based on WebKit core, written in Qt Framework, wayland port + A fast open source browser based on WebKit core, written in Qt Framework, wayland port + https://github.com/QupZilla/qupzilla/releases/download/v1.8.6/QupZilla-1.8.6.tar.xz + + qt5-webkit-devel + qt5-script-devel + qt5-tools-devel + openssl-devel + + + + + qupzilla + + libX11 + qt5-base + qt5-webkit + openssl + qt5-script + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/icons + /usr/share/pixmaps + /usr/share/qupzilla + /usr/share/applications + /usr/share/bash-completion + /usr/share/appdata + + + + + + 2015-08-02 + 1.8.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-11-07 + 1.8.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-15 + 1.6.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-18 + 1.6.0 + First Release + Richard de Bruin + richdb@pisilinux.org + + + diff --git a/network/web/qupzilla/translations.xml b/network/web/qupzilla/translations.xml new file mode 100644 index 0000000000..8ec628364e --- /dev/null +++ b/network/web/qupzilla/translations.xml @@ -0,0 +1,8 @@ + + + + qupzilla + A fast open source browser based on WebKit core, written in Qt Framework, wayland port + A fast open source browser based on WebKit core, written in Qt Framework, wayland port + + \ No newline at end of file