Commit Graph

16 Commits

Author SHA1 Message Date
Amar Takhar 8dc0f77fa1 Substitute the FontConfig Cache dir in fonts.conf to use the proper (versioned)
path: ~/Library/Application Data/Aegisub-<AEGISUB_VERSION_DATA>

Originally committed to SVN as r2736.
2009-02-16 01:57:19 +00:00
Amar Takhar 9b57c7807f ?= doesn't work on Darwin sh.
Originally committed to SVN as r2709.
2009-01-28 23:33:51 +00:00
Amar Takhar fb557ddf6e Fix restarting aegisub on osx, this uses scripts/osx-bundle-restart-helper.c
(written by jfs) to restart aegisub when it actually quites using KQUEUE to
monitor the process until it dies then executing /usr/bin/open <bundle_path>

Originally committed to SVN as r2689.
2009-01-12 22:54:58 +00:00
Amar Takhar 40f4fc8eb7 Copy automation/* into SharedSupport/automation and SharedSupport/doc.
(not sure if these paths are correct yet)

Originally committed to SVN as r2672.
2009-01-07 10:30:14 +00:00
Amar Takhar 6c41f69443 * AC_SUBST(AEGISUB_VERSION_DATA) configure.in
* Add second argument to osx-bundle.sh ($AEGISUB_VERSION_DATA)
* Modify osx-bundle.sh to copy correct binary name.

Originally committed to SVN as r2671.
2009-01-07 08:48:33 +00:00
Amar Takhar 9e29094af2 * Add CFBundleLocalizations which will allow users to set the language via the
System language setting.
* Rename the binary from aegisub to Aegisub so it shows up properly in the title
  bar. (I have no idea why it uses this when using CFBundleLocalizations)

Originally committed to SVN as r2653.
2009-01-05 12:16:35 +00:00
Amar Takhar c29a1c71f9 Add an empty 'en.lproj' directory so Aqua knows aegisub supports english.
(stupid thing.)

Originally committed to SVN as r2641.
2009-01-04 10:53:54 +00:00
Amar Takhar 4e536f2a10 Copy locale files into the bundle.
Originally committed to SVN as r2637.
2009-01-04 10:04:32 +00:00
Amar Takhar 47bd9666c5 Fix scripts/osx-bundle.sh to copy the fontconfig config files.
Originally committed to SVN as r2598.
2009-01-01 05:59:41 +00:00
Amar Takhar faa58f80f2 Add SharedSupport/dictionarties to the bundle which will hold spelling
dictionaries.

Originally committed to SVN as r2583.
2008-12-31 08:32:43 +00:00
Amar Takhar 93002cf4a8 * s/SVN_VERSION/SVN_REVISION/ in configure.in
* Prefix PLIST_ to swappable variables in Plist.info
* Add scripts/osx-bundle.sed.in which swaps the variables in Info.plist
* Split AC_OUTPUT into AC_CONFIG_FILES for Makefiles/config scripts
  (osx-bundle.sed.in) and add AC_OUTPUT below.
* svn:ignore property on . and scripts/
* Fix bug in Info.plist (---> to --> for ending XML comment)

Originally committed to SVN as r2581.
2008-12-31 05:52:52 +00:00
Amar Takhar 4459cbf3e8 Instead of removing the old bundle, print a notice that
it is being re-used this makes development much easier.

Originally committed to SVN as r2565.
2008-12-30 06:44:04 +00:00
Amar Takhar 88f7515ec4 s|/bin/bash|/bin/sh|
Originally committed to SVN as r2547.
2008-12-29 04:43:17 +00:00
Amar Takhar a41e1279b4 * Fix sh script to use new paths.
* Change osx-fix-libs.py to print system libraries used

Originally committed to SVN as r2546.
2008-12-29 04:41:00 +00:00
Amar Takhar b0296ebcbd No idea why it copies aegisub/aegisub the binary is in aegisub/.libs/aegisub.
Originally committed to SVN as r2544.
2008-12-29 03:18:12 +00:00
Amar Takhar b4175fbd75 * Copy make-app-bundle.sh to osx-fix-libs.py which is the python script.
* Rename make-app-bundle.sh to osx-bundle.sh which is the sh script.

Originally committed to SVN as r2541.
2008-12-29 01:13:55 +00:00