1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: morph-browser
Section: x11
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <marius@debian.org>,
Build-Depends: apparmor:native,
apparmor-easyprof,
cmake,
debhelper-compat (= 13),
dh-apparmor,
libapparmor-dev,
libqt5sql5-sqlite,
lsb-release,
pkg-config,
python3-all:any,
python3-flake8 (>= 2.2.2-1ubuntu4) | python3-flake8:native,
qml-module-qt-labs-folderlistmodel,
qml-module-qt-labs-settings,
qml-module-qtquick2 (>= 5.4),
qml-module-qtquick-controls2,
qml-module-qtquick-layouts,
qml-module-qtsysteminfo,
qml-module-qttest,
qml-module-qtwebengine,
qml-module-lomiri-components,
qml-module-lomiri-test,
qml-module-lomiri-components-extras,
qtbase5-dev (>= 5.4),
qtbase5-dev-tools,
qtdeclarative5-dev,
qttools5-dev-tools,
qtwebengine5-dev,
xauth,
xvfb,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/morph-browser
Vcs-Browser: https://salsa.debian.org/ubports-team/morph-browser
Vcs-Git: https://salsa.debian.org/ubports-team/morph-browser.git
Package: morph-browser
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
fonts-liberation,
libqt5sql5-sqlite,
libqt5webengine5,
qml-module-qt-labs-folderlistmodel,
qml-module-qt-labs-settings,
qml-module-qtquick2 (>= 5.5),
qml-module-qtquick-layouts,
qml-module-qtquick-window2 (>= 5.3),
qml-module-qtsysteminfo,
qml-module-morph-web (= ${binary:Version}),
qml-module-lomiri-content,
qml-module-lomiri-components-extras,
qml-module-lomiri-components,
qml-module-lomiri-action,
Provides: www-browser
Description: Web Browser for Lomiri
Lightweight web browser tailored for Lomiri, based on the Qt WebEngine
and using the Lomiri UI components.
# FIXME: Disable for the bookworm release. This needs lomiri-online-accounts
# and lomiri-system-settings-online-accounts to be provided in Debian.
#
#Package: morph-webapp-container
#Architecture: any
#Multi-Arch: foreign
#Depends: ${misc:Depends},
# ${shlibs:Depends},
# fonts-liberation,
# libqt5sql5-sqlite,
# libqt5webengine5,
# qml-module-qtquick2 (>= 5.5),
# qml-module-qtquick-window2 (>= 5.3),
# qml-module-sso-onlineaccounts,
# qml-module-morph-web (= ${binary:Version}),
# qml-module-lomiri-content,
# qml-module-lomiri-components,
# qml-module-lomiri-action,
# qml-module-lomiri-onlineaccounts-client,
# morph-browser (= ${binary:Version}),
#Description: Morph web applications container
# Lightweight webapp container tailored for Lomiri, based on the
# Qt WebEngine and using the Lomiri UI components.
Package: qml-module-morph-web
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
qml-module-qtwebengine,
qml-module-qtquick2 (>= 5.4),
qml-module-qtquick-window2 (>= 5.3),
qml-module-lomiri-components,
Description: Morph web QML module
Standalone QML module that contains the WebView component,
in the Morph.Web namespace.
Package: qml-module-morph-web-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Morph web QML module (HTML documentation)
A standalone QML module that contains the WebView component,
in the Morph.Web namespace. This package contains the public
HTML documentation.
|