r5673 - packages/trunk/oneisenough/debian/patches

Paul Wise pabs at alioth.debian.org
Thu Feb 7 03:46:56 UTC 2008


Author: pabs
Date: 2008-02-07 03:46:56 +0000 (Thu, 07 Feb 2008)
New Revision: 5673

Modified:
   packages/trunk/oneisenough/debian/patches/font_path.patch
Log:
fix another use of vera

Modified: packages/trunk/oneisenough/debian/patches/font_path.patch
===================================================================
--- packages/trunk/oneisenough/debian/patches/font_path.patch	2008-02-07 03:29:20 UTC (rev 5672)
+++ packages/trunk/oneisenough/debian/patches/font_path.patch	2008-02-07 03:46:56 UTC (rev 5673)
@@ -1,5 +1,5 @@
---- a/bin/game.py.orig	2007-03-27 02:07:48.000000000 +0300
-+++ b/bin/game.py	2007-11-13 16:17:32.000000000 +0200
+--- bin/game.py.orig
++++ bin/game.py
 @@ -14,7 +14,7 @@
  from camp import Camp
  
@@ -9,3 +9,14 @@
  
  dismiss_delay = 0
  
+--- bin/mainmenu.py.orig
++++ bin/mainmenu.py
+@@ -8,7 +8,7 @@
+ from locals import *
+ import game
+ 
+-smallfont = pygame.font.Font(os.path.join("data","Vera.ttf"), 22)
++smallfont = pygame.font.Font(os.path.join("/usr/share/fonts/truetype/ttf-dejavu","DejaVuSansMono.ttf"), 22)
+ 
+ def render_score(screen, score):
+   image = smallfont.render(str(score), 1, (0,0,0))




More information about the Pkg-games-commits mailing list