Commit Graph

110 Commits

Author SHA1 Message Date
29cf6674b5 Install image files to $(prefix)/share/gramps/images
Instead of $(prefix)/share/gramps/icons/hicolor, which was an old (early Gtk2) theming requirement.

svn: r21615
2013-03-11 22:44:23 +00:00
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
46d7c95f86 svn: r21538 2013-03-03 21:50:22 +00:00
96e042919c win32 changes
svn: r21331
2013-02-10 17:53:43 +00:00
7afc3f7112 Update post-install scripts
svn: r21265
2013-01-31 23:23:32 +00:00
17e70f14b3 Fix bug with --install-scripts option
svn: r21263
2013-01-31 22:30:02 +00:00
9979159717 Add server option to installation
svn: r21039
2013-01-08 21:54:31 +00:00
fd227ef251 Change to absolute paths in const.py
svn: r21033
2013-01-08 17:26:44 +00:00
cce7313605 6276: Fix error installing gramps.png
svn: r20999
2013-01-05 12:10:48 +00:00
ae31189b32 Move images and data directories
svn: r20989
2013-01-04 23:09:12 +00:00
945a491e18 Tidy up resource files
svn: r20944
2013-01-02 23:31:07 +00:00
91173ba2a8 Bumped trunk to 4.1, updated plugins, requires setup.py build rather than copy of const.py.in, show svn number in version number
svn: r20919
2012-12-31 22:51:11 +00:00
a86b39d078 Improve check to prevent overwriting const.py
svn: r20910
2012-12-31 16:41:00 +00:00
7bff2f915f Fix structure of build directory for locale files
svn: r20872
2012-12-29 00:25:01 +00:00
f055e2748e Add LOCALE_DIR. Remove PREFIXDIR and SYSCONFDIR.
svn: r20866
2012-12-28 19:59:07 +00:00
424fe3bd5b merge from 4.0.0 to trunk
svn: r20824
2012-12-22 18:07:18 +00:00
1d9aeb81d0 On translation error, allow build to continue after asking user
svn: r20803
2012-12-20 16:40:49 +00:00
7576054885 support python 2 in setup.py also :-)
svn: r20679
2012-11-18 17:31:39 +00:00
a760b74252 Python3 changes
svn: r20673
2012-11-17 16:44:45 +00:00
0eb5c29989 6127: missing glade files
svn: r20671
2012-11-17 14:54:08 +00:00
eb09afbc99 2620: GEPS 031: Python 3 support - 3.2
Python 3 needs absolute import after reload in plugins dir, but a dir may not be called import
So import is renamed to importer


svn: r20660
2012-11-15 10:41:15 +00:00
a876912059 distutils requires unix filenames
svn: r20643
2012-11-09 16:48:09 +00:00
dc8339b8d8 distutils needs unix paths as input & correct python version test
svn: r20642
2012-11-09 15:27:03 +00:00
091b87e70b The gramps command doesn't work with the new architecture
svn: r20549
2012-10-12 10:59:16 +00:00
0ccc4e1b09 Add Greek translation (contribution by Zissis Papadopoulos)
svn: r20543
2012-10-08 20:01:16 +00:00
a137276e2b Remove test code still present in setup.py
svn: r20474
2012-10-01 08:31:05 +00:00
52a98c1323 GEPS 026: Replace 'make': fix bug in setup.py, update install notes
svn: r20471
2012-09-30 15:29:37 +00:00
4f5f419b78 GEPS 026: Replace 'make' for Gramps build
svn: r20467
2012-09-30 12:19:14 +00:00
e9253804be GEPS 026: Replace 'make' for Gramps build
a/Part 1: import from gen piece works partially
b/Gramps as a stub to start gramps application


svn: r20465
2012-09-30 10:30:08 +00:00
d57b63ac6d More changes for version change
svn: r20064
2012-07-24 12:26:36 +00:00
ec2367cb66 Fix up setup.py for some moved files
svn: r20012
2012-07-16 19:31:25 +00:00
0d8fbf842f Updated packages list for the movement of the locale directory in rev19819.
svn: r19821
2012-06-11 02:28:38 +00:00
29e96820d9 Updated setup.py packages list to current ecosystem as of rev19816.
svn: r19817
2012-06-10 05:58:35 +00:00
03608064ef Made corrections for moving the license file up front.
svn: r19807
2012-06-09 01:41:55 +00:00
0dcd17cefd Updated setup for current directory structure and changed the location of the glade directory.
svn: r19744
2012-06-02 04:42:05 +00:00
c3fc7a5f70 Update to reflect latest directory changes
svn: r19733
2012-05-31 23:58:31 +00:00
7e82282c07 Update setup.py to current ecosystem as of rev19701.
svn: r19702
2012-05-29 23:48:28 +00:00
2fede54efb 'images/splash.jpg' is missing
svn: r19608
2012-05-20 15:29:35 +00:00
4884a8dcc9 Tidy up code setting permissions
svn: r19606
2012-05-20 13:50:17 +00:00
c92791e4d2 Use logging rather than print statements
svn: r19605
2012-05-20 13:21:47 +00:00
01b6c75f5a Added eXecute bit on gramps script file and set mode 777 on build directory after installation so that the normal user can delete it.
svn: r19604
2012-05-20 07:50:25 +00:00
648c09e10c Add files to test python distribution utilities (distutils)
svn: r19597
2012-05-19 22:56:19 +00:00
220f4161ba Removed the Python DistUtils since we have a geps for it now.
svn: r19145
2012-03-24 19:58:05 +00:00
969cbe93d3 2621: webstuff for webreports too
svn: r19068
2012-03-15 18:10:50 +00:00
1283d9e90e 5621: remove 'extract_messages stuff'
svn: r19063
2012-03-14 15:39:41 +00:00
a5076593d3 minor cleanup; no python module on images any more
svn: r19060
2012-03-14 08:33:27 +00:00
44667f7f13 5621: improve comment and docstring
svn: r19052
2012-03-13 08:48:05 +00:00
1c89635532 5621: minor issue on references for extracting messages
svn: r19051
2012-03-13 07:10:48 +00:00
3de03c51ef 5621: cleanup, add an experimental script for merging translations
svn: r19050
2012-03-12 16:43:12 +00:00
c2849f8aa3 5621: do not need babel dependency
svn: r19049
2012-03-12 14:37:45 +00:00