# The original version of this configuration file can be found at # http://kdesvn-build.kde.org/ # This is just a simplified version for use with the guide by pollycoke # http://pollycoke.net/2008/06/13/kde-41-per-ubuntu-hardy-in-un-paio-di-ore/ global use-stable-kde false source-dir /usr/src/kde4 # build-dir build kdedir /opt/kde4 # make-install-prefix sudo -S qtdir /usr/lib/qt4 # qtdir /opt/qt4 # Default to installing Qt (Qt 4). # qtdir ${build-dir}/build/qt-copy # Use built Qt (Qt 3). cmake-options -DCMAKE_BUILD_TYPE=release -DKDE4_BUILD_TESTS:BOOL=OFF cxxflags -pipe -march=i686 # For standard 32-bit systems. # cxxflags -Os -pipe -march=athlon-xp -fomit-frame-pointer #Sempron 2800+. kde-languages it # Italiano make-options -j2 # set-env LDFLAGS -Wl,-O1 # Optimize the linker, takes longer. end global #module qt-copy # configure-flags -qt-gif -no-exceptions -fast -qdbus \ # -nomake examples -nomake demos # apply-qt-patches true # Works with Qt 3 and 4, recommended # -no-phonon # Phonon built separately #end module module kdesupport # cmake-options -DBUILD_phonon=OFF # Build phonon separately. end module #module phonon # branch 4.2 #end module # kdelibs are the base KDE libraries needed by all KDE applications. module kdelibs end module module kdepimlibs end module module kdebase #configure-flags --with-pam --with-shadow end module #module kdegraphics #end module #module kdemultimedia #end module #module kdenetwork #end module #module kdepim #end module #module koffice #end module #module kdegames #end module #module kdeadmin #end module #module kdebindings #end module #module kdeutils #end module #module kdetoys #end module #module kdeedu #end module # Modules in extragear and playground can also be added. # # To see what you can find in the various modules, browse # http://websvn.kde.org/trunk/extragear and # http://websvn.kde.org/trunk/playground # Includes various libraries needed by other applications in extragear. #module extragear/libs # If you don't like the default name that kdesvn-build gives modules on-disk, # you can use dest-dir to change it. # dest-dir extragear-libs #end module # Includes the popular K3B and Amarok programs. #module extragear/multimedia #end module # Includes various photo management applications. #module extragear/graphics # checkout-only digikamimageplugins digikam gwenview kimdaba #end module # module extragear/network # # Options like checkout-only should work as before. # checkout-only konversation # end module # module playground/games # end module