Commit Graph

27 Commits

Author SHA1 Message Date
John Ralls
c6cbeafb28 Prepare gramps.modules for 4.0 branch
svn: r20682
2012-11-19 13:13:28 +00:00
John Ralls
507487f9c4 Update moduleset for Gtk+-3
NOTE: This uses the unstable modulesets which build the Gtk stack from the 
current git masters. Builds may fail from time to time because of bad 
commits. I'll fix this in a week or two after I've updated the stable 
moduleset for Gnome 3.6.


svn: r20484
2012-10-02 18:54:47 +00:00
John Ralls
9f3feb9832 Update moduleset for Gtk3 dependencies (GEP-029)
svn: r20004
2012-07-15 23:31:16 +00:00
John Ralls
37e4824029 Bug #5641: Links to other programs don't work
svn: r19291
2012-04-10 22:58:04 +00:00
John Ralls
3842c5a6a7 Update mac build files
svn: r18791
2012-01-29 01:45:16 +00:00
John Ralls
8535db8d93 Bug 5474: Unicode chars can't display on Mac GTK-OSX port
Make Arial Unicode MS the default face for OSX
Supports East Asian, Semitic, and European scripts, but not Indic 
(Hindi, Telugu, Tamil, Thai, etc.). Since Pango's ATSUI backend doesn't 
support fallback, users of these scripts will have to override the 
default face in their ~/.gtkrc-2.0



svn: r18790
2012-01-29 01:39:24 +00:00
John Ralls
d8560551fa OSX: Add gramps-33 addons module
svn: r17858
2011-06-28 18:55:15 +00:00
John Ralls
5b89fd76f6 OSX: Gramps.bundle cleanup; fix accelerator file name
svn: r17857
2011-06-28 18:54:58 +00:00
John Ralls
03428749b3 OSX: Launcher script cleanup; makes changing python version easier
svn: r17856
2011-06-28 18:54:52 +00:00
John Ralls
7aef6906b4 OSX: Modify launcher script to reflect moving of the localizations inside gramps (r17707/08)
svn: r17855
2011-06-28 18:54:46 +00:00
John Ralls
7e7cf7d553 OSX: Update dependencies to match Gramps-3.3.0 release notes.
svn: r17854
2011-06-28 18:54:40 +00:00
John Ralls
c7511d17cd OSX: Change pyosmgpsmap package from autotools to distutils; distutils works better.
svn: r17853
2011-06-28 18:54:30 +00:00
John Ralls
a4508a4914 OSX: Remove berkeleydb module; moved to gtk-osx modulesets.
svn: r17852
2011-06-28 18:54:23 +00:00
John Ralls
51dc9f736d OSX: Update modules for new URL scheme at Github
svn: r17851
2011-06-28 18:54:16 +00:00
John Ralls
df7139fb13 OSX: Remove the python runfile. Didn't work out.
svn: r17850
2011-06-28 18:54:08 +00:00
John Ralls
2a11be7174 Undo the rungramps changes.
Importing gramps at the end of rungramps causes threading deadlocks because of a lock (held by the main thread as long as Gramps is running) on import.

svn: r17706
2011-06-07 16:02:53 +00:00
John Ralls
3f54758147 Aggregated patches to gramps.modules
svn: r17395
2011-05-03 21:04:22 +00:00
John Ralls
ab5ce43be7 Apply revisions from 3.2.6 fixes with Richard Taylor
svn: r17394
2011-05-03 20:59:12 +00:00
John Ralls
ffc5f7eb40 Remove gramps, not useful
svn: r17393
2011-05-03 20:57:54 +00:00
John Ralls
cba4511cbe Change version string in Info.plist to Trunk, that being this subversion branch.
svn: r17382
2011-05-02 18:52:21 +00:00
John Ralls
9e96a1e165 Improvements to new python launcher
svn: r17379
2011-05-02 18:47:14 +00:00
John Ralls
eb7b9fa565 Provide for PREFIX to be set to the bundle when the platform is darwin. Bundle is detected by differing sys.prefix and sys.exec_prefix, indicating that sys.prefix has been changed (which it is, in rungramps.py).
svn: r17347
2011-04-29 21:54:38 +00:00
John Ralls
618e5deb5b Add a gramps33 target to the moduleset; also some whitespace cleanup and spellcheck dependencies to gramps-svn target
svn: r17345
2011-04-29 21:28:50 +00:00
John Ralls
a5949b6ce8 Update gramps.bundle to add rungramps.py to the bundle
svn: r17344
2011-04-29 21:26:56 +00:00
John Ralls
d0265cebaf Bug #4302: Language settings are wrong when an english variant is first
Rewrote the launcher in python with much improved language handling; 
renamed it to rungramps.py, and replaced launcher.sh with a minimal 
shell launcher.

Any english selection will now have $LANG set to "C", while $LC_ALL will 
be set to whatever english variant the user selected (and en_US if she 
specified just "en"). For languages other than English, $LC_ALL will be 
set to xx_XX if the language selection had no region (e.g., if the 
language selection is de, $LANG will be de and $LC_ALL will be de_DE. 
$LANG will be truncated if the language selection has a region that 
Gramps doesn't support, but does support the bare language (e.g., if the 
language selection is de_DE, $LANG will be de because there is no de_DE 
translation. Gettext is smart enough to get this right without the help, 
but the check is necessary to ensure that we don't skip over a supported 
generic language.

The language settings can now be overridden for gramps by using the 
defaults system.


svn: r17342
2011-04-29 21:21:33 +00:00
John Ralls
bfea2e1b96 Delete libxml2 dependency; no longer needed. Besides, it's built in bootstrap now, and the module can't see it.
svn: r16736
2011-03-01 05:05:57 +00:00
John Ralls
a5ab94721f Add MacOSX build modules, bundle description, and ancilary files needed
to build and bundle Gramps with Gtk-OSX and ige-mac-bundler.



svn: r16318
2010-12-27 22:42:13 +00:00