Add build script to configure for a XBoard.app for OS X
authorJoshua Pettus <jshpettus@gmail.com>
Sat, 13 Sep 2014 19:35:12 +0000 (12:35 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 14 Oct 2014 04:16:48 +0000 (21:16 -0700)
commite6fd287ffbf67a41aff2e615c6cb62555a29f5c2
tree5f8c8261f682c3cf824f5048a019ca15b0cff849
parent50bc241d1d9c026d128eb29c7f3bdc2ba5525c46
Add build script to configure for a XBoard.app for OS X

This relies on the the gtk build and adds some special code in
gtk/xboard.c so that XBoard can be installed inside the app directory
independ on where the app file is located.
71 files changed:
Makefile.am
configure.ac
gtk/xboard.c
osxapp/Info.plist.in [new file with mode: 0644]
osxapp/OSX-theme/gtk-2.0/assets/handle.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-checked-18.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-checked-insensitive-18.png [new file with mode: 0644]
osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-unchecked-18.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-unchecked-insensitive-18.png [new file with mode: 0644]
osxapp/OSX-theme/gtk-2.0/assets/l-radio-selected-18.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/l-radio-selected-insensitive-18.png [new file with mode: 0644]
osxapp/OSX-theme/gtk-2.0/assets/l-radio-unselected-18.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/l-radio-unselected-insensitive-18.png [new file with mode: 0644]
osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-bottom.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-left.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-right.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-top.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/notebook.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/null.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/scroll-background.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/slider-horizontal.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-bottom-active.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-bottom.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-left-active.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-left.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-right-active.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-right.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-top-active.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/tab-top.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/assets/toolbar.png [new file with mode: 0755]
osxapp/OSX-theme/gtk-2.0/gtkrc [new file with mode: 0755]
osxapp/PkgInfo [new file with mode: 0644]
osxapp/XBoard.gtklauncher [new file with mode: 0755]
osxapp/default/eo_Analyzing.png [new file with mode: 0644]
osxapp/default/eo_Black.png [new file with mode: 0644]
osxapp/default/eo_Clear.png [new file with mode: 0644]
osxapp/default/eo_Ponder.png [new file with mode: 0644]
osxapp/default/eo_Thinking.png [new file with mode: 0644]
osxapp/default/eo_Unknown.png [new file with mode: 0644]
osxapp/default/eo_White.png [new file with mode: 0644]
osxapp/default/icon_black.png [new file with mode: 0644]
osxapp/default/icon_white.png [new file with mode: 0644]
osxapp/gtkrc [new file with mode: 0644]
osxapp/icons/XBoard.icns [new file with mode: 0644]
osxapp/icons/fen.icns [new file with mode: 0644]
osxapp/icons/pgn.icns [new file with mode: 0644]
osxapp/icons/trn.icns [new file with mode: 0644]
osxapp/icons/xop.icns [new file with mode: 0644]
osxapp/info.command [new file with mode: 0755]
osxapp/launcher_rc [new file with mode: 0644]
osxapp/logos/207.99.83.228.png [new file with mode: 0644]
osxapp/logos/69.36.243.188.png [new file with mode: 0644]
osxapp/logos/dummy.png [new file with mode: 0644]
osxapp/logos/winboard.nl.png [new file with mode: 0644]
osxapp/man.command [new file with mode: 0755]
osxapp/osx-localization/.DS_Store [new file with mode: 0644]
osxapp/osx-localization/da.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/de.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/en.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/es.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/it.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/nl.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/pl.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/ru.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/tr.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/uk.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/vi.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/zh_CN.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/zh_HK.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/osx-localization/zh_TW.lproj/GtkosxApplication.strings [new file with mode: 0755]
osxapp/pango.modules [new file with mode: 0644]