File: control

package info (click to toggle)
lomiri-push-qml 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 632 kB
  • sloc: cpp: 258; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
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
Source: lomiri-push-qml
Section: misc
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends: cmake (>= 2.8.9),
               dbus-test-runner,
               debhelper-compat (= 13),
               liblomiri-connectivity-qt1-dev,
               pkgconf,
               qml-module-qtquick2,
               qml-module-qttest,
               qml-module-lomiri-components,
               qtbase5-dev,
               qtdeclarative5-dev,
               qtdeclarative5-dev-tools,
               xvfb,
               xauth,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/lomiri-push-qml
Vcs-Git: https://salsa.debian.org/ubports-team/lomiri-push-qml.git
Vcs-Browser: https://salsa.debian.org/ubports-team/lomiri-push-qml

Package: qml-module-lomiri-pushnotifications
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         qml-module-qtquick2,
         qml-module-lomiri-components,
Description: Lomiri Push Notifications QML plugin
 Lomiri's Push Service is a client/server architecture that allows one to
 send notifications to the Lomiri Shell without the need of the
 targeted app being actually running.
 .
 This QML module provides means to register, receive and send push
 notifications.