[gnome-latex: 201/205] Install the desktop entry and icons.



commit 5c3bacc09f6f30c0c9e0167cae07b3b1b379b89c
Author: Tanguy Ortolo <tanguy+latexila ortolo eu>
Date:   Fri Apr 30 14:11:52 2010 +0200

    Install the desktop entry and icons.
    
    Install latexila.desktop and the icons in several sizes to the standard XDG directories.

 data/CMakeLists.txt             | 1 +
 data/images/logo/CMakeLists.txt | 5 +++++
 2 files changed, 6 insertions(+)
---
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 1876c78..1c59aaf 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -2,3 +2,4 @@ ADD_SUBDIRECTORY(templates)
 ADD_SUBDIRECTORY(images)
 
 INSTALL(FILES "latexhelp.html" DESTINATION ${DATA_DIR})
+INSTALL(FILES "latexila.desktop" DESTINATION share/applications)
diff --git a/data/images/logo/CMakeLists.txt b/data/images/logo/CMakeLists.txt
index 6594e42..1a66985 100644
--- a/data/images/logo/CMakeLists.txt
+++ b/data/images/logo/CMakeLists.txt
@@ -1,2 +1,7 @@
 FILE(GLOB logo *.png)
 INSTALL(FILES ${logo} DESTINATION ${DATA_DIR}/images/logo)
+INSTALL(FILES icon16.png DESTINATION share/icons/hicolor/16x16 RENAME latexila.png)
+INSTALL(FILES icon22.png DESTINATION share/icons/hicolor/22x22 RENAME latexila.png)
+INSTALL(FILES icon24.png DESTINATION share/icons/hicolor/24x24 RENAME latexila.png)
+INSTALL(FILES icon32.png DESTINATION share/icons/hicolor/32x32 RENAME latexila.png)
+INSTALL(FILES icon48.png DESTINATION share/icons/hicolor/48x48 RENAME latexila.png)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]