explicitly add dependencies of Kontact to system environment

- to get Kontact functioning
- TODO: single out the problematic packages and fix them
- all of this shouldn't have been necessary
This commit is contained in:
Trolli Schmittlauch 2019-01-21 16:30:56 +01:00
parent 3d78d4fd35
commit 3e12012976

View file

@ -26,7 +26,7 @@
testdisk
rsync
pv
exfat
#exfat
exfat-utils
iotop
cifs-utils
@ -37,7 +37,44 @@
networkmanager-openconnect
networkmanager-vpnc
kdeApplications.akonadi-mime # for KOrganizer
];
]
++ (with plasma5; with kdeApplications; [
akonadi
akonadi-calendar
akonadi-contacts
akonadi-import-wizard
akonadi-mime
akonadi-notes
akonadi-search
akonadiconsole
akregator
kaddressbook
kalarm
kalarmcal
kcalcore
kcalutils
kcontacts
kdav
kdepim-addons
kdepim-apps-libs
kdepim-runtime
kidentitymanagement
kldap
kmail
kmailtransport
kmbox
kmime
kontact
kontactinterface
korganizer
kpimtextedit
libkdepim
libksieve
mailcommon
messagelib
pimcommon
pim-sieve-editor
]);
}