[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/l10n-kde4/scripts
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-01-08 21:30:56
Message-ID: 1199827856.150699.1292.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 758707 by aacid:

fix paths, make them point to kde 4.0 


 M  +7 -16     get_paths  


--- branches/stable/l10n-kde4/scripts/get_paths #758706:758707
@@ -1,12 +1,12 @@
 function kde_base_dir
 {
     # Path to find utilities in kdelibs or kdesdk
-    echo trunk/KDE
+    echo branches/KDE/4.0
 }
 
 function list_modules 
 {
-   echo kdelibs kdebase kdegames kdesdk kdegraphics kdeutils kdenetwork \
kdemultimedia kdeadmin kdetoys kdevelop kdepimlibs kdepim kdeartwork kdeedu \
kdeaccessibility kdewebdev koffice kdekiosk kdereview extragear-sdk \
extragear-graphics extragear-libs extragear-multimedia extragear-network \
extragear-security extragear-utils extragear-base extragear-pim extragear-plasma \
playground-accessibility playground-artwork playground-base playground-devtools \
playground-edu playground-games playground-graphics playground-ioslaves \
playground-multimedia playground-network playground-pim playground-sysadmin \
playground-utils playground-office +   echo kdelibs kdebase kdegames kdesdk \
kdegraphics kdeutils kdenetwork kdemultimedia kdeadmin kdetoys kdepimlibs kdeartwork \
kdeedu kdeaccessibility kdewebdev  }
 
 # List of module where only the documentation is extracted
@@ -18,26 +18,17 @@
 function get_path
 {
 	case "$1" in
-		extragear-*)
-			echo trunk/extragear/`echo $1 | sed -e "s,extragear-,,"`
-			;;
-		playground-*)
-			echo trunk/playground/`echo $1 | sed -e "s,playground-,,"`
-                        ;;
 		kdelibs|kdebase|kdegames|kdesdk|kdegraphics|kdeutils|kdenetwork|kdeedu|kdeaccessibility)
                
-			echo trunk/KDE/$1
+			echo branches/KDE/4.0/$1
 			;;
-		kdemultimedia|kdeadmin|kdetoys|kdevelop|kdepimlibs|kdepim|kdeartwork|kdewebdev)
-			echo trunk/KDE/$1
+		kdemultimedia|kdeadmin|kdetoys|kdevelop|kdepimlibs|kdeartwork|kdewebdev)
+			echo branches/KDE/4.0/$1
 			;;
-		koffice|kdereview|kdekiosk)
-			echo trunk/$1
-			;;
 		l10n)
-			echo trunk/l10n-kde4
+			echo branches/stable/l10n-kde4
 			;;
 		qt|qt-copy)
-			echo trunk/qt-copy
+			echo branches/qt/4.3
 			;;
 		*)
 			echo "ERROR: unknown module $1"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic