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 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
Source: kf6-purpose
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Scarlett Moore <sgmoore@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
cmake (>= 3.27~),
extra-cmake-modules (>= 6.23.0~),
gettext,
intltool,
libkaccounts6-dev,
libkf6config-dev (>= 6.23.0~),
libkf6coreaddons-dev (>= 6.23.0~),
libkf6i18n-dev (>= 6.23.0~),
libkf6itemmodels-dev (>= 6.18.0~),
libkf6kcmutils-dev,
libkf6kio-dev (>= 6.23.0~),
libkf6notifications-dev (>= 6.23.0~),
libkf6service-dev (>= 6.23.0~),
libkirigami-dev (>= 6.23.0~),
pkgconf,
qml6-module-org-kde-bluezqt [linux-any],
qml6-module-org-kde-prison,
qml6-module-sso-onlineaccounts,
qt6-base-dev (>= 6.8.0~),
qt6-declarative-dev (>= 6.8.0~),
qt6-declarative-private-dev,
Standards-Version: 4.7.3
Homepage: https://invent.kde.org/frameworks/purpose
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-purpose
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-purpose.git
Package: libkf6purpose-bin
Architecture: any
Multi-Arch: same
Breaks: libkf5purpose-bin (<< 5.115.0-3~),
Replaces: libkf5purpose-bin (<< 5.115.0-3~),
Depends: ${misc:Depends},
${qml6:Depends},
${shlibs:Depends},
Recommends: qml6-module-org-kde-kdeconnect,
qml6-module-org-kde-purpose,
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: libkf6purpose-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: abstraction to provide and leverage actions of a specific kind, translations
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 translations.
Package: libkf6purpose-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf6coreaddons-dev (>= 6.23.0~),
libkf6purpose6 (= ${binary:Version}),
libkf6purposewidgets6 (= ${binary:Version}),
qml6-module-org-kde-purpose (= ${binary:Version}),
qt6-base-dev (>= 6.8.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: libkf6purpose6
Architecture: any
Multi-Arch: same
Depends: libkf6purpose-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends: qml6-module-org-kde-purpose (= ${binary:Version}),
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: libkf6purposewidgets6
Architecture: any
Multi-Arch: same
Depends: libkf6purpose-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
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 widgets library.
Package: qml6-module-org-kde-purpose
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${qml6: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.
|