Update qt-kde repository location.

kde-qt has become qt-kde, and moved from gitorious.org to git.kde.org.
This updates the locations in the kdesrc-buildrc-sample and the built-in
configuration.
wilder
Michael Pyne 15 years ago
parent 2b0d0d6248
commit d6c40372b4
  1. 2
      kdesrc-build
  2. 2
      kdesrc-buildrc-sample

@ -2927,7 +2927,7 @@ sub default_module_options
my %module_options = (
'qt-copy' => {
'configure-flags' => '-qt-gif -no-phonon -dbus -nomake demos -nomake examples -fast',
'repository' => 'git://gitorious.org/+kde-developers/qt/kde-qt.git',
'repository' => 'git://anongit.kde.org/qt-kde',
'branch' => 'master',
},
'phonon' => {

@ -155,7 +155,7 @@ module qt-copy
# optimizations and bugfixes and is generally what KDE developers use.
# This is recommended in most cases. If you used to use the old
# "apply-patches" option, this is the git equivalent.
repository git://gitorious.org/+kde-developers/qt/kde-qt.git
repository git://anongit.kde.org/qt-kde
# If you use the branch option up in the "global" section to set a
# default KDE version, you should manually choose a branch here for Qt.

Loading…
Cancel
Save