branding-alt-virtualization.../configure.ac
Andrey Cherepanov f520efb065 Make consolidated KDE settings
- Move kde3 and kde4 setting to kde-settings
- Modify complete nm-applet.desktop file because KDE5 treats truncated autostart desktop files as error
2017-06-09 16:06:56 +03:00

63 lines
1.6 KiB
Plaintext

AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.org] )
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
PROGRESS_COLOR=306ac4
TITLE_COLOR=306ac4
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(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(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
notes/release-notes.ru.html
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
components/indexhtml/indexhtml.desktop
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
components/systemd/os-release
components/ahttpd/styles/alterator.css
kde-settings/apps/kdisplay/color-schemes/scheme.kcsrc
])
AC_OUTPUT