From e58b99043ff0dac28f26a27165fda22019857501 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Nov 2008 16:55:13 +0000 Subject: Install Ingen menu entry. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1796 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/ingen.desktop | 9 +++++++++ src/ingen/ingen.desktop.in | 9 --------- src/ingen/wscript | 2 ++ 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 src/ingen/ingen.desktop delete mode 100644 src/ingen/ingen.desktop.in diff --git a/src/ingen/ingen.desktop b/src/ingen/ingen.desktop new file mode 100644 index 00000000..ebd92f32 --- /dev/null +++ b/src/ingen/ingen.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Ingen +Comment=Create synthesizers and effects processors in a modular environment +Exec=ingen -eg +Terminal=false +Icon=ingen-icon.svg +Type=Application +Categories=Application;AudioVideo;Sound;Audio diff --git a/src/ingen/ingen.desktop.in b/src/ingen/ingen.desktop.in deleted file mode 100644 index 6bd00e05..00000000 --- a/src/ingen/ingen.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Ingen -Comment=Create synthesizers and effects processors in a modular environment -Exec=ingen -g -Terminal=false -Icon=ingen-icon.svg -Type=Application -Categories=Application;AudioVideo;Sound;Audio diff --git a/src/ingen/wscript b/src/ingen/wscript index 50b6704d..688c16db 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -12,4 +12,6 @@ def build(bld): autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP') autowaf.build_wrapper(bld, 'ingen.in', obj) + + install_files('DATADIR', 'applications', 'ingen.desktop') -- cgit v1.2.1