Commit Graph

15 Commits

Author SHA1 Message Date
Derek Keeler
c3a0b330cc Add .venv environments 2023-07-02 23:32:54 +01:00
Nick Hall
60f1866292 Replace intltool with gettext tools
The build now requires gettext v0.19.7 or above.

Removed obsolete files:
  * gramps.applications
  * gramps.keys
  * gramps.mime

Created ITS rules for holidays.xml and tips.xml files.

Included ITS files for shared-mime-info from a gettext v0.20.2
installation.
2020-09-02 21:22:04 +01:00
schoonc
009783a59a Add pycharm dir to .gitignore 2017-07-27 18:23:55 +01:00
Sam Manzi
8694c7fcc7 7921 Move holidays.xml.in to data [refactor] 2016-04-16 16:38:43 +10:00
Doug Blank
eaf1649ef3 Remove remaining mentions of webapp 2016-01-07 13:05:53 -05:00
Sam Manzi
f666baabda Ignore Glade '.glade~' temp files 2015-09-13 10:51:28 +10:00
Sam Manzi
fda3aff955 Update .gitignore and remove Thumbs.db file 2015-09-06 14:24:12 +10:00
Doug Blank
0a0fbc6d6a Add webapp fixtures to .gitignore 2015-05-25 20:24:47 -04:00
Vassilii Khachaturov
be239852e3 ignore test/data 2014-01-20 10:25:29 +02:00
Vassilii Khachaturov
bbd6cc87d5 ignore swap files 2013-11-13 16:37:52 +02:00
Vassilii Khachaturov
98ccbd42a3 ignore sphinx built docs
svn: r23370
2013-10-22 18:37:30 +00:00
Vassilii Khachaturov
1bb6398717 Ignore tags
svn: r22915
2013-08-28 09:24:13 +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
Nick Hall
622cabe1c2 Update .gitignore
svn: r21038
2013-01-08 21:54:15 +00:00
Nick Hall
dbd8edaae6 Add .gitignore file
svn: r20781
2012-12-13 14:05:30 +00:00