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
|
Source: kmymoney
Section: kde
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.16.0~),
dh-sequence-kf6,
gettext,
extra-cmake-modules (>= 6.1~),
libcups2-dev,
libkchart-dev (>= 3),
libkf6archive-dev (>= 6.1~),
libkf6coreaddons-dev (>= 6.1~),
libkf6config-dev (>= 6.1~),
libkf6configwidgets-dev (>= 6.1~),
libkf6crash-dev (>= 6.1~),
libkf6i18n-dev (>= 6.1~),
libkf6completion-dev (>= 6.1~),
libkf6kcmutils-dev (>= 6.1~),
libkf6itemmodels-dev (>= 6.1~),
libkf6itemviews-dev (>= 6.1~),
libkf6service-dev (>= 6.1~),
libkf6xmlgui-dev (>= 6.1~),
libkf6textwidgets-dev (>= 6.1~),
libkf6notifications-dev (>= 6.1~),
libkf6kio-dev (>= 6.1~),
libplasmaactivities-dev,
libkf6doctools-dev (>= 6.1~),
libkf6holidays-dev (>= 6.1~),
libkf6contacts-dev (>= 6.1~),
libakonadi-dev,
libkidentitymanagement-dev,
libqgpgmeqt6-dev,
python3-dev,
qtkeychain-qt6-dev,
qt6-base-dev (>= 6.7~),
qt6-base-private-dev (>= 6.7~),
qt6-declarative-dev (>= 6.7~),
qt6-svg-dev (>= 6.7~),
libaqbanking-dev (>= 6.8.4~),
libgwenhywfar-core-dev (>= 5.14.1~),
libgwengui-qt6-dev,
libgpgmepp-dev, libgpg-error-dev, libgpgme-dev,
libalkimia6-dev (>= 5.2.1~),
libical-dev (>= 3.0.11-2~),
libofx-dev, libgmp-dev,
libsqlcipher-dev,
libsqlite3-dev,
pkgconf,
Standards-Version: 4.7.3
Homepage: https://kmymoney.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kmymoney
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kmymoney.git
Package: kmymoney
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kmymoney-common (= ${source:Version})
Recommends: gpg-agent, pinentry-qt | pinentry-x11
Suggests: kcalc
Description: personal finance manager for KDE
KMyMoney is the Personal Finance Manager for KDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
expenses, QIF import/export, multiple currencies and initial online banking
support.
Package: kmymoney-common
Architecture: all
Depends: ${misc:Depends},
Recommends: kmymoney,
Description: KMyMoney architecture independent files
KMyMoney is the Personal Finance Manager for KDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
expenses, QIF import/export, multiple currencies and initial online banking
support.
.
This package contains architecture independent files needed for KMyMoney to
run properly. It also provides KMyMoney documentation. Therefore, unless you
have 'kmymoney' package installed, you will hardly find this package useful.
|