r7104 - packages/trunk/pixbros/debian/patches
Miriam Ruiz
miriam at alioth.debian.org
Mon May 19 07:56:59 UTC 2008
Author: miriam
Date: 2008-05-19 07:56:58 +0000 (Mon, 19 May 2008)
New Revision: 7104
Added:
packages/trunk/pixbros/debian/patches/browser.patch
Modified:
packages/trunk/pixbros/debian/patches/series
Log:
Open sensible browser for watching home page
Added: packages/trunk/pixbros/debian/patches/browser.patch
===================================================================
--- packages/trunk/pixbros/debian/patches/browser.patch (rev 0)
+++ packages/trunk/pixbros/debian/patches/browser.patch 2008-05-19 07:56:58 UTC (rev 7104)
@@ -0,0 +1,16 @@
+# Copyright (C) 2008 Miriam Ruiz <little_miry at yahoo.es>
+# Distributed under the same license as the game. See debian/copyright.
+
+Index: pixbros-0.6/src/menu.pr-
+===================================================================
+--- pixbros-0.6.orig/src/menu.pr- 2008-05-19 07:54:20.000000000 +0000
++++ pixbros-0.6/src/menu.pr- 2008-05-19 07:54:50.000000000 +0000
+@@ -74,7 +74,7 @@
+ break;
+ end
+ if(elecc==5)
+- shell("http://pixjuegos.com");
++ shell("sensible-browser http://pixjuegos.com");
+ save(savegamedir+"opciones.dat",ops);
+ exit(0);
+ end
Modified: packages/trunk/pixbros/debian/patches/series
===================================================================
--- packages/trunk/pixbros/debian/patches/series 2008-05-19 07:50:27 UTC (rev 7103)
+++ packages/trunk/pixbros/debian/patches/series 2008-05-19 07:56:58 UTC (rev 7104)
@@ -1,2 +1,3 @@
build.patch
directories.patch
+browser.patch
More information about the Pkg-games-commits
mailing list