[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.15.5-17-gf4540a4

Stefan Ebner sebner at ubuntu.com
Fri Jan 15 12:08:54 UTC 2010


The following commit has been merged in the master branch:
commit f4540a4b71c78bcc88d852b7c36f89fe08b6b865
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Fri Jan 15 13:08:31 2010 +0100

    Fix .desktop file

diff --git a/debian/changelog b/debian/changelog
index 7838d7a..e8ea317 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,12 @@ longomatch (0.15.5-1) UNRELEASED; urgency=low
   * Switch to Debian Format 3.0
     + debian/{control, rules}: Remove any quilt reference
     + debian/source/format: Added
-    + debian/patches/01_use_mono-csc: Refreshed to apply cleanly
   * Remove CesarPlayer.dll.config and longomatch.install
     as upstream adopted the fix
+  * debian/patches:
+    + debian/patches/01_use_mono-csc: Refreshed to apply cleanly
+    + debian/patches/02_fix_desktop_file: Added to make .desktop file
+      freedesktop compliant
 
  -- Stefan Ebner <sebner at ubuntu.com>  Tue, 29 Dec 2009 16:05:44 +0100
 
diff --git a/debian/patches/02_fix_desktop_file b/debian/patches/02_fix_desktop_file
new file mode 100644
index 0000000..082b762
--- /dev/null
+++ b/debian/patches/02_fix_desktop_file
@@ -0,0 +1,29 @@
+Index: longomatch/LongoMatch/longomatch.desktop.in
+===================================================================
+--- longomatch.orig/LongoMatch/longomatch.desktop.in	2010-01-15 12:47:59.770310274 +0100
++++ longomatch/LongoMatch/longomatch.desktop.in	2010-01-15 12:49:33.146312748 +0100
+@@ -1,18 +1,9 @@
+ [Desktop Entry]
+ Version=1.0
+-        _Name=LongoMatch
+-              Type=Application
+-                   Exec=longomatch
+-                        Terminal=false
+-                                 Categories=Video;
+-AudioVideo;
+-Player;
+-AudioVideoEditing;
+-Recorder;
+-AudioVideoEditing;
+-Database;
+-Recorder;
+-Player;
+-Sports;
++Name=LongoMatch
++Type=Application
++Exec=longomatch
++Terminal=false
++Categories=Video;AudioVideo;Player;AudioVideoEditing;Recorder;Database;Sports;
+ Icon=longomatch
+-     _Comment=Sports video analysis tool for coaches
++Comment=Sports video analysis tool for coaches
diff --git a/debian/patches/series b/debian/patches/series
index c8c66e0..b85662f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_use_mono-csc
+02_fix_desktop_file

-- 
longomatch



More information about the Pkg-cli-apps-commits mailing list