This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/meson.build
+++ jacktrip/meson.build
-@@ -306,7 +306,7 @@
+@@ -302,7 +302,7 @@
command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip],
install: not gzip.found(),
install_dir: get_option('mandir') / 'man1')
custom_target('jacktrip.1.gz',
input: manfile,
output: 'jacktrip.1.gz',
-@@ -324,4 +324,4 @@
+@@ -320,4 +320,4 @@
summary({'Application ID': application_id,
'GUI': not get_option('nogui'),
'WAIR': get_option('wair'),
Description: Use wrapper-script to launch jacktrip-gui from .desktop
Author: IOhannes m zmölnig
Origin: Debian
-Bug: https://github.com/jacktrip/jacktrip/issues/802
-Last-Update: 2023-01-27
+Forwarded: not-needed
+Last-Update: 2023-11-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/linux/org.jacktrip.JackTrip.desktop.in
Name=JackTrip@name_suffix@
Comment=Network Music Performance over the Internet
Comment[fr]=Performance de musique en réseau sur internet
--Exec=/bin/bash -c "if [ -z ""\$"1" ]; then jacktrip; else jacktrip --gui --deeplink ""\$"1"; fi" /bin/bash %u
-+Exec=/usr/share/jacktrip/jacktrip-gui-launcher %u
+-Exec=jacktrip %u
++Exec=/usr/bin/jacktrip-gui %u
Icon=@icon@
Terminal=false
StartupWMClass=@wmclass@