[SCM] snd/master: Replaced .menu with .desktop entries

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue May 17 11:40:45 UTC 2016


The following commit has been merged in the master branch:
commit 572dc99cd4a110f2ba298eaf0b8e60777687361e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue May 17 11:54:54 2016 +0200

    Replaced .menu with .desktop entries
    
    Following debian policy 3.9.8

diff --git a/debian/snd-gtk-jack.desktop b/debian/snd-gtk-jack.desktop
new file mode 100644
index 0000000..3b99618
--- /dev/null
+++ b/debian/snd-gtk-jack.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Snd
+GenericName=Scriptable Sound File Editor
+Comment=Sound editor (with JACK support) that has been modeled after Emacs
+Keywords=audio;sound;editor
+Exec=/usr/bin/snd.gtk-jack
+Icon=snd
+Terminal=false
+Type=Application
+Categories=Audio;Music;AudioVideoEditing;
diff --git a/debian/snd-gtk-jack.menu b/debian/snd-gtk-jack.menu
deleted file mode 100644
index 1f2d5a3..0000000
--- a/debian/snd-gtk-jack.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(snd-gtk-jack):\
- needs="x11"\
- section="Applications/Sound"\
- title="Snd"\
- description="Sound file editor (JACK)"\
- icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd.gtk-jack"
diff --git a/debian/snd-gtk-pulse.desktop b/debian/snd-gtk-pulse.desktop
new file mode 100644
index 0000000..8929b69
--- /dev/null
+++ b/debian/snd-gtk-pulse.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Snd
+GenericName=Scriptable Sound File Editor
+Comment=Sound editor (with PulseAudio support) that has been modeled after Emacs
+Keywords=audio;sound;editor
+Exec=/usr/bin/snd.gtk-pulse
+Icon=snd
+Terminal=false
+Type=Application
+Categories=Audio;Music;AudioVideoEditing;
diff --git a/debian/snd-gtk-pulse.menu b/debian/snd-gtk-pulse.menu
deleted file mode 100644
index 2c18579..0000000
--- a/debian/snd-gtk-pulse.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(snd-gtk-pulse):\
- needs="x11"\
- section="Applications/Sound"\
- title="Snd"\
- description="Sound file editor (PulseAudio)"\
- icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd.gtk-pulse"
diff --git a/debian/snd-nox.desktop b/debian/snd-nox.desktop
new file mode 100644
index 0000000..79f48e4
--- /dev/null
+++ b/debian/snd-nox.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Snd
+GenericName=Scriptable command line Sound File Editor
+Comment=Sound editor (with ALSA support, but without a GUI) that has been modeled after Emacs
+Keywords=audio;sound;editor
+Exec=/usr/bin/snd.nox
+Icon=snd
+Terminal=true
+Type=Application
+Categories=Audio;Music;AudioVideoEditing;
diff --git a/debian/snd-nox.menu b/debian/snd-nox.menu
deleted file mode 100644
index a8e4fa7..0000000
--- a/debian/snd-nox.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(snd-nox):\
- needs="text"\
- section="Applications/Sound"\
- title="Snd"\
- description="Sound file editor (No GUI)"\
- icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd.nox"

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list