branding-alt-virtualization.../configure.ac
2019-05-23 13:06:03 +03:00

71 lines
2.1 KiB
Plaintext

AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.org] )
PROGRESS_COLOR=306ac4
TITLE_COLOR=306ac4
LIGHT_COLOR_HEX=F5F5F5
MIDDLE_COLOR_HEX=306ac4
DARK_COLOR_HEX=001056
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=242a60
MIDDLE_LABELS_HEX=666666
SHADOW_HEX=A6A6A6
LIGHT_COLOR_DEC=`echo $(echo "ibase=16; ${LIGHT_COLOR_HEX:0:2}" | bc)','$(echo "ibase=16; ${LIGHT_COLOR_HEX:2:2}" | bc)','$(echo "ibase=16; ${LIGHT_COLOR_HEX:4:2}" | bc)`
MIDDLE_COLOR_DEC=`echo $(echo "ibase=16; ${MIDDLE_COLOR_HEX:0:2}" | bc)','$(echo "ibase=16; ${MIDDLE_COLOR_HEX:2:2}" | bc)','$(echo "ibase=16; ${MIDDLE_COLOR_HEX:4:2}" | bc)`
DARK_COLOR_DEC=`echo $(echo "ibase=16; ${DARK_COLOR_HEX:0:2}" | bc)','$(echo "ibase=16; ${DARK_COLOR_HEX:2:2}" | bc)','$(echo "ibase=16; ${DARK_COLOR_HEX:4:2}" | bc)`
DOCDIR=documentation
AC_SUBST(THEME)
AC_SUBST(CODENAME)
AC_SUBST(NAME)
AC_SUBST(BRAND)
AC_SUBST(BRAND_FNAME)
AC_SUBST(STATUS)
AC_SUBST(STATUS_EN)
AC_SUBST(VERSION)
AC_SUBST(PRODUCT_NAME)
AC_SUBST(PRODUCT_NAME_RU)
AC_SUBST(DOCDIR)
AC_SUBST(GTK_THEME)
AC_SUBST(KDE_THEME)
AC_SUBST(ICON_THEME)
AC_SUBST(WINDOW_THEME)
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(X86)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/theme.plymouth
browser-qt/design/design.ini
browser-qt/design/design.qss
bootloader/gfxboot.cfg
notes/release-notes.ru.html
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
indexhtml/indexhtml.desktop
indexhtml/indexhtml-desktop.desktop
indexhtml/index-ru.html
indexhtml/index-en.html
systemd/os-release
ahttpd/styles/alterator.css
kde-settings/apps/kdisplay/color-schemes/scheme.kcsrc
gnome-settings/gtkrc-2
gnome-settings/gtk3-settings.ini
mate-settings/60_mate-theme.gschema.override
xfce-settings/etcskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
xfce-settings/etcskel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
])
AC_OUTPUT