r3836 - packages/trunk/a7xpg/debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Sat Aug 25 22:24:49 UTC 2007


Author: baby-guest
Date: 2007-08-25 22:24:49 +0000 (Sat, 25 Aug 2007)
New Revision: 3836

Added:
   packages/trunk/a7xpg/debian/patches/directories.patch
Log:
Added patch to set absolute directories for the data



Added: packages/trunk/a7xpg/debian/patches/directories.patch
===================================================================
--- packages/trunk/a7xpg/debian/patches/directories.patch	                        (rev 0)
+++ packages/trunk/a7xpg/debian/patches/directories.patch	2007-08-25 22:24:49 UTC (rev 3836)
@@ -0,0 +1,32 @@
+# Copyright (C) 2007  Peter De Wachter <pdewacht at gmail.com>
+# Copyright (C) 2007  Miriam Ruiz <little_miry at yahoo.es>
+# Distributed under the same license as the game. See debian/copyright.
+
+Index: a7xpg-0.11.dfsg1/src/abagames/util/sdl/Sound.d
+===================================================================
+--- a7xpg-0.11.dfsg1.orig/src/abagames/util/sdl/Sound.d	2007-08-25 22:21:41.000000000 +0000
++++ a7xpg-0.11.dfsg1/src/abagames/util/sdl/Sound.d	2007-08-25 22:21:59.000000000 +0000
+@@ -17,8 +17,8 @@
+  public:
+   static bool noSound = false;
+   static int fadeOutSpeed = 1280;
+-  static char[] soundsDir = "sounds/";
+-  static char[] chunksDir = "sounds/";
++  static char[] soundsDir = "/usr/share/games/a7xpg/sounds/";
++  static char[] chunksDir = "/usr/share/games/a7xpg/sounds/";
+ 
+   public static void init() {
+     if (noSound) return;
+Index: a7xpg-0.11.dfsg1/src/abagames/util/sdl/Texture.d
+===================================================================
+--- a7xpg-0.11.dfsg1.orig/src/abagames/util/sdl/Texture.d	2007-08-25 22:22:22.000000000 +0000
++++ a7xpg-0.11.dfsg1/src/abagames/util/sdl/Texture.d	2007-08-25 22:22:38.000000000 +0000
+@@ -15,7 +15,7 @@
+  */
+ public class Texture {
+  public:
+-  static char[] imagesDir = "images/";
++  static char[] imagesDir = "/usr/share/games/a7xpg/images/";
+ 
+  private:
+   GLuint num;




More information about the Pkg-games-commits mailing list