[Lunar-commits] <moonbase> kdebase4-runtime: make kdepimlibs4 depend optional.

Florin Braescu florin at lunar-linux.org
Thu Nov 19 17:03:33 CET 2009


commit 5f8dda70d57ac51e48c7c93826b19ef6d8d951bc
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Nov 19 18:03:33 2009 +0200

    kdebase4-runtime: make kdepimlibs4 depend optional.
    
    Actually you can compile and use KDE4 without akonadi, kdepimlibs4 and kdepim4.
---
 kde4/base/kdebase4-runtime/DEPENDS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde4/base/kdebase4-runtime/DEPENDS b/kde4/base/kdebase4-runtime/DEPENDS
index 5ca564c..7615732 100644
--- a/kde4/base/kdebase4-runtime/DEPENDS
+++ b/kde4/base/kdebase4-runtime/DEPENDS
@@ -1,7 +1,7 @@
 depends kdelibs4-experimental
-depends kdepimlibs4
 depends openslp
 depends %XINELIB
 
-optional_depends samba      ""  "" "For file sharing support"
-optional_depends pulseaudio ""  "" "For Pulseaudio soundserver support"
+optional_depends kdepimlibs4  ""  ""  "For KDE PIM support"
+optional_depends samba        ""  ""  "For file sharing support"
+optional_depends pulseaudio   ""  ""  "For Pulseaudio soundserver support"


More information about the Lunar-commits mailing list