SVN commit 1507205 by aacid: don't extract qt anymore M +2 -8 get_paths M +0 -6 update_translations --- branches/stable/l10n-kde4/scripts/get_paths #1507204:1507205 @@ -92,9 +92,6 @@ l10n) echo branches/stable/l10n-kde4 ;; - qt) - echo git-stable/qt - ;; applications_baloo-widgets) echo git-stable/$1 ;; @@ -156,9 +153,6 @@ function get_vcs { case "$1" in - qt) - echo git - ;; extragear-*_*) echo git ;; @@ -273,7 +267,7 @@ kdeaccessibility_*) echo "get_branch_none" ;; - kdelibs*|kde-runtime|qt) + kdelibs*|kde-runtime) echo "get_branch_none" ;; workspace_kde-gtk-config) @@ -295,7 +289,7 @@ function get_url { case "$1" in - kdelibs|kdeplasma-addons|kdepimlibs|kdepim|kdepim-runtime|calligra|qt|kde-runtime|kde-workspace) + kdelibs|kdeplasma-addons|kdepimlibs|kdepim|kdepim-runtime|calligra|kde-runtime|kde-workspace) echo "kde:$1.git" ;; kdesupport-phonon_*) --- branches/stable/l10n-kde4/scripts/update_translations #1507204:1507205 @@ -298,12 +298,6 @@ done cd $BASEDIR - test -z "$VERBOSE1" || echo "extracting qt" - # As qt is updated rarely (compared to other modules) and to simplify the code, we let the "late" code below do most of the work. - ### TODO: check if in long-term this minimalistic approach is really the best - podir=$BASEDIR/$transmod/templates/messages/qt EXTRACTRC="perl $extractrc --ignore-no-input" qtcopydir=$BASEDIR/`get_path qt` \ - bash $BASEDIR/$transmod/scripts/MessagesQt.sh - test -z "$VERBOSE1" || echo "updating files in $transmod" if cd $transmod; then rm -f statuslist.tmp