[SCM] guitarix/master: Add patch to sanitize .desktop file

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Sat Feb 6 18:40:46 UTC 2016


The following commit has been merged in the master branch:
commit 5e0c6fc99a05e33878f8e08be8cbfe1a36033d46
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sat Feb 6 14:17:41 2016 +0100

    Add patch to sanitize .desktop file

diff --git a/debian/patches/04-fix-desktop.patch b/debian/patches/04-fix-desktop.patch
new file mode 100644
index 0000000..f406347
--- /dev/null
+++ b/debian/patches/04-fix-desktop.patch
@@ -0,0 +1,25 @@
+Description: Fix errors in .desktop and add keywords
+ Running `deskop-file-validate` highlighted errors with key groups
+ containing more than A-Za-z0-9- characters.
+Author: Víctor Cuadrado Juan <me at viccuad.me>
+Origin: Debian
+Last-Update: 2015-02-06
+---
+--- a/guitarix.desktop.in
++++ b/guitarix.desktop.in
+@@ -1,10 +1,11 @@
+ 
+ [Desktop Entry]
+-_Name=guitarix
+-_GenericName=Mono Amplifier
+-_Comment=Simple mono amplifier simulation
++Name=guitarix
++GenericName=Mono Amplifier
++Comment=Simple mono amplifier simulation
+ Exec=guitarix
+ Icon=gx_head
+ Categories=AudioVideo;Audio;X-Jack;Midi;X-MIDI;
+ Terminal=false
+ Type=Application
++Keywords=Audio;Sound;Guitar;Amplifier;Record;Midi;Jack;
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index b0b185b..7619e1a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+04-fix-desktop.patch
 03-update-changelog.patch
 02-libdl.patch
 01-fix-linux-only.patch

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list