[Kst] branches/work/kst/kst1kde4/kst
Andrew Walker
arwalker at sumusltd.com
Sat Mar 20 01:08:04 CET 2010
SVN commit 1105377 by arwalker:
continue kst1kde4
M +7 -0 AUTHORS
M +0 -3 kst.spec.in
D misc/Makefile.am
D misc/tutorial/Makefile.am
D patches (directory)
M +1 -1 src/datasources/CMakeLists.txt
D src/datasources/Makefile.am
M +0 -19 src/datasources/dirfile/CMakeLists.txt
M +4 -0 src/kst/main.cpp
--- branches/work/kst/kst1kde4/kst/AUTHORS #1105376:1105377
@@ -3,4 +3,11 @@
George Staikos <staikos at kde.org>
Andrew Walker <arwalker at sumusltd.com>
Rick Chern <rchern at interchange.ubc.ca>
+Duncan Hanson
+Nicolas Brisset
+Matthew Truch <matt at truch.net>
+Theodore Kisner <tskisner.public at gmail.com>
+Yiwen Mao
+Zongyi Zhang
+
--- branches/work/kst/kst1kde4/kst/kst.spec.in #1105376:1105377
@@ -79,9 +79,6 @@
%prefix/share/servicetypes/kst/kstdatasourceplugin.desktop
%prefix/share/servicetypes/kst/kstplugin.desktop
%prefix/share/servicetypes/kst/kstfilter.desktop
-#designerplugin
-%prefix/%_lib/kde3/plugins/designer/kstwidgets.la
-%prefix/%_lib/kde3/plugins/designer/kstwidgets.so
#extensions
%prefix/%_lib/kde3/kstextension_*.la
%prefix/%_lib/kde3/kstextension_*.so
--- branches/work/kst/kst1kde4/kst/src/datasources/CMakeLists.txt #1105376:1105377
@@ -1,4 +1,4 @@
-add_subdirectory(ascii)
+#add_subdirectory(ascii)
add_subdirectory(qimagesource)
add_subdirectory(dirfile)
add_subdirectory(frame)
--- branches/work/kst/kst1kde4/kst/src/datasources/dirfile/CMakeLists.txt #1105376:1105377
@@ -22,23 +22,4 @@
install(FILES kstdata_dirfile.desktop DESTINATION share/services/kst)
-
-
-#original Makefile.am contents follow:
-
-#INCLUDES=-I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/extdate $(all_includes) $(GETDATA_CFLAGS)
#
-#if NO_EXTERNAL_GETDATA
-#GETDATA_C=getdata.c
-#endif
-#
-#kde_module_LTLIBRARIES=kstdata_dirfile.la
-#
-#kstdata_dirfile_la_LDFLAGS=$(all_libraries) $(GETDATA_LIBS) -module -avoid-version
-#kstdata_dirfile_la_SOURCES=dirfile.cpp $(GETDATA_C)
-#
-#METASOURCES=AUTO
-#
-#services_DATA=kstdata_dirfile.desktop
-#servicesdir=$(kde_servicesdir)/kst
-#
--- branches/work/kst/kst1kde4/kst/src/kst/main.cpp #1105376:1105377
@@ -369,6 +369,10 @@
"",
"",
"");
+ aboutData.addAuthor("Zongyi Zhang",
+ "",
+ "",
+ "");
aboutData.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));
More information about the Kst
mailing list