configure.ac 1.77 KB
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )


PROGRESS_COLOR=`./fetch_color Colors:Selection::BackgroundNormal` #MIDDLE_COLOR_DEC
TITLE_COLOR=`./fetch_color WM::activeBackground`
INACTIVE_COLOR=`./fetch_color WM::inactiveBackground`
LIGHT_COLOR_HEX=F5F5F5 #new
MIDDLE_COLOR_HEX=30c4a2 #new
DARK_COLOR_HEX=005650
LIGHT_LABELS_HEX=FFFFFF #new
DARK_LABELS_HEX=23605e  #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
		 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
		 components/indexhtml/index.css
		 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