[SCM] snd/master: call the proper binaries (with suffix) in the menus

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 26 20:30:25 UTC 2016


The following commit has been merged in the master branch:
commit c8511c56df38e3c5ec548df6fb3d1211dc804c82
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Jan 26 20:52:39 2016 +0100

    call the proper binaries (with suffix) in the menus

diff --git a/debian/snd-gtk-jack.menu b/debian/snd-gtk-jack.menu
index 2583dbd..1f2d5a3 100644
--- a/debian/snd-gtk-jack.menu
+++ b/debian/snd-gtk-jack.menu
@@ -4,4 +4,4 @@
  title="Snd"\
  description="Sound file editor (JACK)"\
  icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd"
+ command="/usr/bin/snd.gtk-jack"
diff --git a/debian/snd-gtk-pulse.menu b/debian/snd-gtk-pulse.menu
index 7cff8d8..2c18579 100644
--- a/debian/snd-gtk-pulse.menu
+++ b/debian/snd-gtk-pulse.menu
@@ -4,4 +4,4 @@
  title="Snd"\
  description="Sound file editor (PulseAudio)"\
  icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd"
+ command="/usr/bin/snd.gtk-pulse"
diff --git a/debian/snd-nox.menu b/debian/snd-nox.menu
index ae9632d..a8e4fa7 100644
--- a/debian/snd-nox.menu
+++ b/debian/snd-nox.menu
@@ -4,4 +4,4 @@
  title="Snd"\
  description="Sound file editor (No GUI)"\
  icon="/usr/share/pixmaps/snd.xpm"\
- command="/usr/bin/snd"
+ command="/usr/bin/snd.nox"

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list