Update of /cvsroot/libwpg/perfectspot/src
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19376/src
Modified Files:
CMakeLists.txt
Added Files:
perfectspot.desktop
Log Message:
this allows us to have make install install exactly the same files as the rpm would do
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/libwpg/perfectspot/src/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CMakeLists.txt 9 Oct 2007 15:31:41 -0000 1.7
+++ CMakeLists.txt 11 Oct 2007 11:44:17 -0000 1.8
@@ -35,3 +35,4 @@
install(TARGETS ${PROGNAME} DESTINATION bin)
install(FILES perfectspot.png DESTINATION share/pixmaps)
+install(FILES perfectspot.desktop DESTINATION share/applications)
--- NEW FILE: perfectspot.desktop ---
[Desktop Entry]
Categories=Graphics;Viewer
Name=Perfectspot
GenericName=WordPerfect Graphics Viewer
Type=Application
Exec=perfectspot
Icon=perfectspot
X-SuSE-translate=true
|