[SCM] jamin/master: Fix desktop file as Freedesktop.org's per-spec:

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 9 10:28:54 UTC 2011


The following commit has been merged in the master branch:
commit e99f05ab93e6df58e7dd4bec9cc1c9a490734a99
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 9 12:28:02 2011 +0200

    Fix desktop file as Freedesktop.org's per-spec:
    
    - Remove deprecated Encoding key.
    - Remove deprecated Application from Categories field.
    - Append Audio to Categories field.

diff --git a/debian/patches/1005_desktop_file.patch b/debian/patches/1005_desktop_file.patch
new file mode 100644
index 0000000..a6264c8
--- /dev/null
+++ b/debian/patches/1005_desktop_file.patch
@@ -0,0 +1,20 @@
+Subject: Fix desktop file as Freedesktop.org's per-spec.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ data/jamin.desktop.in |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- jamin.orig/data/jamin.desktop.in
++++ jamin/data/jamin.desktop.in
+@@ -1,9 +1,8 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ _Name=JAMin
+ _GenericName=
+ _Comment=JACK Audio Mastering interface
+-Categories=Application;AudioVideo;
++Categories=AudioVideo;Audio;
+ Exec=jamin
+ Icon=jamin.svg
+ MimeType=application/x-jamin;
diff --git a/debian/patches/series b/debian/patches/series
index 6b0e168..5ac9852 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 #1002_compile_with_-fPIC.patch
 1003_add_dynamic_linking.patch
 1004_install_correct_dir.patch
+1005_desktop_file.patch

-- 
jamin packaging



More information about the pkg-multimedia-commits mailing list