Author: ajqlee Date: Mon Feb 8 10:55:16 2010 New Revision: 2079 URL: http://svn.debian.org/viewsvn/blends?rev=2079&view=rev
Log: Added ezgo-artwork-splashy task and the splashy theme. Added: projects/ezgo/trunk/debian-ezgo/debian/ezgo-artwork-splashy.install projects/ezgo/trunk/debian-ezgo/splashy/ projects/ezgo/trunk/debian-ezgo/splashy/ezgo/ projects/ezgo/trunk/debian-ezgo/splashy/ezgo/FreeSans.ttf (contents, props changed) projects/ezgo/trunk/debian-ezgo/splashy/ezgo/background.png (contents, props changed) projects/ezgo/trunk/debian-ezgo/splashy/ezgo/theme.xml projects/ezgo/trunk/debian-ezgo/tasks/artwork-splashy Modified: projects/ezgo/trunk/debian-ezgo/debian/changelog Modified: projects/ezgo/trunk/debian-ezgo/debian/changelog URL: http://svn.debian.org/viewsvn/blends/projects/ezgo/trunk/debian-ezgo/debian/changelog?rev=2079&view=diff&r1=2079&r2=2078&p1=projects/ezgo/trunk/debian-ezgo/debian/changelog&p2=projects/ezgo/trunk/debian-ezgo/debian/changelog ============================================================================== --- projects/ezgo/trunk/debian-ezgo/debian/changelog (original) +++ projects/ezgo/trunk/debian-ezgo/debian/changelog Mon Feb 8 10:55:16 2010 @@ -1,10 +1,12 @@ ezgo (0.7.2) unstable; urgency=low * Added ezgo-artwork + * Added ezgo-artwork-splashy + Thanks the author Medical Wei <[email protected]> * Added ezgo-common * Make description clearly to mention it's a pure blends. (Closes:#566682) - -- Andrew Lee (李健秋) <[email protected]> Mon, 08 Feb 2010 14:32:33 +0800 + -- Andrew Lee (李健秋) <[email protected]> Mon, 08 Feb 2010 18:50:49 +0800 ezgo (0.7.1) unstable; urgency=low Added: projects/ezgo/trunk/debian-ezgo/debian/ezgo-artwork-splashy.install ============================================================================== --- (empty file) +++ projects/ezgo/trunk/debian-ezgo/debian/ezgo-artwork-splashy.install Mon Feb 8 10:55:16 2010 @@ -0,0 +1 @@ +splashy/ezgo/* usr/share/splashy/themes/ Added: projects/ezgo/trunk/debian-ezgo/splashy/ezgo/FreeSans.ttf ============================================================================== --- (empty file) +++ projects/ezgo/trunk/debian-ezgo/splashy/ezgo/FreeSans.ttf Mon Feb 8 10:55:16 2010 @@ -0,0 +1 @@ +link /usr/share/splashy/themes/default/FreeSans.ttf \ No newline at end of file Added: projects/ezgo/trunk/debian-ezgo/splashy/ezgo/background.png ============================================================================== Binary file. No diff available. Added: projects/ezgo/trunk/debian-ezgo/splashy/ezgo/theme.xml ============================================================================== --- (empty file) +++ projects/ezgo/trunk/debian-ezgo/splashy/ezgo/theme.xml Mon Feb 8 10:55:16 2010 @@ -0,0 +1,131 @@ +<?xml version="1.0" encoding="UTF-8"?> +<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd"> + <info> + <!-- theme name is case sensitive. use directory name --> + <name>debian-ezgo</name> + <version>0.0.1</version> + <description>debian-ezgo theme used for splashy</description> + <urls>http://wiki.debian.org/DebianEzGo</urls> + <author>Medical-Wei</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>0</y> + <width>0</width> + <height>0</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>255</red> + <green>255</green> + <blue>255</blue> + <alpha>255</alpha> + </color> + <!-- whether or not you want a border around the progressbar. default: no --> + <border> + <enable>no</enable> + </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>255</red> + <green>255</green> + <blue>255</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>background.png</boot> + <shutdown>background.png</shutdown> + <resume>background.png</resume> + <suspend>background.png</suspend> + <errorimg>background.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>yes</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>0</x> + <y>0</y> + <width>100</width> + <height>10</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>255</red> + <green>255</green> + <blue>255</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>255</alpha> + </color> + </border> + <text> + <!-- font file to use, path relative to theme --> + <font> + <file>FreeSans.ttf</file> + <height>8</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>0</red> + <green>0</green> + <blue>0</blue> + <alpha>255</alpha> + </color> + </text> + </textbox> + <autoverboseonerror>yes</autoverboseonerror> + <fadein>no</fadein> + <fadeout>no</fadeout> +</splashy> Added: projects/ezgo/trunk/debian-ezgo/tasks/artwork-splashy ============================================================================== --- (empty file) +++ projects/ezgo/trunk/debian-ezgo/tasks/artwork-splashy Mon Feb 8 10:55:16 2010 @@ -0,0 +1,11 @@ +Task: Artwork +Section: graphics +Description: EzGo Debian Pure Blend - artwork splashy + This package installs the Splashy startup screen for EzGo Desktop. + . + The EzGo is a Debian Pure Blends project which collects a set of free + software and aims to promote the usage of free software on teaching and + self-learning. + . + This package contains artwork for EzGo Desktop. + _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/blends-commit
