summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarina Latini (CIB) <Marina.Latini@cib.de>2019-05-09 22:07:10 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-06-17 13:14:23 +0200
commitc3c9324ceae2d4840f039dcf426df4a45d237424 (patch)
treef37477c6fc833b4c176613397315007c47f60302 /configure.ac
parente0fc56927af351570f0042107a07637a0cc8a4fd (diff)
Add final CIB branding and product name update
- new brand folder and icon set - new icon set available in configure.ac and new CIB color for the startcenter - new LibreOffice powered by CIB product with SDK - new flat logo and main svg app - new Banner.bmp and Image.bmp for windows installer - new branding for MSI and splash screen - new branded locolor and hicolor icons Change-Id: Id583453910f50839dbe1f114afc5c6a4aa6c2e07
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e83bb7909574..c6b57aae66f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([LibreOffice],[6.1.7.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice powered by CIB],[6.1.7.0.0+],[],[],[http://libreoffice.cib.eu/])
AC_PREREQ([2.59])
@@ -11285,7 +11285,7 @@ WITH_THEMES=""
if test "x$with_theme" != "xno"; then
for theme in $with_theme; do
case $theme in
- breeze|breeze_dark|colibre|elementary|karasa_jaga|sifr|sifr_dark|tango) real_theme="$theme" ;;
+ breeze|breeze_dark|colibre|elementary|karasa_jaga|sifr|sifr_dark|tango|CIB) real_theme="$theme" ;;
default) real_theme=colibre ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac