Advertisement
roneygomes

kdesrc-buildrc

Mar 2nd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # Autogenerated by kdesrc-build-setup. You may modify this file if desired.
  2. global
  3.  
  4. # The path to your Qt installation.
  5. qtdir ~/qt4
  6.  
  7. # KDE install directory
  8. kdedir ~/kde4
  9.  
  10. # Directory for downloaded source code
  11. source-dir ~/kdesrc
  12.  
  13. # Directory to build KDE into before installing
  14. build-dir build
  15.  
  16. # Use multiple cores for building. Other options to GNU make may also be
  17. # set.
  18. make-options -j3
  19.  
  20. end global
  21.  
  22. module qt-copy
  23. configure-flags -fast -debug -system-zlib -system-libpng -system-libjpeg \
  24. -plugin-sql-mysql -no-phonon \
  25. -dbus -webkit -nomake examples -nomake demos
  26.  
  27. # KDE's unmodified copy of Qt is used by default since git.kde.org supports
  28. # cloning the module more reliably than gitorious. To use standard Qt as
  29. # provided by Nokia, comment the following line and uncomment the next
  30. # repository line.
  31. repository kde:qt
  32.  
  33. # Nokia's Qt. Note that gitorious has had known issues checking out large
  34. # git modules such as Qt. If there are failures try using KDE's qt (see
  35. # above).
  36. # repository git://gitorious.org/qt/qt.git
  37. end module
  38.  
  39. # These encompass modules that are not directly a part of KDE proper but are
  40. # required or highly recommended for the KDE framework and are developed in
  41. # the KDE source repository.
  42. module-set framework-support
  43. repository kde-projects
  44.  
  45. use-modules automoc cagibi attica soprano phonon polkit-qt-1
  46. end module-set
  47.  
  48. # Phonon provides the KDE multimedia layer. It requires an appropriate backend
  49. # to be installed to actually implement multimedia.
  50. module-set framework-phonon
  51. repository kde-projects
  52.  
  53. use-modules phonon phonon-gstreamer phonon-vlc
  54. end module-set
  55.  
  56. # Strigi provides file analysis tools for extracting information from files
  57. # (e.g. music length, picture size, etc.) It is split into several submodules
  58. # so do not alter the order in the use-modules below.
  59. module-set strigi
  60. repository kde-projects
  61.  
  62. use-modules strigi/libstreams strigi/libstreamanalyzer strigi/strigiutils \
  63. strigi/strigidaemon strigi/strigiclient
  64. end module-set
  65.  
  66. # dbusmenu is needed to support new-style Plasma system tray icons and support
  67. # in the Unity shell.
  68. module dbusmenu-qt
  69. repository git://gitorious.org/dbusmenu/dbusmenu-qt.git
  70. end module
  71.  
  72. # Base KDE framework libraries and the required runtime programs.
  73. module-set framework
  74. repository kde-projects
  75.  
  76. use-modules kdelibs kde-runtime
  77. end module-set
  78.  
  79. module-set workspace
  80. repository kde-projects
  81.  
  82. use-modules kde-workspace kdeplasma-addons
  83. end module-set
  84.  
  85. module-set base
  86. repository kde-projects
  87.  
  88. use-modules kate konsole kde-baseapps
  89. end module-set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement