[Uml-devel] KDE/kdesdk

Stephan Kulow coolo at kde.org
Mon May 1 12:45:09 UTC 2006


SVN commit 536306 by coolo:

moved messages targets


 M  +0 -3      cervisia/Makefile.am  
 A             cervisia/Messages.sh  
 M  +0 -4      cervisia/cvsservice/Makefile.am  
 A             cervisia/cvsservice/Messages.sh  
 M  +0 -3      kbabel/Makefile.am  
 A             kbabel/Messages.sh  
 M  +0 -2      kbabel/addons/kfile-plugins/Makefile.am  
 A             kbabel/addons/kfile-plugins/Messages.sh  
 M  +0 -5      kbugbuster/Makefile.am  
 A             kbugbuster/Messages.sh  
 M  +0 -2      kbugbuster/kresources/Makefile.am  
 A             kbugbuster/kresources/Messages.sh  
 M  +0 -7      kcachegrind/kcachegrind/Makefile.am  
 A             kcachegrind/kcachegrind/Messages.sh  
 M  +0 -2      kdeaccounts-plugin/Makefile.am  
 A             kdeaccounts-plugin/Messages.sh  
 M  +0 -2      kfile-plugins/c++/Makefile.am  
 A             kfile-plugins/c++/Messages.sh  
 M  +0 -2      kfile-plugins/diff/Makefile.am  
 A             kfile-plugins/diff/Messages.sh  
 M  +0 -2      kfile-plugins/ts/Makefile.am  
 A             kfile-plugins/ts/Messages.sh  
 M  +0 -2      kioslave/svn/Makefile.am  
 A             kioslave/svn/Messages.sh  
 M  +0 -3      kompare/Makefile.am  
 A             kompare/Messages.sh  
 M  +0 -5      kspy/Makefile.am  
 A             kspy/Messages.sh  
 M  +0 -2      kstartperf/Makefile.am  
 A             kstartperf/Messages.sh  
 M  +0 -2      kuiviewer/Makefile.am  
 A             kuiviewer/Messages.sh  
 M  +0 -8      umbrello/umbrello/Makefile.am  
 A             umbrello/umbrello/Messages.sh  


--- trunk/KDE/kdesdk/cervisia/Makefile.am #536305:536306
@@ -57,9 +57,6 @@
 update_SCRIPTS = move_repositories.pl change_colors.pl cervisia-normalize_cvsroot.pl cervisia-change_repos_list.pl
 updatedir = $(kde_datadir)/kconf_update
 
-messages: rc.cpp
-	$(EXTRACTRC) *.rc >> rc.cpp
-	$(XGETTEXT) -C *.cpp *.h -o $(podir)/cervisia.pot
 
 srcdoc:
 	$(kde_bindir)/kdoc -a -p -d classdocs -n 'Cervisia' *.h -lqt -lkdecore -lkdeui -lkparts
--- trunk/KDE/kdesdk/cervisia/cvsservice/Makefile.am #536305:536306
@@ -43,10 +43,6 @@
 service_DATA = cvsservice.desktop
 servicedir = $(kde_servicesdir)
 
-# i18n
-messages:
-	$(XGETTEXT) *.cpp *.h -o $(podir)/cvsservice.pot
-
 # API documentation
 # Not activated because KDE_INIT_DOXYGEN is missing in
 # kdesdk's configure.in.in
--- trunk/KDE/kdesdk/kbabel/Makefile.am #536305:536306
@@ -2,7 +2,4 @@
 
 SUBDIRS = common filters datatools kbabeldict commonui catalogmanager kbabel addons
 
-messages: rc.cpp
-	$(EXTRACTRC) `find . -name \*.rc -o -name \*.ui` >> rc.cpp
-	$(XGETTEXT) `find . -name \*.cpp -o -name \*.cc` -o $(podir)/kbabel.pot	
 
--- trunk/KDE/kdesdk/kbabel/addons/kfile-plugins/Makefile.am #536305:536306
@@ -15,8 +15,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages: rc.cpp
-	$(XGETTEXT) kfile_po.cpp -o $(podir)/kfile_po.pot
 
 services_DATA = kfile_po.desktop
 servicesdir = $(kde_servicesdir)
--- trunk/KDE/kdesdk/kbugbuster/Makefile.am #536305:536306
@@ -21,8 +21,3 @@
 
 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO kbugbuster.lsm 
 
