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:
parent
3d78d4fd35
commit
3e12012976
|
@ -26,7 +26,7 @@
|
||||||
testdisk
|
testdisk
|
||||||
rsync
|
rsync
|
||||||
pv
|
pv
|
||||||
exfat
|
#exfat
|
||||||
exfat-utils
|
exfat-utils
|
||||||
iotop
|
iotop
|
||||||
cifs-utils
|
cifs-utils
|
||||||
|
@ -37,7 +37,44 @@
|
||||||
networkmanager-openconnect
|
networkmanager-openconnect
|
||||||
networkmanager-vpnc
|
networkmanager-vpnc
|
||||||
kdeApplications.akonadi-mime # for KOrganizer
|
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
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue