configure.ac 1.49 KB
Newer Older
1 2 3
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )


4
PROGRESS_COLOR=`./fetch_color selectBackground` //MIDDLE_COLOR_DEC
5 6
TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
7
LIGHT_COLOR_HEX=DFDFE0
8 9 10 11
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
Alexandra Panyukova's avatar
Alexandra Panyukova committed
12
MIDDLE_LABELS_HEX=4d4d4f
13 14 15
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
16

17
AC_SUBST(THEME)
18
AC_SUBST(NAME)
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
19
AC_SUBST(BRAND_FNAME)
20
AC_SUBST(STATUS)
21
AC_SUBST(STATUS_EN)
22
AC_SUBST(VERSION)
23
AC_SUBST(PROGRESS_COLOR)
24 25 26 27 28
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)
29
AC_SUBST(MIDDLE_LABELS_HEX)
30 31 32
AC_SUBST(LIGHT_COLOR_DEC)
AC_SUBST(MIDDLE_COLOR_DEC)
AC_SUBST(DARK_COLOR_DEC)
33 34
AC_SUBST(TITLE_COLOR)
AC_SUBST(INACTIVE_COLOR)
35 36 37

AC_CONFIG_FILES([
		 Makefile
38
		 bootloader/config
39 40
		 bootsplash/config/bootsplash-640x480.cfg
		 bootsplash/config/bootsplash-800x600.cfg
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
41
		 alterator/design/design.ini
42
		 alterator/design/design.qss
43 44
		 bootloader/gfxboot.cfg
		 kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
45 46 47 48
		 notes/release-notes.ru.html
		 notes/release-notes.all.html
		 notes/license.ru.html
		 notes/license.all.html
49
		 indexhtml.desktop
Anton V. Boyarshinov's avatar
Anton V. Boyarshinov committed
50 51 52
		 indexhtml/index-ru.html
		 indexhtml/index-uk.html
		 indexhtml/index-en.html
53
		 indexhtml/index.css
54
		 alterator/styles/alterator.css
55
		 kde3-styles-splash/Theme.rc
56 57
])
AC_OUTPUT