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
|
Source: kaccounts-integration
Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.1.0~),
gettext,
libaccounts-qt6-dev (>= 1.16~),
libkf6config-dev (>= 6.1.0~),
libkf6coreaddons-dev (>= 6.1.0~),
libkf6dbusaddons-dev (>= 6.1.0~),
libkf6i18n-dev (>= 6.1.0~),
libkf6kcmutils-dev (>= 6.1.0~),
libkf6kio-dev (>= 6.1.0~),
libkf6wallet-dev (>= 6.1.0~),
libsignon-qt6-dev (>= 8.61+git20231015.c8ad982~),
pkg-kde-tools,
pkgconf,
qcoro-qt6-dev,
qml6-module-org-kde-kcmutils,
qml6-module-org-kde-kirigami,
qt6-base-dev (>= 6.5.0~),
qt6-declarative-dev (>= 6.5.0~),
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/network/kaccounts-integration
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kaccounts-integration
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kaccounts-integration.git
Package: kaccounts-integration
Architecture: any
Depends: signon-kwallet-extension (>= 4:24.02.2~),
signon-plugin-oauth2 (>= 0.25+git~),
signon-plugin-password (>= 8.61+git~),
signond (>= 8.61+git~),
${misc:Depends},
${qml6:Depends},
${shlibs:Depends},
Recommends: kaccounts-providers,
signon-ui-qt,
signon-ui-service,
systemsettings,
Description: integration for Accounts-SSO and SignOn-SSO
KAccounts Integration provides a way to share accounts data such as login
tokens and general user information (like usernames and such) between various
applications.
Package: libkaccounts6-dev
Section: libdevel
Architecture: any
Depends: intltool,
libaccounts-qt6-dev (>= 1.16~),
libkaccounts6-2 (= ${binary:Version}),
libkf6coreaddons-dev (>= 6.1.0~),
libsignon-qt6-dev (>= 8.61+git20231015.c8ad982~),
qml6-module-org-kde-kaccounts (= ${binary:Version}),
qt6-base-dev (>= 6.5.0+dfsg~),
${misc:Depends},
Description: integration library and QML module for Accounts-SSO and SignOn-SSO - development files
KAccounts Integration provides a way to share accounts data such as login
tokens and general user information (like usernames and such) between various
applications.
.
The KAccounts library is a KDE Frameworks style abstraction layer on top of
the Accounts-SSO and SignOnD libraries, which uses a combination of models and
jobs to expose the functionality of those.
.
The kaccounts QML plugin exposes that functionality directly to Qt Quick based
applications.
.
This package contains development files.
Package: libkaccounts6-2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Recommends: kaccounts-providers,
Description: integration library for Accounts-SSO and SignOn-SSO
KAccounts Integration provides a way to share accounts data such as login
tokens and general user information (like usernames and such) between various
applications.
.
The KAccounts library is a KDE Frameworks style abstraction layer on top of
the Accounts-SSO and SignOnD libraries, which uses a combination of models and
jobs to expose the functionality of those.
Package: qml6-module-org-kde-kaccounts
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${qml6:Depends}, ${shlibs:Depends},
Description: QML module for Accounts-SSO and SignOn-SSO
KAccounts Integration provides a way to share accounts data such as login
tokens and general user information (like usernames and such) between various
applications.
.
The KAccounts library is a KDE Frameworks style abstraction layer on top of
the Accounts-SSO and SignOnD libraries, which uses a combination of models and
jobs to expose the functionality of those.
.
The kaccounts QML plugin exposes that functionality directly to Qt Quick based
applications.
|