[redeclipse] 438/494: patch removing quotes in desktop file

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:53:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse.

commit bfbb6751ecf3f3ed5b5726a6a73a9ffb3be612a6
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Mar 22 20:33:44 2013 +0100

    patch removing quotes in desktop file
---
 ...01-desktop-file-don-t-quote-icon-app-name.patch | 25 ++++++++++++++++++++++
 patches/series                                     |  1 +
 2 files changed, 26 insertions(+)

diff --git a/patches/0001-desktop-file-don-t-quote-icon-app-name.patch b/patches/0001-desktop-file-don-t-quote-icon-app-name.patch
new file mode 100644
index 0000000..fb76273
--- /dev/null
+++ b/patches/0001-desktop-file-don-t-quote-icon-app-name.patch
@@ -0,0 +1,25 @@
+From 10da6eef404d0ca0066825e0ba0cec77e418dd5e Mon Sep 17 00:00:00 2001
+From: Martin Erik Werner <martinerikwerner at gmail.com>
+Date: Fri, 22 Mar 2013 20:32:21 +0100
+Subject: [PATCH] desktop file: don't quote icon/app name
+
+---
+ src/install/nix/redeclipse.desktop.am |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/install/nix/redeclipse.desktop.am b/src/install/nix/redeclipse.desktop.am
+index e3215c5..de129da 100644
+--- a/src/install/nix/redeclipse.desktop.am
++++ b/src/install/nix/redeclipse.desktop.am
+@@ -20,6 +20,6 @@ Comment[gl]=Xogo de tiros en primeira persoa con xogo áxil e editor incorporado
+ Comment[it]=Sparatutto in prima persona con agile gameplay ed editor incorporato.
+ Comment[pt]=Jogo de tiros em primeira pessoa com jogabilidade ágil e editor incorporado.
+ Comment[sv]=Förstapersonsskjutare med rörlig spelstil och inbyggd baneditor.
+-Icon="@APPNAME@"
+-Exec="@APPNAME@"
++Icon=@APPNAME@
++Exec=@APPNAME@
+ Categories=Game;ActionGame;
+-- 
+1.7.10.4
+
diff --git a/patches/series b/patches/series
index f525da9..4823ff7 100644
--- a/patches/series
+++ b/patches/series
@@ -1,2 +1,3 @@
+0001-desktop-file-don-t-quote-icon-app-name.patch
 windowed-by-default.patch
 build-with-system-enet.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list