From kde-commits Thu Oct 02 15:53:17 2003 From: Amilcar do Carmo Lucas Date: Thu, 02 Oct 2003 15:53:17 +0000 To: kde-commits Subject: kdevelop X-MARC-Message: https://marc.info/?l=kde-commits&m=106511013714618 CVS commit by aclu: More gideon->kdevelop and Gideon->KDevelop renames I just found out that we need to do replaces in 44 files named script in languages/*/app_wizard/*/script but teatime's Find-select-and replace tools seams to ignore all sript files. So we can not use it :-( M +6 -8 README 1.27 M +2 -2 languages/ada/app_templates/adahello/script 1.2 M +1 -1 languages/cpp/app_templates/chello/script 1.2 M +1 -1 languages/cpp/app_templates/chello_gba/script 1.2 M +2 -2 languages/cpp/app_templates/kbearimportfilter/script 1.2 M +2 -2 languages/cpp/app_templates/kbearplugin/script 1.2 M +1 -1 src/kdevelopui.rc 1.58 --- kdevelop/languages/ada/app_templates/adahello/script #1.1:1.2 @@ -1,7 +1,7 @@ #!/usr/bin/perl -use gideon; +use kdevelop; -initGideon(); +initKDevelop(); installFileTemplate(); installLicense(); --- kdevelop/languages/cpp/app_templates/chello/script #1.1:1.2 @@ -1,5 +1,5 @@ #!/usr/bin/perl -use gideon; +use kdevelop; initGideon(); --- kdevelop/languages/cpp/app_templates/chello_gba/script #1.1:1.2 @@ -1,5 +1,5 @@ #!/usr/bin/perl -use gideon; +use kdevelop; initGideon(); --- kdevelop/languages/cpp/app_templates/kbearimportfilter/script #1.1:1.2 @@ -1,7 +1,7 @@ #!perl -I/opt/kde3/share/apps/kdevappwizard/template-common -use gideon; +use kdevelop; -initGideon(); +initKDevelop(); installLicense(); installAdmin(); --- kdevelop/languages/cpp/app_templates/kbearplugin/script #1.1:1.2 @@ -1,7 +1,7 @@ #!perl -I/opt/kde3/share/apps/kdevappwizard/template-common -use gideon; +use kdevelop; -initGideon(); +initKDevelop(); installFileTemplate(); installLicense(); --- kdevelop/src/kdevelopui.rc #1.57:1.58 @@ -1,4 +1,4 @@ - + &File --- kdevelop/README #1.26:1.27 @@ -1,10 +1,2 @@ -KDevelop 3.0 Alpha 7 Release ----------------------------- - -Since this project is code named Gideon, the binary that builds is called -"gideon" instead of "kdevelop". This will allow users to use older -versions of kdevelop while still being able to experiment with this new -version. - KDE API Documentation --------------------------- @@ -16,4 +8,10 @@ make apidox make apidox-install + +After that you should follow the instructions at: + +http://www.kdevelop.org/index.html?filename=branches_compiling.html + +to compile KDevelop