From 6ff28b09927d87190fe4961cc61bd9e0f9879ba8 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Sun, 30 Jan 2011 15:29:19 +0100
Subject: Register a MIME type.
---
CMakeLists.txt | 1 +
share/logdiag.desktop | 2 +-
share/logdiag.xml | 11 +++++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 share/logdiag.xml
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b0e4fa..7fa70ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -250,6 +250,7 @@ if (WIN32)
else (WIN32)
install (TARGETS logdiag DESTINATION bin)
install (FILES share/logdiag.desktop DESTINATION share/applications)
+ install (FILES share/logdiag.xml DESTINATION share/mime/packages)
install (DIRECTORY share/icons DESTINATION share)
install (DIRECTORY "${project_DOC_DIR}/html/"
DESTINATION share/gtk-doc/html/${CMAKE_PROJECT_NAME})
diff --git a/share/logdiag.desktop b/share/logdiag.desktop
index 485e0de..390676e 100644
--- a/share/logdiag.desktop
+++ b/share/logdiag.desktop
@@ -5,5 +5,5 @@ GenericName=Schematic Editor
GenericName[cs]=Editor schémat
Icon=logdiag
Exec=logdiag %f
+MimeType=application/x-logdiag-diagram;
Categories=Graphics;VectorGraphics;Electricity;Engineering;GTK;
-
diff --git a/share/logdiag.xml b/share/logdiag.xml
new file mode 100644
index 0000000..b8b9cab
--- /dev/null
+++ b/share/logdiag.xml
@@ -0,0 +1,11 @@
+
+
+
+ logdiag diagram
+ Diagram logdiag
+
+
+
+
+
+
--
cgit v1.2.3-70-g09d2