* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / office / libreoffice / config.in
blob1a84bebfb32bf538a99aa7deb20bd7c451a83034
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/libreoffice/config.in
5 # Copyright (C) 2004 - 2021 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 if pkgcheck openoffice-org X; then
16         menu_begin MENU_PKG_OOO 'OpenOffice.org Package Options'
18         # Widgets
19         #
20         CFGTEMP_PKG_OOO_WIDGETS_LIST="none OOO_widgets"
21         pkgcheck gtk+2 X && var_append CFGTEMP_PKG_OOO_WIDGETS_LIST ' ' \
22                 "gnome GTK_native_widgets"
23         pkgcheck arts X && var_append CFGTEMP_PKG_OOO_WIDGETS_LIST ' ' \
24                 "kde KDE_native_widgets"
26         choice SDECFG_PKG_OOO_WIDGETS none $CFGTEMP_PKG_OOO_WIDGETS_LIST
28         # Icons
29         #
30         if pkgcheck 'gtk+|arts' X; then
31                 comment 'Select (additional) icon sets.'
32 #FIXME: download location               bool 'Bluecurve' SDECFG_PKG_OOO_ICONS_BLUECURVE 1
33                 pkgcheck gtk+2 X &&     bool 'Gnome' SDECFG_PKG_OOO_ICONS_GNOME 1
34                 pkgcheck arts X &&      bool 'KDE' SDECFG_PKG_OOO_ICONS_KDE 1
35         fi
37         menu_end