[gnome-games] Move glchess/textures/ and glchess/mime/ into glchess/data/



commit d79f3da05ecff409f81a76b1351f5bc75c9afa7b
Author: Robert Ancell <robert ancell gmail com>
Date:   Wed Mar 31 14:40:20 2010 +1100

    Move glchess/textures/ and glchess/mime/ into glchess/data/

 configure.in                            |    2 +-
 glchess/Makefile.am                     |    2 +-
 glchess/data/Makefile.am                |    2 +-
 glchess/{ => data}/mime/glchess.xml     |    0
 glchess/{ => data}/textures/Makefile.am |    0
 glchess/{ => data}/textures/board.png   |  Bin 8804 -> 8804 bytes
 glchess/{ => data}/textures/piece.png   |  Bin 9836 -> 9836 bytes
 7 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6ad24bd..99f9351 100644
--- a/configure.in
+++ b/configure.in
@@ -1096,6 +1096,7 @@ glchess/data/Makefile
 glchess/data/pieces/Makefile
 glchess/data/pieces/fancy/Makefile
 glchess/data/pieces/simple/Makefile
+glchess/data/textures/Makefile
 glchess/gnuchess/Makefile
 glchess/help/Makefile
 glchess/src/glchess.in
@@ -1110,7 +1111,6 @@ glchess/src/lib/scene/Makefile
 glchess/src/lib/scene/cairo/Makefile
 glchess/src/lib/scene/opengl/Makefile
 glchess/src/lib/ui/Makefile
-glchess/textures/Makefile
 gnome-sudoku/Makefile
 gnome-sudoku/src/gnome-sudoku.in
 gnome-sudoku/src/Makefile
diff --git a/glchess/Makefile.am b/glchess/Makefile.am
index 8a50954..deafde9 100644
--- a/glchess/Makefile.am
+++ b/glchess/Makefile.am
@@ -4,7 +4,7 @@ if WITH_INCLUDED_GNUCHESS
 SUBDIRS += gnuchess
 endif
 
-SUBDIRS += data help src textures
+SUBDIRS += data help src
 
 desktopdir = $(datadir)/applications
 desktop_in_files = glchess.desktop.in.in
diff --git a/glchess/data/Makefile.am b/glchess/data/Makefile.am
index e3f98cd..e939459 100644
--- a/glchess/data/Makefile.am
+++ b/glchess/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = pieces
+SUBDIRS = pieces textures
 
 uidir = $(datadir)/glchess
 ui_DATA = \
diff --git a/glchess/mime/glchess.xml b/glchess/data/mime/glchess.xml
similarity index 100%
rename from glchess/mime/glchess.xml
rename to glchess/data/mime/glchess.xml
diff --git a/glchess/textures/Makefile.am b/glchess/data/textures/Makefile.am
similarity index 100%
rename from glchess/textures/Makefile.am
rename to glchess/data/textures/Makefile.am
diff --git a/glchess/textures/board.png b/glchess/data/textures/board.png
similarity index 100%
rename from glchess/textures/board.png
rename to glchess/data/textures/board.png
diff --git a/glchess/textures/piece.png b/glchess/data/textures/piece.png
similarity index 100%
rename from glchess/textures/piece.png
rename to glchess/data/textures/piece.png



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]