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 1/2] 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 From 636428c7227d5f1b99856208f4330d6f7fbfccd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 2 Aug 2015 19:19:26 +0300 Subject: [PATCH 2/2] sddm and sddm-kcm fix deps --- desktop/kde/plasma/sddm-kcm/pspec.xml | 64 +++++++++++++-------------- desktop/kde/plasma/sddm/pspec.xml | 13 +++--- 2 files changed, 38 insertions(+), 39 deletions(-) diff --git a/desktop/kde/plasma/sddm-kcm/pspec.xml b/desktop/kde/plasma/sddm-kcm/pspec.xml index 41bdc5f41b..f70c13d4e0 100644 --- a/desktop/kde/plasma/sddm-kcm/pspec.xml +++ b/desktop/kde/plasma/sddm-kcm/pspec.xml @@ -14,24 +14,25 @@ KDE5 Config Module for SDDM http://download.kde.org/stable/plasma/5.3.2/sddm-kcm-5.3.2.tar.xz - kcoreaddons-devel - kdoctools-devel - kconfigwidgets-devel - kauth-devel - libgcc + kcoreaddons-devel + kdoctools-devel + kconfigwidgets-devel + kauth-devel libX11-devel - kxmlgui-devel - ki18n-devel - qt5-base-devel + kxmlgui-devel + ki18n-devel + qt5-base-devel kio-devel qt5-declarative-devel qt5-tools-devel qt5-x11extras-devel - kconfig-devel - docutils - libXcursor-devel - extra-cmake-modules + kconfig-devel + mesa-devel + docutils + libXcursor-devel xcb-util-image-devel + extra-cmake-modules + cmake @@ -39,34 +40,33 @@ sddm-kcm kcoreaddons - sddm - libgcc - libX11 - kconfigwidgets - kauth - - ki18n - qt5-base + sddm + libgcc + libX11 + kconfigwidgets + kauth + + ki18n + qt5-base kio - libXcursor kconfig - qt5-x11extras - qt5-declarative - + qt5-x11extras + qt5-declarative + /etc/dbus-1/system.d /usr/share/dbus-1/system-services - /usr/share/kservices5 - /usr/share/ - /usr/share/polkit-1/actions - /usr/share/locale - /usr/bin + /usr/share/kservices5 + /usr/share/ + /usr/share/polkit-1/actions + /usr/share/locale + /usr/bin /usr/lib/cmake - /usr/lib/qt5/plugins - /usr/lib/libexec/kauth - /usr/lib + /usr/lib/qt5/plugins + /usr/lib/libexec/kauth + /usr/lib /usr/share/doc diff --git a/desktop/kde/plasma/sddm/pspec.xml b/desktop/kde/plasma/sddm/pspec.xml index 182d9cb6fc..cbf9958dfb 100755 --- a/desktop/kde/plasma/sddm/pspec.xml +++ b/desktop/kde/plasma/sddm/pspec.xml @@ -16,15 +16,14 @@ https://github.com/sddm/sddm/archive/v0.11.0.tar.gz qt5-base-devel - qt5-tools-devel - qt5-declarative-devel - libgcc - pkgconfig + qt5-tools-devel + qt5-declarative-devel libxcb-devel libxkbfile-devel - extra-cmake-modules - docutils - cmake + mesa-devel + extra-cmake-modules + docutils + cmake sddm_upstream.patch