From kde-commits Fri Jan 22 22:29:11 2016 From: Luigi Toscano Date: Fri, 22 Jan 2016 22:29:11 +0000 To: kde-commits Subject: branches/stable/l10n-kde4/scripts Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145350176109104 SVN commit 1450773 by ltoscano: calligra is now a namespace, extract again the translations M +4 -4 get_paths --- branches/stable/l10n-kde4/scripts/get_paths #1450772:1450773 @@ -112,7 +112,7 @@ extragear-*) echo branches/stable/extragear-kde4/`echo $1 | sed -e "s,extragear-,,"` ;; - calligra) + calligra|calligra_*) echo git-stable/calligra ;; *) @@ -179,7 +179,7 @@ kdelibs*|kdeplasma-addons|kdepimlibs|kdepim|kdepim-runtime) echo git ;; - calligra) + calligra*) echo git ;; *) @@ -341,7 +341,7 @@ kde-workspace) echo "KDE/4.11" ;; - calligra) + calligra_calligra) echo "calligra/2.9" ;; *) @@ -354,7 +354,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|calligra_*|qt|kde-runtime|kde-workspace) echo "kde:$1.git" ;; kdesupport-phonon_*)