[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - configure.ac
rizmut (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 22 15:18:03 UTC 2020
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 0273fa1e6d4a724a7d2bad062c142970038bec38
Author: rizmut <riz_17_oke at yahoo.co.id>
AuthorDate: Sat Feb 22 07:17:48 2020 +0700
Commit: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
CommitDate: Sat Feb 22 16:17:28 2020 +0100
tdf#128849 -- Add Sifr (Dark + SVG) to the icon theme list
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89243
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
(cherry picked from commit 4617a5b7ded7f5d0c67087d204e05a991a50ee41)
Change-Id: I314f925c54a5ed30cd74e4fbbfba065a1b70c947
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89145
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
diff --git a/configure.ac b/configure.ac
index 5fef90169c6a..a2a06858c1c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1583,8 +1583,8 @@ AC_ARG_WITH(galleries,
AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included.
- Possible choices: *breeze, *breeze_dark, *breeze_svg, *breeze_dark_svg, *colibre, *colibre_svg, *elementary,
- *elementary_svg, *karasa_jaga, *karasa_jaga_svg, *sifr, *sifr_svg, *sifr_dark, *sifr_dark_svg, *tango.]),
+ Possible choices: *breeze, *breeze_dark, *breeze_dark_svg, *breeze_svg, *colibre, *colibre_svg, *elementary,
+ *elementary_svg, *karasa_jaga, *karasa_jaga_svg, *sifr, *sifr_dark, *sifr_dark_svg, *sifr_svg, *tango.]),
,)
libo_FUZZ_ARG_WITH(helppack-integration,
@@ -11517,14 +11517,14 @@ dnl ===================================================================
AC_MSG_CHECKING([which themes to include])
# if none given use default subset of available themes
if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
- with_theme="breeze breeze_dark breeze_svg breeze_dark_svg colibre colibre_svg elementary elementary_svg karasa_jaga karasa_jaga_svg sifr sifr_svg sifr_dark sifr_dark_svg tango"
+ with_theme="breeze breeze_dark breeze_dark_svg breeze_svg colibre colibre_svg elementary elementary_svg karasa_jaga karasa_jaga_svg sifr sifr_svg sifr_dark sifr_dark_svg tango"
fi
WITH_THEMES=""
if test "x$with_theme" != "xno"; then
for theme in $with_theme; do
case $theme in
- breeze|breeze_dark|breeze_svg|breeze_dark_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg|sifr|sifr_svg|sifr_dark|sifr_dark_svg|tango) real_theme="$theme" ;;
+ breeze|breeze_dark|breeze_dark_svg|breeze_svg|colibre|colibre_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg|sifr|sifr_svg|sifr_dark|sifr_dark_svg|tango) real_theme="$theme" ;;
default) real_theme=colibre ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
More information about the Libreoffice-commits
mailing list