# See http://techbase.kde.org/Contribute/Get_a_SVN_Account ############################################################################# # SSH-KEYS ############################################################################# # If you have a kde svn account. uncomment the following lines and point to # your ssh key. # ssh-key "user(at)example.com" # file "~/.ssh/id_dsa" # end ############################################################################# # SERVERS ############################################################################# # If you have a kde svn account. uncomment the following lines. This will # override the anonsvn configuration from the global recipe. # server "svn.kde.org" # protocol "svn+ssh" # host "svn.kde.org" # path "home/kde/trunk" # end ############################################################################# # REPOSITORIES ############################################################################# # If you have a kde svn account. uncomment the following lines. This will # override the repository declaration from the global recipe. # repository "kde" # user user # use ssh-key "user(at)example.com" # end # repository "kde-core" # user user # use ssh-key "user(at)example.com" # end # repository "kde-support" # user user # use ssh-key "user(at)example.com" # end # repository "kde-icons" # user user # use ssh-key "user(at)example.com" # end ############################################################################# # ENVIRONMENTS ############################################################################# # Add some additional environment variables. The lines below are evaluated # AFTER the recipe is loaded. To play nice only use 'set' if you know what you # do. # environment default # # e.g. Add /usr/local to CMAKE_PREFIX_PATH # var CMAKE_PREFIX_PATH prepend "/usr/local" # end ############################################################################# # CHANGE MODULES ############################################################################# # Change some module values. The lines below are evaluated AFTER the recipe is # loaded. build-systems of modules are merged as long as they are the same. # The CMAKE_CXX_FLAGS option is added to the already existing configuration # from the global recipe. As we can't add to it just set the complete value # module "KDE/kdelibs" # build-system cmake # option CMAKE_CXXFLAGS "-Wall -pipe -O0 -pedantic -Wno-long-long" # end # end # The following does not really work yet. I'm trying to come up with a working # setup. Use at your own risk of wasted time. # module "kdebindings" # build-system cmake # option "PYTHON_SITE_PACKAGES_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/python2.6/site_packages" # option "CUSTOM_RUBY_SITE_ARCH_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/ruby/site_ruby/1.8/x86_64-linux" # option "CUSTOM_RUBY_SITE_LIB_DIR" "<%= settings['KDE_PREFIX'] %>/lib<%= settings['LIB_SUFFIX'] %>/ruby/site_ruby/1.8" # option BUILD_csharp "false" # option BUILD_falcon "false" # option BUILD_java "false" # option BUILD_nepomuk "false" # option BUILD_php "false" # option BUILD_python "true" # option BUILD_ruby "false" # option BUILD_smoke "true" # end # end