summarylogtreecommitdiffstats
path: root/wavedrom-editor.desktop
diff options
context:
space:
mode:
authorKyle Manna2017-12-21 23:10:21 -0800
committerKyle Manna2017-12-21 23:10:21 -0800
commitdd462a61eb4bae18a59a9927f3d3f066c6fc2297 (patch)
treece3eca5e17c369895c642fd87c89b19a96c879a3 /wavedrom-editor.desktop
downloadaur-dd462a61eb4bae18a59a9927f3d3f066c6fc2297.tar.gz
wavedrom-editor: Initial commit
* Add initial build. * Crude but works.
Diffstat (limited to 'wavedrom-editor.desktop')
-rw-r--r--wavedrom-editor.desktop25
1 files changed, 25 insertions, 0 deletions
diff --git a/wavedrom-editor.desktop b/wavedrom-editor.desktop
new file mode 100644
index 000000000000..8a5535193082
--- /dev/null
+++ b/wavedrom-editor.desktop
@@ -0,0 +1,25 @@
+[Desktop Entry]
+
+# The type as listed above
+Type=Application
+
+# The version of the desktop entry specification to which this file complies
+Version=2.4.0
+
+# The name of the application
+Name=WaveDrom Editor
+
+# A comment which can/will be used as a tooltip
+Comment=Timing diagram rendering engine
+
+# The executable of the application.
+Exec=wavedrom-editor
+
+# The name of the icon that will be used to display this entry
+Icon=wavedrom-editor
+
+# Describes whether this application needs to be run in a terminal or not
+Terminal=false
+
+# Describes the categories in which this entry should be shown
+Categories=Development;Science;Graphics