Suggest 4.6 branch rather than pre-git 4.4, which won't work.

Also suggest "kde:" prefix for developers, and use xml for calligra.
wilder
David Faure 15 years ago
parent 12e4f93add
commit 453287df8c
  1. 9
      kdesrc-buildrc-sample

@ -33,9 +33,9 @@ global
# reports with the /lib removed).
qtdir ~/qt4 # Default to installing Qt
# By default (if the above is commented out), you are getting trunk.
# If instead you want to check out another branch, like 4.4, use
# branch 4.4
# By default (if the above is commented out), you are getting svn trunk / git master.
# If instead you want to check out another branch, like 4.6, use
# branch 4.6
#
# but also see the qt-copy and kdesupport modules below, which have special
# requirements
@ -46,6 +46,7 @@ global
# repository, you can change the URL if you are a developer.
git-repository-base kde-git git://anongit.kde.org/
# git-repository-base kde-git git@git.kde.org: # Developers
# git-repository-base kde-git kde: # Developers with prefix defined in ~/.gitconfig
# This is the Subversion server to download the rest of the KDE sources from. Developers:
# Don't forget to add your username to the URL if necessary!
@ -405,7 +406,7 @@ end module
# Calligra
#module-set
# repository kde-git
# repository kde-projects
# use-modules calligra
#end module-set

Loading…
Cancel
Save