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
|
Source: purpose
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
Norbert Preining <norbert@preining.info>
Build-Depends: cmake (>= 3.5~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.78.0~),
gettext,
intltool,
kirigami2-dev (>= 5.78.0~),
libaccounts-glib-dev,
libaccounts-qt5-dev,
libkaccounts-dev (>= 4:20.08.0~),
libkf5config-dev (>= 5.78.0~),
libkf5coreaddons-dev (>= 5.78.0~),
libkf5i18n-dev (>= 5.78.0~),
libkf5kio-dev (>= 5.78.0~),
libkf5notifications-dev,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.14.0~),
qtdeclarative5-dev (>= 5.14.0~)
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/purpose
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/purpose
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/purpose.git
Rules-Requires-Root: no
Package: libkf5purpose-bin
Architecture: any
Multi-Arch: same
Depends: qml-module-org-kde-bluezqt (>= 5.70.0~) [linux-any],
qml-module-org-kde-kquickcontrolsaddons (>= 5.70.0~),
qml-module-qtquick-dialogs,
${misc:Depends},
${shlibs:Depends}
Suggests: kdeconnect
Description: abstraction to provide and leverage actions of a specific kind, runtime
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.
.
This package contains the Purpose runtime elements.
Package: libkf5purpose-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5coreaddons-dev (>= 5.78.0~),
libkf5purpose5 (= ${binary:Version}),
qtbase5-dev (>= 5.14.0~),
${misc:Depends}
Description: abstraction to provide and leverage actions of a specific kind, devel files
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.
.
This package contains the Purpose development files.
Package: libkf5purpose5
Architecture: any
Multi-Arch: same
Depends: qml-module-org-kde-kquickcontrolsaddons (>= 5.70.0~),
qml-module-qtquick-controls2,
${misc:Depends},
${shlibs:Depends}
Recommends: libkf5purpose-bin, qml-module-org-kde-purpose (= ${binary:Version})
Suggests: kde-telepathy-send-file
Description: library for abstractions to get the developer's purposes fulfilled
Framework for providing abstractions to get the developer's purposes fulfilled.
.
This package contains the Purpose library.
Package: qml-module-org-kde-purpose
Architecture: any
Multi-Arch: same
Depends: qml-module-qtquick-controls,
qml-module-qtquick-controls2,
qml-module-qtquick-layouts,
qml-module-qtquick2,
${misc:Depends},
${shlibs:Depends}
Recommends: kdeconnect
Description: abstraction to provide and leverage actions of a specific kind, qml bindings
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.
.
This package contains the Purpose Qt Quick QML bindings.
|