summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/bootsplash/files
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/bootsplash/files')
-rw-r--r--src/os-plugins/plugins/bootsplash/files/lib/libglib-2.0.so.0bin0 -> 822344 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/lib/libsplashy.so.1bin0 -> 18948 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/lib/libsplashycnf.so.1bin0 -> 7804 bytes
-rwxr-xr-xsrc/os-plugins/plugins/bootsplash/files/sbin/splashybin0 -> 54215 bytes
-rwxr-xr-xsrc/os-plugins/plugins/bootsplash/files/sbin/splashy_configbin0 -> 66416 bytes
-rwxr-xr-xsrc/os-plugins/plugins/bootsplash/files/sbin/splashy_updatebin0 -> 9611 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/themes/openslx/blank.ttf0
-rw-r--r--src/os-plugins/plugins/bootsplash/files/themes/openslx/openslx.pngbin0 -> 89872 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/themes/openslx/theme.xml138
-rw-r--r--src/os-plugins/plugins/bootsplash/files/usr/lib/libdirect-1.2.so.9bin0 -> 80552 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/usr/lib/libdirectfb-1.2.so.9bin0 -> 474652 bytes
-rw-r--r--src/os-plugins/plugins/bootsplash/files/usr/lib/libmagic.so.1bin0 -> 105596 bytes
12 files changed, 138 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/bootsplash/files/lib/libglib-2.0.so.0 b/src/os-plugins/plugins/bootsplash/files/lib/libglib-2.0.so.0
new file mode 100644
index 00000000..e96b345b
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/lib/libglib-2.0.so.0
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/lib/libsplashy.so.1 b/src/os-plugins/plugins/bootsplash/files/lib/libsplashy.so.1
new file mode 100644
index 00000000..817c6d2d
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/lib/libsplashy.so.1
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/lib/libsplashycnf.so.1 b/src/os-plugins/plugins/bootsplash/files/lib/libsplashycnf.so.1
new file mode 100644
index 00000000..71c251d1
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/lib/libsplashycnf.so.1
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/sbin/splashy b/src/os-plugins/plugins/bootsplash/files/sbin/splashy
new file mode 100755
index 00000000..fee26325
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/sbin/splashy
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/sbin/splashy_config b/src/os-plugins/plugins/bootsplash/files/sbin/splashy_config
new file mode 100755
index 00000000..1e048366
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/sbin/splashy_config
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/sbin/splashy_update b/src/os-plugins/plugins/bootsplash/files/sbin/splashy_update
new file mode 100755
index 00000000..cb624fde
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/sbin/splashy_update
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/themes/openslx/blank.ttf b/src/os-plugins/plugins/bootsplash/files/themes/openslx/blank.ttf
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/themes/openslx/blank.ttf
diff --git a/src/os-plugins/plugins/bootsplash/files/themes/openslx/openslx.png b/src/os-plugins/plugins/bootsplash/files/themes/openslx/openslx.png
new file mode 100644
index 00000000..e7f996c6
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/themes/openslx/openslx.png
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/themes/openslx/theme.xml b/src/os-plugins/plugins/bootsplash/files/themes/openslx/theme.xml
new file mode 100644
index 00000000..48854551
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/themes/openslx/theme.xml
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Automatically generated by splashy_config. Do not edit -->
+<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/themes.xsd">
+ <info>
+ <!-- theme name is case sensitive. use directory name -->
+ <name>openslx</name>
+ <version>0.2</version>
+ <description>OpenSLX Splashy Theme</description>
+ <urls>http://openslx.com</urls>
+ <author>mj0@uni-freiburg.de</author>
+ </info>
+ <progressbar>
+ <!-- here are tags to set the bar... x coordinate,
+ y coordinate, width and height are for the progress bar.
+ Remember that x, y, width and height are expressed in percentage -->
+ <dimension>
+ <x>0</x>
+ <y>42</y>
+ <width>100</width>
+ <height>16</height>
+ </dimension>
+ <!-- here you can set the color of the progressbar...
+ set the amount of red, green, blue and alpha channel.
+ Remember that the max value is 255 and the minumun value is 0-->
+ <color>
+ <red>128</red>
+ <green>147</green>
+ <blue>161</blue>
+ <alpha>255</alpha>
+ </color>
+ <!-- whether or not you want a border around the progressbar. default: no -->
+ <border>
+ <enable>no</enable>
+ <color>
+ <red>0</red>
+ <green>0</green>
+ <blue>0</blue>
+ <alpha>0</alpha>
+ </color>
+ </border>
+ <!-- here you can set the color of the progressbar background
+ set the amount of red, green, blue and alpha channel.
+ Remember that the max value is 255 and the minumun value is 0-->
+ <background>
+ <color>
+ <red>240</red>
+ <green>240</green>
+ <blue>240</blue>
+ <alpha>255</alpha>
+ </color>
+ </background>
+ <direction>
+ <boot>forward</boot>
+ <shutdown>backward</shutdown>
+ <resume>forward</resume>
+ <suspend>backward</suspend>
+ </direction>
+ <visibility>
+ <boot>yes</boot>
+ <shutdown>yes</shutdown>
+ <resume>yes</resume>
+ <suspend>yes</suspend>
+ </visibility>
+ </progressbar>
+ <!-- conventional path: /etc/splashy/themes + theme-name -->
+ <background>
+ <boot>openslx.png</boot>
+ <shutdown>openslx.png</shutdown>
+ <resume>openslx.png</resume>
+ <suspend>openslx.png</suspend>
+ <errorimg>openslx.png</errorimg>
+ <!-- resolution of the images. this value affects where
+ the progressbar will be drawn. If VALUE <= 0, then percentages
+ of the screen width and hight will be assumed -->
+ <dimension>
+ <!-- NOTE: x and y are not used by splashy -->
+ <x>0</x>
+ <y>0</y>
+ <width>0</width>
+ <height>0</height>
+ </dimension>
+ </background>
+ <textbox>
+ <!-- whether you want the textbox always
+ shown or no. If no, it will be shown only on error,
+ see autoverboseonerror -->
+ <enable>no</enable>
+ <!-- here are tags to set the text area... x coordinate,
+ y coordinate, width and height are for the text area.
+ Remember that x, y, width and height are expressed in percentage
+ or pixel units -->
+ <dimension>
+ <x>1</x>
+ <y>61</y>
+ <width>98</width>
+ <height>38</height>
+ </dimension>
+ <!-- here you can set the color of the text area...
+ set the amount of red, green, blue and alpha channel.
+ Remember that the max value is 255 and the minumun value is 0-->
+ <color>
+ <red>0</red>
+ <green>0</green>
+ <blue>0</blue>
+ <alpha>0</alpha>
+ </color>
+ <!-- whether or not you want a border around the progressbar. default: no -->
+ <border>
+ <enable>no</enable>
+ <color>
+ <red>0</red>
+ <green>0</green>
+ <blue>0</blue>
+ <alpha>0</alpha>
+ </color>
+ </border>
+ <text>
+ <!-- font file to use, path relative to theme -->
+ <font>
+ <file>blank.ttf</file>
+ <height>2</height>
+ </font>
+ <!-- here you can set the color of the text/font...
+ set the amount of red, green, blue and alpha channel.
+ Remember that the max value is 255 and the minumun value is 0-->
+ <color>
+ <red>62</red>
+ <green>93</green>
+ <blue>114</blue>
+ <alpha>0</alpha>
+ </color>
+ </text>
+ </textbox>
+ <autoverboseonerror>no</autoverboseonerror>
+ <fadein>no</fadein>
+ <fadeout>no</fadeout>
+</splashy>
diff --git a/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirect-1.2.so.9 b/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirect-1.2.so.9
new file mode 100644
index 00000000..fbe2d611
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirect-1.2.so.9
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirectfb-1.2.so.9 b/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirectfb-1.2.so.9
new file mode 100644
index 00000000..76b77716
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/usr/lib/libdirectfb-1.2.so.9
Binary files differ
diff --git a/src/os-plugins/plugins/bootsplash/files/usr/lib/libmagic.so.1 b/src/os-plugins/plugins/bootsplash/files/usr/lib/libmagic.so.1
new file mode 100644
index 00000000..513b3508
--- /dev/null
+++ b/src/os-plugins/plugins/bootsplash/files/usr/lib/libmagic.so.1
Binary files differ