SVN commit 733219 by winterz: So long kghostview. Long live okular.
CCMAIL: [email protected],[EMAIL PROTECTED] M +0 -8 CMakeLists.txt M +0 -3 README M +0 -1 doc/CMakeLists.txt D doc/kghostview (directory) D kghostview (directory) M +1 -1 strigi-analyzer/ps/CMakeLists.txt A strigi-analyzer/ps/dscparse.cpp tags/unmaintained/4/kghostview/dscparse.cpp#733204 [License: UNKNOWN] A strigi-analyzer/ps/dscparse.h tags/unmaintained/4/kghostview/dscparse.h#733204 [License: UNKNOWN] A strigi-analyzer/ps/dscparse_adapter.cpp tags/unmaintained/4/kghostview/dscparse_adapter.cpp#733204 [License: GPL (v2+)] A strigi-analyzer/ps/dscparse_adapter.h tags/unmaintained/4/kghostview/dscparse_adapter.h#733204 [License: GPL (v2+)] --- trunk/KDE/kdegraphics/CMakeLists.txt #733218:733219 @@ -31,13 +31,6 @@ include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) - -set(libdscparse_SRCS - ${CMAKE_SOURCE_DIR}/kghostview/dscparse.cpp - ${CMAKE_SOURCE_DIR}/kghostview/dscparse_adapter.cpp - ) - - add_subdirectory(cmake) macro_optional_add_subdirectory(doc) macro_optional_add_subdirectory(strigi-analyzer) @@ -50,7 +43,6 @@ if(Q_WS_X11) macro_optional_add_subdirectory(ksnapshot) - macro_optional_add_subdirectory(kghostview) if (XVIDMODEEXTENSIONS_FOUND) macro_optional_add_subdirectory(kgamma) endif (XVIDMODEEXTENSIONS_FOUND) --- trunk/KDE/kdegraphics/README #733218:733219 @@ -23,9 +23,6 @@ * kfile-plugins Provide meta information for graphic files. -* kghostview - Program (and embeddable KPart) to display *.pdf and *.ps - * kolourpaint An easy-to-use paint program designed for everyday tasks like drawing simple diagrams/logos/icons and editing screenshots. --- trunk/KDE/kdegraphics/doc/CMakeLists.txt #733218:733219 @@ -1,6 +1,5 @@ if(Q_WS_X11) add_subdirectory(ksnapshot) - add_subdirectory(kghostview) if (XVIDMODEEXTENSIONS_FOUND) add_subdirectory(kgamma) endif (XVIDMODEEXTENSIONS_FOUND) --- trunk/KDE/kdegraphics/strigi-analyzer/ps/CMakeLists.txt #733218:733219 @@ -5,7 +5,7 @@ ########### next target ############### -set(gsthumbnail_PART_SRCS gscreator.cpp ${libdscparse_SRCS}) +set(gsthumbnail_PART_SRCS gscreator.cpp dscparse.cpp dscparse_adapter.cpp) kde4_add_plugin(gsthumbnail ${gsthumbnail_PART_SRCS}) _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
