John Ralls
657aca35ac
Update versions for gramps v5.0.0-alpha2.
2017-06-04 16:50:08 -07:00
John Ralls
41bd626aa2
Update Mac moduleset dependencies.
2017-05-04 16:06:02 -07:00
Doug Reider
f3e11efeaf
Fix bookmarks keybinding on Mac to match the documentation.
2017-02-08 21:17:36 -07:00
John Ralls
22284a85ff
Update graphviz to 2.38.
2016-08-16 12:14:21 -07:00
John Ralls
13c95d00d7
Change to a binary launcher in Mac app bundles.
2016-08-16 12:14:13 -07:00
John Ralls
3e323e496f
Update copyright date in Info.plist.
2016-08-16 12:13:15 -07:00
John Ralls
c2d601496e
Change pycairo-python3 to pycairo.
...
pycairo for python2 is now py2cairo.
2016-07-16 10:44:02 -07:00
John Ralls
bf19ad47df
Remove pango modules from bundle, pango no longer uses them.
2016-07-16 10:42:24 -07:00
John Ralls
8fd4f7ff8e
Bug 8563: Gramps reports that it can't find dictionaries.
...
Turns out it was really that enchant couldn't find its backend because
an environment variable wasn't set.
2016-04-16 15:08:24 -07:00
John Ralls
021bb0532e
Add setuptools dependency for pil.
2015-05-31 10:12:10 -07:00
John Ralls
c268e4055c
Change Gramps repository to Github.
2015-05-31 10:12:10 -07:00
John Ralls
958af590b2
Include modulesets from gnome.org, not jralls's personal ones.
2015-05-31 10:12:10 -07:00
John Ralls
c11c63169f
Use MSWin environment variables USERPROFILE and APPDATA.
...
Instead of GRAMPSHOME. GRAMPSHOME is based on the assumption that
the config directory is GRAMPSHOME/gramps, and that causes the
default location for reports and backups to be ~/Library/Application Support.
The MSWin variables allow the two to be separated.
Thanks to Tim Lyons for the suggestion.
2015-04-25 16:47:43 -07:00
John Ralls
cfb9f64db9
Fix a bundling omission and create python2 and python3 meta-modules.
...
The latter to improve automation.
2015-04-25 15:02:09 -07:00
John Ralls
0eff99871a
Updates for building and bundling with Python3
...
Note that building currently requires bouncing back and forth between python2 and python3.
2015-03-23 11:00:25 +09:00
John Ralls
0ae56692eb
Update PyICU to 1.8
...
1.5 won't compile against ICU-5.4.
2015-02-22 12:50:32 -08:00
John Ralls
13ff503bed
Update OsmGpsMap to version 1.0.2
...
Addresses problem with retrieving tiles from OpenStreetMap.
Note as well https://gramps-project.org/bugs/view.php?id=8037
2014-09-09 16:54:22 -07:00
John Ralls
cd9a00b787
Module fixups from gramps40
2014-06-19 10:37:01 -07:00
John Ralls
225b244aca
Patch PIL to build with Freetype2
2014-05-23 11:31:06 -07:00
John Ralls
70a0650ba0
7736: MacOSX Version 4.0.4-1 missing libgtkspell3 from bundle.
2014-05-22 20:25:44 -07:00
John Ralls
9c3a40f785
6808: Poor contrast mouse on mouse over
...
Set the Gnome-standard 'Adwaita' theme, which doesn't have gray lines.
2014-03-08 13:22:06 -08:00
John Ralls
97da928c4d
Remove no longer needed icu repo
2014-02-26 22:04:21 -08:00
John Ralls
666ae99f23
Move icu module to gtk-osx-unsupported.modules
2014-02-25 15:18:37 -08:00
John Ralls
84d5b6156f
Bug 6784 GraphView fails to load.
...
Also 7168, 7169, and 7428.
Graphview won't load if libgoocanvas isn't in the bundle. D'oh.
2014-02-24 13:12:46 -08:00
John Ralls
539c5ba028
Update icu to version 52.1
...
Fixes an OSX compilation bug.
2014-02-18 16:42:47 -08:00
John Ralls
d49b0d2b00
Set version on osm-gps-map
2014-01-07 09:52:18 -08:00
John Ralls
c5f0c7a6f0
Bug 7191: Cursor keys just beep on PPC with Gramps 3.4.6
...
It's actually on both PPC and Intel, and it's from forgetting to update
gramps.accel after upgrading Gtk past 2.24.10, which changed the mapping
of alt/option from Mod5 to Mod1.
For gramps40 and master, the problem was masked by the bundler putting
the file in the wrong directory.
2013-11-14 10:19:35 -08:00
John Ralls
1137274354
Fix gramps.modules for git conversion
2013-11-09 17:30:11 -08:00
John Ralls
d1825d97dd
Fix private moduleset leakage
...
svn: r22913
2013-08-25 17:18:56 +00:00
John Ralls
9d03ce76c3
Update goocanvas and osmgpsmap to current packages
...
svn: r22848
2013-08-10 21:06:01 +00:00
John Ralls
4ac495dcee
Add new Quartz Input Method to bundle
...
svn: r22847
2013-08-10 21:05:17 +00:00
John Ralls
3fd0762ae0
Move the HTML resources from gramps/plugins/webstuff to data and images
...
So that they're together with the other resources instead of in
site-package/gramps. Aside from a better source and installation
layout, this makes it easier to bundle them.
svn: r22576
2013-06-23 22:47:25 +00:00
John Ralls
57d2951cdf
Mac: Fix osm-gps-map version, remove osmgpsmap-py
...
svn: r22400
2013-05-21 23:37:18 +00:00
John Ralls
ff21b0bb27
Move pybsddb module to gtk-osx-python.modules
...
svn: r22377
2013-05-19 15:59:03 +00:00
John Ralls
873df14509
Match gramps.modules to gramps-40 version
...
svn: r22376
2013-05-19 15:58:29 +00:00
John Ralls
919005c539
Mac: Fix gexiv2-libtool.patch to work if libtool isn't in $PREFIX
...
It must be on the path.
svn: r22334
2013-05-17 06:01:34 +00:00
John Ralls
0c5beeecfd
Mac: Generalize gexiv2-libtool.patch
...
svn: r22332
2013-05-17 05:24:44 +00:00
John Ralls
0dbeb270f9
Mac: Use gnome.org modulesets
...
svn: r22329
2013-05-16 19:24:22 +00:00
John Ralls
c627290799
Mac: Redo trunk gramps.modules for current dependencies
...
svn: r22328
2013-05-16 17:28:44 +00:00
John Ralls
a364740fae
Mac: Update trunk bundle file to match gramps40
...
svn: r22022
2013-04-20 23:08:35 +00:00
John Ralls
fa0eb6cebe
Determine Paths at Runtime
...
Uses GRAMPS_RESOURCES to override the root location of the Gramps data files (which would normally be $(prefix)/share).
In setup.py install, writes $(prefix)/share to gen/utils/resource-path, installs that file, then deletes it again from the source tree. The presence or absence determines whether Gramps is running from the source directory or from an installation.
Const.py is now a static file; const.py.in is no longer used. Note that because importing const into setup tried to initialize things that we don't want initialized, VERSION is removed, and imported from gramps.version -- a file which will be added in the next change. Consequently, this commit will not run.
svn: r21613
2013-03-11 22:43:58 +00:00
Paul Franklin
cf4a3aefbd
shorten the report name for easier CLI use
...
svn: r21552
2013-03-05 04:45:57 +00:00
John Ralls
ef7ee8cb36
Add modules for ICU
...
svn: r21271
2013-02-01 20:25:35 +00:00
John Ralls
9755c2f794
Revert "Allow hard-coded paths to be overridden with $XDG_DATA_DIRS"
...
This reverts r21246
svn: r21257
2013-01-30 14:54:08 +00:00
John Ralls
bf9af55a3f
Allow hard-coded paths to be overridden with $XDG_DATA_DIRS
...
Necessary for post-installation relocatability.
Also ensure that data installed to share/gramps is in mac bundle.
svn: r21246
2013-01-29 20:35:41 +00:00
John Ralls
dc9c445878
Add goocanvas-2.0 to gramps dependencies
...
Also remove gramps-40 target, it doesn't belong in trunk now that it has
its own branch.
svn: r21173
2013-01-19 21:47:44 +00:00
John Ralls
87e7945b65
Fix typo in GI_TYPELIB_PATH
...
svn: r21110
2013-01-13 21:06:41 +00:00
John Ralls
892143ed4b
Build graphviz with pango, freetype support
...
Otherwise it can't output PDFs.
Also fix Gramps svn repo to new SF scheme.
svn: r21107
2013-01-13 20:35:51 +00:00
John Ralls
a769890c26
Include gi typelibs in bundle
...
Also point to pango modules file.
svn: r21106
2013-01-13 20:32:11 +00:00
John Ralls
e07ec97571
Update Mac modules for python3
...
svn: r21009
2013-01-06 19:11:38 +00:00
John Ralls
c0e7bb1cdc
Restore PangoCairo and FontConfig to Graphviz requirements
...
svn: r20854
2012-12-27 20:49:19 +00:00
John Ralls
08010776aa
Mods for Gtk3, setup.py
...
svn: r20829
2012-12-23 06:11:43 +00:00
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