[debian-edu-commits] debian-edu/pkg-team/ 01/01: New desktop-argument.patch to let desktops know how to pass files to lmms. Thanks to lintian for noticing the bug.
Petter Reinholdtsen
pere at moszumanska.debian.org
Tue Oct 7 10:56:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository lmms.
commit d3353e67cbdd9c6e58d9b61c8aae8e1c5266484d
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Tue Oct 7 12:55:07 2014 +0200
New desktop-argument.patch to let desktops know how to pass files to lmms. Thanks to lintian for noticing the bug.
---
debian/changelog | 2 ++
debian/patches/desktop-argument.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9ccedeb..95d5490 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
lmms (1.0.3-4) UNRELEASED; urgency=low
* Correct watch file to reflect '-src' part of upstream tarball.
+ * New desktop-argument.patch to let desktops know how to pass files to
+ lmms. Thanks to lintian for noticing the bug.
-- Petter Reinholdtsen <pere at debian.org> Tue, 07 Oct 2014 12:47:58 +0200
diff --git a/debian/patches/desktop-argument.patch b/debian/patches/desktop-argument.patch
new file mode 100644
index 0000000..e55a4c9
--- /dev/null
+++ b/debian/patches/desktop-argument.patch
@@ -0,0 +1,17 @@
+Description: Make sure desktop systems know how to pass files to lmms
+Author: Petter Reinholdtsen <pere at debian.org>
+Forwarded: no, should be forwarded
+Reviewed-By: Petter Reinholdtsen <pere at hungry.com>
+Last-Update: 2014-10-07
+
+--- lmms-1.0.3.orig/data/lmms.desktop
++++ lmms-1.0.3/data/lmms.desktop
+@@ -6,7 +6,7 @@ GenericName[de]=Software zur Musik-Produ
+ Comment=easy music production for everyone!
+ Comment[ca]=Producció fàcil de música per a tothom!
+ Icon=lmms
+-Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lmms
++Exec=env QT_X11_NO_NATIVE_MENUBAR=1 lmms %f
+ Terminal=false
+ Type=Application
+ Categories=Qt;AudioVideo;Audio;Midi;
diff --git a/debian/patches/series b/debian/patches/series
index f8c4d06..652b855 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
well-defined-loop.patch
+desktop-argument.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/lmms.git
More information about the debian-edu-commits
mailing list