[dia/bilelmoussaoui/install-desktop] Install the desktop file



commit 54e780ca98b43f35b74a5e4aba86f961b2e717bb
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Wed May 22 16:58:37 2019 +0200

    Install the desktop file
    
    This MR installs the desktop file in order to fix the flatpak nightlies
    This also removes some unneeded tags and disable the translations of the desktop file until we get 
gettext in board

 data/dia.desktop  | 11 +++++++++++
 data/meson.build  |  3 +++
 dia.desktop.in.in | 17 -----------------
 3 files changed, 14 insertions(+), 17 deletions(-)
---
diff --git a/data/dia.desktop b/data/dia.desktop
new file mode 100644
index 00000000..1847b4a4
--- /dev/null
+++ b/data/dia.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Dia
+GenericName=Diagram Editor
+Comment=Edit your Diagrams
+Type=Application
+Exec=dia %F
+Icon=dia
+Terminal=false
+Categories=GNOME;Graphics;
+StartupNotify=true
+MimeType=application/x-dia-diagram;
diff --git a/data/meson.build b/data/meson.build
index 8350799e..6bfdff37 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,2 +1,5 @@
+
+install_data('dia.desktop', install_dir: datadir / 'applications')
+
 subdir('icons')
 subdir('ui')


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