[Lunar-commits] <moonbase> kde4: simplify the DEPENDS file.

Florin Braescu florin at lunar-linux.org
Sun Dec 6 06:11:01 CET 2009


commit 733d39ef39961c8369906090133d428052962826
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Dec 6 07:11:01 2009 +0200

    kde4: simplify the DEPENDS file.
    
    It can allow now a more stripped KDE 4.x install without akonadi,
    kdepim4, kdebindings4, kdeutils4, kdenetwork4, kdeadmin4, kdewebdev4
    and kdeplasma4-addons.
    This simplified install have some advantages:
      - it runs faster
      - it occupies a smaller disk space
      - it work well on a smaller RAM memory size
      - it doesn't require MySQL and akonadi.
---
 profiles/kde4/DEPENDS |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS
index 7cf7cfc..d2bea27 100644
--- a/profiles/kde4/DEPENDS
+++ b/profiles/kde4/DEPENDS
@@ -1,11 +1,7 @@
-depends  kdepimlibs4
-depends  kdelibs4-experimental
-depends  kdebase4-runtime
-depends  kdebase4-workspace
 depends  kdebase4
-depends  kdepim4-runtime
 depends  oxygen-icons
 
+optional_depends  "kdepim4"            ""  ""  "PIM support"
 optional_depends  "kdebindings4"       ""  ""  "bindings to languages"
 optional_depends  "kdegames4"          ""  ""  "games"
 optional_depends  "kdegraphics4"       ""  ""  "graphics applications"
@@ -14,7 +10,6 @@ optional_depends  "kdemultimedia4"     ""  ""  "multimedia applicatiosn"
 optional_depends  "kdenetwork4"        ""  ""  "network applications"
 optional_depends  "kdetoys4"           ""  ""  "toys"
 optional_depends  "kdeartwork4"        ""  ""  "additional eyecandy"
-optional_depends  "kdepim4"            ""  ""  "for PIM support"
 optional_depends  "kdeedu4"            ""  ""  "educational software"
 optional_depends  "kdesdk4"            ""  ""  "sdk for KDE"
 optional_depends  "kdeaccessibility4"  ""  ""  "accessibility features"


More information about the Lunar-commits mailing list