OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB

  1. #!/bin/sh
  2. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # T2 SDE: package/.../ooo/config.in
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. if pkgcheck ooo X; then
  16. menu_begin MENU_PKG_OOO 'OpenOffice.org (Ximian build features)'
  17. # Widgets
  18. #
  19. CFGTEMP_PKG_OOO_WIDGETS_LIST="none OOO_widgets"
  20. pkgcheck gtk+ X && var_append CFGTEMP_PKG_OOO_WIDGETS_LIST ' ' \
  21. "gnome GTK_native_widgets"
  22. pkgcheck arts X && var_append CFGTEMP_PKG_OOO_WIDGETS_LIST ' ' \
  23. "kde KDE_native_widgets"
  24. choice SDECFG_PKG_OOO_WIDGETS none $CFGTEMP_PKG_OOO_WIDGETS_LIST
  25. # if [ "$SDECFG_PKG_OOO_WIDGETS" = "gnome" ]; then
  26. # bool 'Enable bonobo bindings' SDECFG_PKG_OOO_BONOBO 0
  27. # fi
  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+ X && bool 'Gnome' SDECFG_PKG_OOO_ICONS_GNOME 1
  34. pkgcheck arts X && bool 'KDE' SDECFG_PKG_OOO_ICONS_KDE 1
  35. fi
  36. # TODO: docdir
  37. menu_end
  38. fi