# See http://techbase.kde.org/Contribute/Get_a_SVN_Account # vim: textwidth=80 ############################################################################# # 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" # 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 ############################################################################# # FEATURES ############################################################################# # Enable or disable features the recipe provides. Have a look at # > lsfeatures # > lsfeature [feature] # to get more information what each feature provides. # Only disable the support feature if you know what you do. For trunk it's # normally recommended to use kdesupport trunk. # disable feature "support" # It's recommended to use kdesupport for trunk development disable feature "bindings" disable feature "devel" disable feature "devel/icecream" disable feature "finance" disable feature "graphics" disable feature "kdeqt" disable feature "kdevelop" disable feature "kdevelop/plugins" disable feature "l10n" disable feature "multimedia" disable feature "network" disable feature "office" disable feature "plasma" disable feature "scripting/python" disable feature "utils" disable feature "webdev" disable feature "webkit" ############################################################################# # 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-core" # 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 ############################################################################# # GITORIOUS KDEDEVELOPERS ############################################################################# # There is a kdedevelopers group on gitorious. If you belong to it uncomment the # following code which changes the server url of all kdedevelopers owned # projects so you can push to them. # server "kdedevelopers.gitorious.org" # host "git@gitorious.org:" # end ############################################################################# # KDE I18N ############################################################################# # To enable just adapt the following snippet to your needs. You can copy it and add more languages # if you like # module "l10n/de" < l10n # remote-path "l10n-kde4/de" # end # module "l10n/en_GB" < l10n # remote-path "l10n-kde4/en_GB" # end