R. RyanTM
8c26c1caee
gramps: 5.1.3 -> 5.1.4
2021-07-27 03:03:42 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bryan Gardiner
d35b77a922
gramps: move intltool from buildInputs to nativeBuildInputs
...
When intltool is in buildInputs, setup.py reports:
No intltool or version < 0.25.0, build_intl is aborting
which prevents Gramps's desktop and MIME (and AppData) entries from being
generated and installed. When intltool is moved to nativeBuildInputs, these
files are installed under share/ as expected.
2021-01-03 15:59:22 +01:00
R. RyanTM
0aefa1ed8a
gramps: 5.0.1 -> 5.1.3
2020-11-11 08:19:03 +00:00
Jan Tojnar
0e5492a72c
gramps: Do not use gnome3.gexiv2 alias
2020-10-24 01:18:46 +02:00
joncojonathan
609e3aa507
gramps: remove joncojonathan as maintainer
2020-09-20 11:19:26 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Nathan van Doorn
298f3d6c27
gramps: fix build
2019-04-05 15:06:02 +00:00
R. RyanTM
9425ac3202
gramps: 5.0.0 -> 5.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gramps/versions
2018-12-30 23:14:45 -05:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
joncojonathan
2b93aed3cc
gramps: add joncojonathan to package maintainers
2018-10-08 20:55:26 +01:00
joncojonathan
5a8a982526
gramps: add support for recommended packages
...
The GRAMPS readme indicates there are a number of recommended packages (graphviz, ghostscript,
PyICU and osm-gps-map which was already supported). These default to true.
2018-10-08 20:55:06 +01:00
R. RyanTM
eff1d3d4db
gramps: 4.2.8 -> 5.0.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gramps/versions .
2018-08-08 17:29:20 -07:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Ryan Mulligan
038a0c9a60
treewide: http to https
2018-04-30 21:39:20 -07:00
Symphorien Gibol
d8bd255a08
gramps: 4.2.6 -> 4.2.8
2018-04-05 17:14:27 +02:00
Symphorien Gibol
360d241bd6
gramps: fix startup
...
Should fix #38463
I still get
```
WARNING: grampsgui.py: GTK translations missing, GUI will be broken,
especially for RTL languages!
```
but at least it seems usable.
2018-04-05 17:04:50 +02:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
joncojonathan
3ca090d2b4
gramps: 4.1.1 -> 4.2.6
...
Motivation for change: GRAMPS was a long way out of date.
Additional information: BSDDB3 unmasked as this is supported by the current Python3 version (commited separately).
2017-10-07 19:58:56 +01:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Eduard Bachmakov
fd259de158
gramps: add license
2014-11-23 11:49:38 -05:00
Eduard Bachmakov
1ac091712f
Add gramps package.
...
Basic functionality works. No plugins yet (TODO: GExiv2, pyICU, webkit,
osmgsmmap).
Gives error messages about errors in GTK installation regarding
localization. No impact other than the messages visible.
2014-11-22 22:24:00 -05:00