AndrzejL

kdesrc-buildrc

May 26th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. # Autogenerated by kdesrc-build-setup. You may modify this file if desired.
  2. global
  3.  
  4. # KDE install directory
  5. kdedir /usr/
  6.  
  7. # Directory for downloaded source code
  8. source-dir /media/Disk_1/Compiled/KDE4/kdesrc-build/KDE4_Sources/
  9.  
  10. # Directory to build KDE into before installing
  11. build-dir /media/Disk_1/Compiled/KDE4/kdesrc-build/KDE4_Build/
  12.  
  13. # Use multiple cores for building. Other options to GNU make may also be
  14. # set.
  15. make-options -j1
  16.  
  17. end global
  18.  
  19. # These encompass modules that are not directly a part of KDE proper but are
  20. # required or highly recommended for the KDE framework and are developed in
  21. # the KDE source repository.
  22. module-set framework-support
  23. repository kde-projects
  24.  
  25. use-modules automoc cagibi attica soprano polkit-qt-1 polkit-kde-agent-1
  26. end module-set
  27.  
  28. # Phonon provides the KDE multimedia layer. It requires an appropriate backend
  29. # to be installed to actually implement multimedia.
  30. module-set framework-phonon
  31. repository kde-projects
  32.  
  33. use-modules phonon/phonon phonon-gstreamer phonon-vlc
  34. end module-set
  35.  
  36. # Strigi provides file analysis tools for extracting information from files
  37. # (e.g. music length, picture size, etc.) It is split into several submodules
  38. # so do not alter the order in the use-modules below.
  39. module-set strigi
  40. repository kde-projects
  41.  
  42. use-modules strigi/libstreams strigi/libstreamanalyzer strigi/strigiutils \
  43. strigi/strigidaemon strigi/strigiclient
  44. end module-set
  45.  
  46. # libdbusmenu is needed to support new-style Plasma system tray icons and
  47. # support in the Unity shell. Installing a recent development package from your
  48. # distribution should be sufficient, but if you want to have the latest then
  49. # make sure you have the "Bazaar" program installed and uncomment the
  50. # following:
  51. #module libdbusmenu-qt
  52. # The lp: prefix refers to Canonical's Launchpad repository
  53. # repository bzr://lp:libdbusmenu-qt
  54. #end module
  55.  
  56. # Base KDE framework libraries and the required runtime programs.
  57. module-set framework
  58. repository kde-projects
  59.  
  60. use-modules kdelibs kactivities kde-baseapps marble akonadi kdepimlibs kdepim kde-runtime kdepim-runtime libkexiv2 libkipi gwenview ark libbluedevil bluedevil libkcddb k3b digikam digikam-software-compilation oxygen-gtk kde-gtk-config kdenlive kolourpaint krusader filelight
  61. end module-set
  62.  
  63. # This overrides the "use-modules kdelibs" options from the above set
  64. module kdelibs
  65. branch KDE/4.8
  66. end module
  67.  
  68. module-set workspace
  69. repository kde-projects
  70.  
  71. use-modules kde-workspace kdeplasma-addons
  72. end module-set
  73.  
  74. module-set base
  75. repository kde-projects
  76.  
  77. # kde-baseapps must precede kate and konsole, due to
  78. # on-disk layout.
  79. use-modules kde-baseapps kate konsole
  80. end module-set
  81.  
  82. module konversation
  83. repository git://anongit.kde.org/konversation
  84. branch master
  85. end module
Advertisement
Add Comment
Please, Sign In to add comment