Updated plymuth with final artwork

This commit is contained in:
Rubén Rodríguez 2013-02-13 16:27:49 +01:00
parent 6d7c97da38
commit cd60892fb3
9 changed files with 7 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 602 KiB

View file

@ -7,7 +7,7 @@ if (bits_per_pixel == 4) {
} else { } else {
logo.image = Image("special://logo"); logo.image = Image("special://logo");
bg_image = Image("brigantia.png"); bg_image = Image("background.png");
bg_sprite = Sprite(bg_image); bg_sprite = Sprite(bg_image);
customlogo.image = Image("custom.png"); customlogo.image = Image("custom.png");
@ -26,9 +26,7 @@ if (bits_per_pixel == 4) {
logo.sprite = Sprite(logo.image); logo.sprite = Sprite(logo.image);
logo.opacity_angle = 0; logo.opacity_angle = 0;
logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2); logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2);
logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 4 - logo.image.GetHeight() / 2); logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2);
#logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2);
#logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2);
logo.sprite.SetOpacity (1); logo.sprite.SetOpacity (1);
fun refresh_callback () fun refresh_callback ()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
QUILT=skip QUILT=skip
. ./config . ./config
@ -67,7 +67,7 @@ cp $DATA/*.png themes/script
cp $DATA/script.script themes/script/script.script cp $DATA/script.script themes/script/script.script
cat << EOF > debian/source/include-binaries cat << EOF > debian/source/include-binaries
themes/script/brigantia.png themes/script/background.png
themes/glow/sugar.png themes/glow/sugar.png
themes/script/trisquel_logo16.png themes/script/trisquel_logo16.png
themes/glow/trisquel_logo16.png themes/glow/trisquel_logo16.png
@ -76,8 +76,8 @@ EOF
rm themes/trisquel-logo themes/glow -rf rm themes/trisquel-logo themes/glow -rf
cp themes/script -a themes/trisquel-logo cp themes/script -a themes/trisquel-logo
cp $DATA/brigantia.png $DATA/trisquel_logo16.png themes/trisquel-logo/ cp $DATA/background.png $DATA/trisquel_logo16.png themes/trisquel-logo/
sed -i 's/progress_bar.png/progress_bar.png\\\n\t\tbrigantia.png\\\n\t\ttrisquel_logo16.png/' themes/trisquel-logo/Makefile* sed -i 's/progress_bar.png/progress_bar.png\\\n\t\tbackground.png\\\n\t\ttrisquel_logo16.png/' themes/trisquel-logo/Makefile*
sed s:/script:/trisquel-logo:g -i themes/trisquel-logo/script.plymouth.in sed s:/script:/trisquel-logo:g -i themes/trisquel-logo/script.plymouth.in
sed 's:=Script:=Trisquel-logo:g' -i themes/trisquel-logo/script.plymouth.in sed 's:=Script:=Trisquel-logo:g' -i themes/trisquel-logo/script.plymouth.in
sed 's/script\.script/trisquel-logo\.rtoken/g' -i themes/trisquel-logo/Make* sed 's/script\.script/trisquel-logo\.rtoken/g' -i themes/trisquel-logo/Make*
@ -93,7 +93,7 @@ sed 's/script\.script/glow\.rtoken/g' -i themes/glow/Make*
sed 's/script/glow/g' -i themes/glow/Make* sed 's/script/glow/g' -i themes/glow/Make*
sed 's/rtoken/script/g' -i themes/glow/Make* sed 's/rtoken/script/g' -i themes/glow/Make*
cp $DATA/sugar.png $DATA/trisquel_logo16.png $DATA/trisquel_logo-sugar.png themes/glow/ cp $DATA/sugar.png $DATA/trisquel_logo16.png $DATA/trisquel_logo-sugar.png themes/glow/
sed -i s/brigantia/sugar/g themes/glow/* /bin/sed -i s/background/sugar/g themes/glow/*
sed -i 's_special://logo_trisquel\_logo-sugar.png_g; s/0.3/0.8/' themes/glow/*.script sed -i 's_special://logo_trisquel\_logo-sugar.png_g; s/0.3/0.8/' themes/glow/*.script
rename s/script.script/glow.script/g themes/glow/* rename s/script.script/glow.script/g themes/glow/*
rename s/script.plymouth.in/glow.plymouth.in/g themes/glow/* rename s/script.plymouth.in/glow.plymouth.in/g themes/glow/*