-messages: rc.cpp
-	$(EXTRACTRC) */*.kcfg >> rc.cpp
-	$(EXTRACTRC) gui/*.rc >> rc.cpp
-	$(EXTRACTRC) gui/*.ui >> rc.cpp
-	$(XGETTEXT) *.cpp */*.h */*.cpp -o $(podir)/kbugbuster.pot
--- trunk/KDE/kdesdk/kbugbuster/kresources/Makefile.am #536305:536306
@@ -12,5 +12,3 @@
 
 METASOURCES = AUTO
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kres_bugzilla.pot
--- trunk/KDE/kdesdk/kcachegrind/kcachegrind/Makefile.am #536305:536306
@@ -52,11 +52,4 @@
 tipdir = $(kde_datadir)/kcachegrind
 tip_DATA = tips
 
-messages: rc.cpp
-	$(PREPARETIPS) > tips.cpp
-	LIST=`find . -name \*.h -o -name \*.cpp`; \
-	if test -n "$$LIST"; then \
-	 $(XGETTEXT) $$LIST -o $(podir)/kcachegrind.pot; \
-	fi
-	rm -f tips.cpp
 
--- trunk/KDE/kdesdk/kdeaccounts-plugin/Makefile.am #536305:536306
@@ -9,8 +9,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kabcformat_kdeaccounts.pot
 
 linkdir		= $(kde_datadir)/kabc/formats
 link_DATA	= kdeaccountsplugin.desktop
--- trunk/KDE/kdesdk/kfile-plugins/c++/Makefile.am #536305:536306
@@ -15,8 +15,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages:
-	$(XGETTEXT) *.cpp -o $(podir)/kfile_cpp.pot
 
 services_DATA = kfile_cpp.desktop kfile_h.desktop
 servicesdir = $(kde_servicesdir)
--- trunk/KDE/kdesdk/kfile-plugins/diff/Makefile.am #536305:536306
@@ -15,8 +15,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages:
-	$(XGETTEXT) *.cpp *.h -o $(podir)/kfile_diff.pot
 
 services_DATA = kfile_diff.desktop
 servicesdir = $(kde_servicesdir)
--- trunk/KDE/kdesdk/kfile-plugins/ts/Makefile.am #536305:536306
@@ -14,8 +14,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages:
-	$(XGETTEXT) *.cpp -o $(podir)/kfile_ts.pot
 
 services_DATA = kfile_ts.desktop
 servicesdir = $(kde_servicesdir)
--- trunk/KDE/kdesdk/kioslave/svn/Makefile.am #536305:536306
@@ -11,5 +11,3 @@
 protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol
 protocoldir = $(kde_servicesdir)
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kio_svn.pot
--- trunk/KDE/kdesdk/kompare/Makefile.am #536305:536306
@@ -13,9 +13,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages: rc.cpp
-	$(EXTRACTRC) */*.rc */*.ui >> rc.cpp
-	$(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/kompare.pot
 
 #########################################################################
 # APPLICATION SECTION
--- trunk/KDE/kdesdk/kspy/Makefile.am #536305:536306
@@ -19,11 +19,6 @@
 
 METASOURCES = AUTO
 
-messages: 
-	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
-	if test -n "$$LIST"; then \
-	 $(XGETTEXT) $$LIST -o $(podir)/spy.pot; \
-	fi
 
 check_PROGRAMS = testkspy
 testkspy_SOURCES = main.cpp
--- trunk/KDE/kdesdk/kstartperf/Makefile.am #536305:536306
@@ -10,5 +10,3 @@
 kstartperf_LDADD = $(LIB_KDECORE)
 kstartperf_SOURCES = kstartperf.cpp
 
-messages:
-	$(XGETTEXT) $(kstartperf_SOURCES) -o $(podir)/kstartperf.pot
--- trunk/KDE/kdesdk/kuiviewer/Makefile.am #536305:536306
@@ -10,8 +10,6 @@
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kuiviewer.pot
 
 KDE_ICON = kuiviewer
 
--- trunk/KDE/kdesdk/umbrello/umbrello/Makefile.am #536305:536306
@@ -133,14 +133,6 @@
 
 umbrello_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
 
-messages: rc.cpp
-	$(PREPARETIPS) > tips.cpp
-	$(EXTRACTRC) *.rc codegenerators/*.ui dialogs/*.ui > ./rc.cpp
-	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
-	if test -n "$$LIST"; then \
-	 $(XGETTEXT) $$LIST -o $(podir)/umbrello.pot; \
-	fi
-	rm -f tips.cpp
 
 version.h: $(top_srcdir)/umbrello/VERSION
 	printf "#undef UMBRELLO_VERSION\n#define UMBRELLO_VERSION \"`cat $(top_srcdir)/umbrello/VERSION`\"\n" > version.h




More information about the umbrello-devel mailing list