[gnome-games] Change texture directory from 'pixmaps' to 'textures'
- From: Robert Ancell <rancell src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] Change texture directory from 'pixmaps' to 'textures'
- Date: Thu, 9 Jul 2009 21:05:37 +0000 (UTC)
commit 898ef93d5c47a43a94d265c9d3cb9c3884676670
Author: Robert Ancell <robert ancell gmail com>
Date: Fri Jul 10 01:01:02 2009 +1000
Change texture directory from 'pixmaps' to 'textures'
glchess/src/lib/defaults.py.in | 2 +-
glchess/textures/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glchess/src/lib/defaults.py.in b/glchess/src/lib/defaults.py.in
index 2f05b46..b52ff6a 100644
--- a/glchess/src/lib/defaults.py.in
+++ b/glchess/src/lib/defaults.py.in
@@ -13,7 +13,7 @@ root_dir = os.path.dirname(__file__)
if not os.path.exists(os.path.join(root_dir, 'Makefile.am')):
# Running in installed mode
APP_DATA_DIR = os.path.join('@prefix@', 'share')
- TEXTURE_DIR = os.path.join(APP_DATA_DIR, 'gnome-games', 'glchess', 'pixmaps')
+ TEXTURE_DIR = os.path.join(APP_DATA_DIR, 'gnome-games', 'glchess', 'textures')
UI_DIR = os.path.join(APP_DATA_DIR, 'glchess')
BASE_DIR = os.path.join(APP_DATA_DIR, 'glchess')
LOCALEDIR = os.path.join(APP_DATA_DIR, 'locale')
diff --git a/glchess/textures/Makefile.am b/glchess/textures/Makefile.am
index 332620d..a6cddf0 100644
--- a/glchess/textures/Makefile.am
+++ b/glchess/textures/Makefile.am
@@ -1,4 +1,4 @@
EXTRA_DIST = board.png piece.png
-pixmapdir = $(pkgdatadir)/glchess/pixmaps
+pixmapdir = $(pkgdatadir)/glchess/textures
pixmap_DATA = board.png piece.png
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]