[CLT2012]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 12 Mar 2012 16:06:54 +0000 (16:06 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 12 Mar 2012 16:06:54 +0000 (16:06 +0000)
- Add CLT wallpaper based on Angelus_ReactOS7_Dark_4-3

svn path=/branches/ros-branch-0_3_14-clt2012/; revision=56134

boot/bootdata/hivedef_i386.inf
boot/bootdata/packages/reactos.dff
boot/bootdata/packages/reactos.dff.in
modules/CMakeLists.txt
modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp [deleted file]
modules/wallpaper/CMakeLists.txt [new file with mode: 0644]
modules/wallpaper/RainInTheScreen_4x3.bmp [deleted file]
modules/wallpaper/dark-clt2012.bmp [moved from modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp with 87% similarity]
modules/wallpaper/directory.rbuild

index 5c07741..5923b3f 100644 (file)
Binary files a/boot/bootdata/hivedef_i386.inf and b/boot/bootdata/hivedef_i386.inf differ
index 574aa08..c71dcce 100644 (file)
@@ -888,6 +888,4 @@ modules\rostests\kmtests\example\example_drv.sys                           7   o
 modules\rostests\kmtests\ntos_io\iodeviceobject_drv.sys                    7   optional
 modules\rostests\kmtests\ntos_io\iohelper_drv.sys                          7   optional
 
-modules\wallpaper\Angelus_ReactOS7_Dark_4-3.bmp                            4   optional
-modules\wallpaper\Angelus_Sea04_FarBeyondTheSea_4x3.bmp                    4   optional
-modules\wallpaper\RainInTheScreen_4x3.bmp                                  4   optional
+modules\wallpaper\dark-clt2012.bmp                                         4   optional
index cb44b08..a6472d7 100644 (file)
@@ -53,4 +53,4 @@ modules\optional\vmx_svga.inf                       6  optional
 modules\optional\vmx_svga.sys                       2  optional
 modules\optional\wine_gecko-1.0.0-x86.cab           4  optional
 
-modules\wallpaper\Angelus_02_ROSWP.bmp                                     4   optional
+modules\wallpaper\dark-clt2012.bmp                  4   optional
index f258bd6..22e0cfc 100644 (file)
@@ -6,3 +6,7 @@ endif()
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
 add_subdirectory(rosapps)
 endif()
+
+if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
+add_subdirectory(wallpaper)
+endif()
diff --git a/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp b/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp
deleted file mode 100644 (file)
index 1d2c997..0000000
Binary files a/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp and /dev/null differ
diff --git a/modules/wallpaper/CMakeLists.txt b/modules/wallpaper/CMakeLists.txt
new file mode 100644 (file)
index 0000000..afa1610
--- /dev/null
@@ -0,0 +1,2 @@
+
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/dark-clt2012.bmp DESTINATION reactos FOR all)
diff --git a/modules/wallpaper/RainInTheScreen_4x3.bmp b/modules/wallpaper/RainInTheScreen_4x3.bmp
deleted file mode 100644 (file)
index cf67004..0000000
Binary files a/modules/wallpaper/RainInTheScreen_4x3.bmp and /dev/null differ
similarity index 87%
rename from modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp
rename to modules/wallpaper/dark-clt2012.bmp
index c7e4ffc..6dd3e65 100644 (file)
Binary files a/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp and b/modules/wallpaper/dark-clt2012.bmp differ
index 1a3bc73..4eec9ba 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
 <group>
-  <installfile>Angelus_ReactOS7_Dark_4-3.bmp</installfile>
-  <installfile>Angelus_Sea04_FarBeyondTheSea_4x3.bmp</installfile>
-  <installfile>RainInTheScreen_4x3.bmp</installfile>
+       <installfile>dark-clt2012.bmp</installfile>
 </group>