You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
67 lines
1.8 KiB
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
|
|
|
|
|
PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC
|
|
TITLE_COLOR=`./fetch_color handle`
|
|
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
|
|
LIGHT_COLOR_HEX=F5F5F5 #new
|
|
MIDDLE_COLOR_HEX=306ac4 #new
|
|
DARK_COLOR_HEX=001056
|
|
LIGHT_LABELS_HEX=FFFFFF #new
|
|
DARK_LABELS_HEX=242a60 #mew
|
|
MIDDLE_LABELS_HEX=666666 #new
|
|
SHADOW_HEX=A6A6A6
|
|
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
|
|
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
|
|
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
|
|
|
|
DOCDIR=documentation
|
|
|
|
AC_SUBST(THEME)
|
|
AC_SUBST(NAME)
|
|
AC_SUBST(BRAND)
|
|
AC_SUBST(BRAND_FNAME)
|
|
AC_SUBST(STATUS)
|
|
AC_SUBST(STATUS_EN)
|
|
AC_SUBST(VERSION)
|
|
AC_SUBST(DOCDIR)
|
|
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(LIGHT_COLOR_DEC)
|
|
AC_SUBST(MIDDLE_COLOR_DEC)
|
|
AC_SUBST(DARK_COLOR_DEC)
|
|
AC_SUBST(TITLE_COLOR)
|
|
AC_SUBST(INACTIVE_COLOR)
|
|
AC_SUBST(X86)
|
|
|
|
AC_CONFIG_FILES([
|
|
Makefile
|
|
components/bootloader/config
|
|
components/bootsplash/theme.plymouth
|
|
components/browser-qt/design/design.ini
|
|
components/browser-qt/design/design.qss
|
|
components/bootloader/gfxboot.cfg
|
|
components/indexhtml/index-ru.html
|
|
components/indexhtml/index-en.html
|
|
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
|
|
notes/release-notes.ru.html
|
|
notes/release-notes.all.html
|
|
notes/license.ru.html
|
|
notes/license.all.html
|
|
notes/index-ru.html
|
|
notes/index-uk.html
|
|
notes/index-en.html
|
|
components/indexhtml/indexhtml.desktop
|
|
gnome-settings/gtkrc
|
|
gnome-settings/index.theme
|
|
gnome-settings/metacity-theme-1.xml
|
|
components/ahttpd/styles/alterator.css
|
|
kde3-styles-splash/Theme.rc
|
|
xfce-settings/xinitrc
|
|
])
|
|
AC_OUTPUT
|
|
|