summaryrefslogtreecommitdiff
path: root/graphics/images
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-07 11:26:11 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-03-07 11:26:11 +0000
commitb0f91cf4d43c63a0b06c04cc37db2690ec691720 (patch)
tree9e23443ad479cd588d6635b6394d7f658bd949dd /graphics/images
parent52cf87bb33b30a0b46eb0d66eb0118f4633e470a (diff)
downloadclientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.gz
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.bz2
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.tar.xz
clientdata-b0f91cf4d43c63a0b06c04cc37db2690ec691720.zip
Branched new tmwdata module, which will contain the data shared among the 0.0
and trunk clients and tmwserv.
Diffstat (limited to 'graphics/images')
-rw-r--r--graphics/images/CMakeLists.txt8
-rw-r--r--graphics/images/Makefile.am10
-rw-r--r--graphics/images/ambient/CMakeLists.txt8
-rw-r--r--graphics/images/ambient/Makefile.am8
-rw-r--r--graphics/images/error.pngbin314 -> 0 bytes
-rw-r--r--graphics/images/login_wallpaper.pngbin643307 -> 0 bytes
6 files changed, 0 insertions, 34 deletions
diff --git a/graphics/images/CMakeLists.txt b/graphics/images/CMakeLists.txt
deleted file mode 100644
index 1e1cf19f..00000000
--- a/graphics/images/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-ADD_SUBDIRECTORY(ambient)
-
-SET (FILES
- error.png
- login_wallpaper.png
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images)
diff --git a/graphics/images/Makefile.am b/graphics/images/Makefile.am
deleted file mode 100644
index be8593f6..00000000
--- a/graphics/images/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-SUBDIRS = ambient
-
-imagesdir = $(pkgdatadir)/data/graphics/images
-
-images_DATA = \
- error.png \
- login_wallpaper.png
-
-EXTRA_DIST = \
- $(images_DATA)
diff --git a/graphics/images/ambient/CMakeLists.txt b/graphics/images/ambient/CMakeLists.txt
deleted file mode 100644
index 86a36bd5..00000000
--- a/graphics/images/ambient/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-SET (FILES
- clouds.png
- night.png
- sandstorm.png
- spotlight.png
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images/ambient)
diff --git a/graphics/images/ambient/Makefile.am b/graphics/images/ambient/Makefile.am
deleted file mode 100644
index 890aecc7..00000000
--- a/graphics/images/ambient/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-ambientdir = $(pkgdatadir)/data/graphics/images/ambient
-
-ambient_DATA = clouds.png \
- night.png \
- sandstorm.png \
- spotlight.png
-
-EXTRA_DIST = $(ambient_DATA)
diff --git a/graphics/images/error.png b/graphics/images/error.png
deleted file mode 100644
index 6fd7c1a8..00000000
--- a/graphics/images/error.png
+++ /dev/null
Binary files differ
diff --git a/graphics/images/login_wallpaper.png b/graphics/images/login_wallpaper.png
deleted file mode 100644
index 7af4f913..00000000
--- a/graphics/images/login_wallpaper.png
+++ /dev/null
Binary files differ