You are not logged in.
Pages: 1
Advised to use :
pacman -Rs akonadi
This doesn't remove akonadi due to depends in kde4pimlibs.
What is necessary to remove akonadi?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Akonadi is a hard dependency for kdepimlibs. From the kdepimlibs CmakeLists.txt:
find_package(Akonadi REQUIRED)
The following require kdepimlibs:
kdenetwork
kdepim
kdeplasma-addons
kdesdk
kdewebdev
I compile KDE4 myself, but I haven't tried removing kdepimlibs. AFAIK if you don't use anything from the above packages I don't see why you couldn't skip building kdepimlibs altogether. I don't think it would break KDE4. Of course, this means you'll have to compile the components of KDE4 yourself (not necessarily qt or kdelibs though, as you could use the Arch packages).
Last edited by dyscoria (2009-02-21 10:16:28)
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
dyscoria;
Basically, akonadi isn't complete in the install of kde4. It makes a search for missing components at initial desktop and takes its time doing it.
Thanks for the info.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Pages: 1