Add ardour4 desktop and mime type files.
- looks like the install target for these has been removed, but the existence of these may be of help to packagers.
This commit is contained in:
parent
54e613746c
commit
203931e846
9
gtk2_ardour/ardour4.desktop.in
Normal file
9
gtk2_ardour/ardour4.desktop.in
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Ardour
|
||||
Comment=Ardour Digital Audio Workstation
|
||||
Exec=ardour4
|
||||
Icon=ardour4
|
||||
Terminal=false
|
||||
MimeType=application/x-ardour4;
|
||||
Type=Application
|
||||
Categories=AudioVideo;Audio;AudioEditing;X-Recorders;X-Multitrack;X-Jack;
|
8
gtk2_ardour/ardour4.xml
Normal file
8
gtk2_ardour/ardour4.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-ardour4">
|
||||
<sub-class-of type="application/xml"/>
|
||||
<comment>Ardour session file</comment>
|
||||
<glob pattern="*.ardour"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
Loading…
Reference in New Issue
Block a user