r10780 - in packages/branches/love/0.5.0/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Tue Feb 2 21:10:25 UTC 2010


Author: miriam
Date: 2010-02-02 21:10:24 +0000 (Tue, 02 Feb 2010)
New Revision: 10780

Added:
   packages/branches/love/0.5.0/debian/love-0.5.desktop
   packages/branches/love/0.5.0/debian/patches/prgname.patch
Removed:
   packages/branches/love/0.5.0/debian/love0.5.desktop
Modified:
   packages/branches/love/0.5.0/debian/patches/series
Log:
Added patches/prgname.patch



Copied: packages/branches/love/0.5.0/debian/love-0.5.desktop (from rev 10779, packages/branches/love/0.5.0/debian/love0.5.desktop)
===================================================================
--- packages/branches/love/0.5.0/debian/love-0.5.desktop	                        (rev 0)
+++ packages/branches/love/0.5.0/debian/love-0.5.desktop	2010-02-02 21:10:24 UTC (rev 10780)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Löve v0.5 Game
+Type=Application
+Exec=love-0.5 %f
+Icon=love-app-0.5
+Comment=Run Löve v0.5 game
+Comment[es]=Ejecutar juego de Löve v0.5
+NoDisplay=true
+Terminal=false
+MimeType=application/x-love-game;
+Categories=Game;

Deleted: packages/branches/love/0.5.0/debian/love0.5.desktop
===================================================================
--- packages/branches/love/0.5.0/debian/love0.5.desktop	2010-02-02 21:02:32 UTC (rev 10779)
+++ packages/branches/love/0.5.0/debian/love0.5.desktop	2010-02-02 21:10:24 UTC (rev 10780)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Löve v0.5 Game
-Type=Application
-Exec=love-0.5 %f
-Icon=love-app-0.5
-Comment=Run Löve v0.5 game
-Comment[es]=Ejecutar juego de Löve v0.5
-NoDisplay=true
-Terminal=false
-MimeType=application/x-love-game;
-Categories=Game;

Added: packages/branches/love/0.5.0/debian/patches/prgname.patch
===================================================================
--- packages/branches/love/0.5.0/debian/patches/prgname.patch	                        (rev 0)
+++ packages/branches/love/0.5.0/debian/patches/prgname.patch	2010-02-02 21:10:24 UTC (rev 10780)
@@ -0,0 +1,11 @@
+--- a/src/system/love_system.cpp
++++ b/src/system/love_system.cpp
+@@ -83,7 +83,7 @@ namespace love_system
+ #ifdef WIN32
+ 		bool embedded = (leaf.compare("love.exe") != 0);
+ #else
+-		bool embedded = (leaf.compare("love") != 0);
++		bool embedded = (leaf.compare("love") != 0) && (leaf.compare("love-0.5") != 0);
+ #endif
+ 
+ 		std::string base;

Modified: packages/branches/love/0.5.0/debian/patches/series
===================================================================
--- packages/branches/love/0.5.0/debian/patches/series	2010-02-02 21:02:32 UTC (rev 10779)
+++ packages/branches/love/0.5.0/debian/patches/series	2010-02-02 21:10:24 UTC (rev 10780)
@@ -1,3 +1,4 @@
 cstrings.patch
 no-ILvoid-type.diff
 cstdio.patch
+prgname.patch




More information about the Pkg-games-commits mailing list