Commit 28223765 authored by Denis Koryavov's avatar Denis Koryavov

5.0.0-alt7

- Simply Linux final release.
parent 673fb37b
......@@ -24,15 +24,15 @@ th=975
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x1024.jpg
box silent noover 375 550 888 550 #69696760
box silent noover 375 550 888 559 #CCCDCC60
box silent noover 375 559 888 572 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 375 572 888 448 #CBCBCC60
box silent noover 400 657 880 657 #69696760
box silent noover 400 657 880 666 #CCCDCC60
box silent noover 400 666 880 678 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 400 678 880 665 #CBCBCC60
box silent inter 376 551 376 559 #94ddee
box silent 376 551 887 559 #94ddee
box silent inter 376 559 376 572 #23b8dc
box silent 376 559 887 572 #23b8dc
box silent inter 401 657 401 666 #59a8dd
box silent 401 657 879 666 #59a8dd
box silent inter 401 666 401 678 #0093d7
box silent 401 666 879 678 #0093d7
trigger "isdown" quit
trigger "rlreached 5" quit
......
......@@ -24,15 +24,15 @@ th=750
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x800.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x800.jpg
box silent noover 420 458 833 458 #69696760
box silent noover 420 458 833 465 #CCCDCC60
box silent noover 420 465 833 475 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 420 475 833 466 #CBCBCC60
box silent noover 400 513 880 513 #69696760
box silent noover 400 513 880 520 #CCCDCC60
box silent noover 400 520 880 529 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 400 529 880 519 #CBCBCC60
box silent inter 421 459 421 465 #94ddee
box silent 421 459 832 465 #94ddee
box silent inter 421 465 421 475 #23b8dc
box silent 421 465 832 475 #23b8dc
box silent inter 401 513 401 520 #59a8dd
box silent 401 513 879 520 #59a8dd
box silent inter 401 520 401 529 #0093d7
box silent 401 520 879 529 #0093d7
trigger "isdown" quit
trigger "rlreached 5" quit
......
......@@ -26,7 +26,6 @@ AC_SUBST(TITLE_COLOR)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
bootsplash/config/bootsplash-1024x768.cfg
bootsplash/config/bootsplash-1280x800.cfg
......
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=00A1E4
TITLE_COLOR=5C96CC
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
AC_SUBST(THEME)
AC_SUBST(NAME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
AC_SUBST(PROGRESS_COLOR)
AC_SUBST(LIGHT_COLOR_HEX)
AC_SUBST(MIDDLE_COLOR_HEX)
AC_SUBST(DARK_COLOR_HEX)
AC_SUBST(LIGHT_LABELS_HEX)
AC_SUBST(DARK_LABELS_HEX)
AC_SUBST(MIDDLE_LABELS_HEX)
AC_SUBST(TITLE_COLOR)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
bootsplash/config/bootsplash-1024x768.cfg
bootsplash/config/bootsplash-1280x800.cfg
alterator/design/design.ini
bootloader/gfxboot.cfg
notes/release-notes.ru.html
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
indexhtml.desktop
indexhtml/index-ru.html
indexhtml/index-en.html
])
AC_OUTPUT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment