[Kst] extragear/graphics/kst

Thomas Reitelbach tr at erdfunkstelle.de
Fri Mar 9 19:44:43 CET 2007


SVN commit 641027 by reitelbach:

fix messages target for kst.
This will bring back the ~700 missing messages.
This commit makes kstplugineditor.pot obsolete, the strings will reappear in kst.pot

CCMAIL:kde-i18n-doc at kde.org
CCMAIL:kst at kde.org


 M  +5 -0      Makefile.am  
 M  +0 -2      src/datasources/ascii/Makefile.am  
 M  +0 -2      src/datasources/scuba2/Makefile.am  
 M  +0 -6      src/kst/Makefile.am  
 M  +0 -6      src/libkst/Makefile.am  
 M  +0 -6      src/libkstapp/Makefile.am  
 M  +0 -6      src/libkstmath/Makefile.am  
 M  +0 -3      src/plugins/editor/Makefile.am  
 M  +0 -6      src/widgets/Makefile.am  


--- trunk/extragear/graphics/kst/Makefile.am #641026:641027
@@ -8,3 +8,8 @@
 svnchanges: changes
 	(cd $(srcdir) && svn commit -m 'update changelog' ChangeLog)
 
+messages: 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)/kst.pot; \
+	fi
--- trunk/extragear/graphics/kst/src/datasources/ascii/Makefile.am #641026:641027
@@ -10,5 +10,3 @@
 services_DATA=kstdata_ascii.desktop
 servicesdir=$(kde_servicesdir)/kst
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kst.pot
--- trunk/extragear/graphics/kst/src/datasources/scuba2/Makefile.am #641026:641027
@@ -10,5 +10,3 @@
 services_DATA=kstdata_scuba.desktop
 servicesdir=$(kde_servicesdir)/kst
 
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kst.pot
--- trunk/extragear/graphics/kst/src/kst/Makefile.am #641026:641027
@@ -26,12 +26,6 @@
 rcdir = $(kde_datadir)/kst
 rc_DATA = kstui.rc
 
-messages: 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)/kst.pot; \
-	fi
-
 METASOURCES=AUTO
 
 update_DATA = kstautosave11.upd kstrcmisc11.upd
--- trunk/extragear/graphics/kst/src/libkst/Makefile.am #641026:641027
@@ -40,12 +40,6 @@
 
 INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir) $(all_includes)
 
-messages: 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)/kst.pot; \
-	fi
-
 METASOURCES=AUTO
 
 kstdebug.lo: kstrevision.h
--- trunk/extragear/graphics/kst/src/libkstapp/Makefile.am #641026:641027
@@ -135,12 +135,6 @@
 # set the include path for X, qt and KDE
 INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I../libkst -I$(top_srcdir)/kst/src/widgets -I../widgets -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
 
-messages: 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)/kst.pot; \
-	fi
-
 datawizard.lo: datawizard.ui.h datawizard.ui
 debugdialog.lo: debugdialog.ui.h debugdialog.ui
 editviewobjectdialog.lo: editviewobjectdialog.ui
--- trunk/extragear/graphics/kst/src/libkstmath/Makefile.am #641026:641027
@@ -46,11 +46,5 @@
 # set the include path for X, qt and KDE
 INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
 
-messages: 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)/kst.pot; \
-	fi
-
 METASOURCES=AUTO
 
--- trunk/extragear/graphics/kst/src/plugins/editor/Makefile.am #641026:641027
@@ -5,6 +5,3 @@
 kstplugineditor_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 kstplugineditor_LDADD = $(LIB_KDECORE)
 METASOURCES = AUTO
-
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kstplugineditor.pot
--- trunk/extragear/graphics/kst/src/widgets/Makefile.am #641026:641027
@@ -36,12 +36,6 @@
 # set the include path for X, qt and KDE
 INCLUDES=-I$(top_srcdir)/kst/src/extdate -I$(top_srcdir)/kst/src/libkst -I../libkst -I$(top_srcdir)/kst/src/libkstmath -I$(top_srcdir) $(KMDI_INCLUDES) $(all_includes)
 
-messages: 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)/kst.pot; \
-	fi
-
 kstwidgets.lo: curveappearancewidget.h curveplacementwidget.h datarangewidget.h editmultiplewidget.h fftoptionswidget.h matrixselector.h scalarselector.h stringselector.h vectorselector.h comboboxselection.h
 scalarselector.lo: comboboxselection.h
 vectorselector.lo: comboboxselection.h


More information about the Kst mailing list