worldofpeace
89e9f68549
Merge pull request #79585 from Kiwi/scribusUnstable-poppler-0.84
...
scribusUnstable: Fix build with Poppler 0.84
2020-02-09 09:54:26 -05:00
pasqui23
f9735f05ac
qnotero: 1.0.0 -> 2.1.1 ( #74560 )
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-09 01:40:09 -05:00
Robert Djubek
bef2837579
scribusUnstable: Fix build with Poppler 0.84
...
see: https://github.com/NixOS/nixpkgs/pull/77186#issuecomment-583800213
it seems poppler updates (almost?) always break scribusUnstable
additionally:
formatted with nixpkgs-fmt;
added kiwi to maintainers - the more eyes the better;
add additional licenses that are listed on scribus COPYING;
2020-02-09 05:20:32 +00:00
Will Dietz
d18b1ee998
Merge pull request #78155 from dtzWill/update/zanshin-0.5.71
...
zanshin: 2019-07-28 -> 0.5.71
2020-02-03 17:38:20 -06:00
Will Dietz
2158ec610d
elementary-planner: init at 2.1.1 ( #78859 )
...
* elementary-planner: init at 2.1.1
* elementary-planner: change pname to match attribute/etc
Upstream doesn't use the name "elementary-planner",
but rename in our packaging and be consistent about it
to avoid confusion with gnome's planner.
* elementary-planner: fetchpatch version fix, dep fixups, maintainers
Per reviewer feedback, thanks all! <3
2020-02-03 13:14:53 -05:00
Will Dietz
6e6a7d61ee
ktimetracker: init at 5.0.1
2020-02-02 14:57:32 -06:00
worldofpeace
f58e59ba7f
Merge pull request #78723 from kjuvi/agenda
...
agenda: init at 1.0.12
2020-02-01 18:10:01 -05:00
kjuvi
008eb7cb75
agenda: init at 1.0.12
2020-01-31 10:13:31 +01:00
R. RyanTM
f64307a00d
tryton: 5.4.1 -> 5.4.2
2020-01-30 22:27:45 -08:00
R. RyanTM
2ff21bdc23
zotero: 5.0.80 -> 5.0.82
2020-01-30 22:07:16 -08:00
R. RyanTM
81b8778507
zim: 0.72.0 -> 0.72.1
2020-01-30 22:06:44 -08:00
worldofpeace
4f1c6789ba
aesop: 1.1.3 -> 1.2.3
2020-01-30 21:46:30 -08:00
Will Dietz
ed68721cde
zanshin: 2019-07-28 -> 0.5.71
...
https://zanshin.kde.org/2020/01/14/zanshin-0.5.71/
2020-01-28 21:59:03 -06:00
Frederik Rietdijk
dce0ca29d9
Merge master into staging-next
2020-01-28 10:46:13 +01:00
kjuvi
0c40662294
timetable: 1.0.9 -> 1.1.0
2020-01-27 23:41:19 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Aaron Andersen
dfbb444ab4
Merge pull request #78195 from r-ryantm/auto-update/homebank
...
homebank: 5.2.8 -> 5.3.1
2020-01-25 11:28:04 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
5cbce718a5
kmymoney: 5.0.7 -> 5.0.8
2020-01-21 16:13:17 -08:00
R. RyanTM
b5b28ec407
homebank: 5.2.8 -> 5.3.1
2020-01-21 18:31:40 +00:00
Lancelot SIX
1102fc870d
pythonPackages.django_2_1: drop
...
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Mario Rodas
c7b71bd78d
Merge pull request #78061 from r-ryantm/auto-update/atlassian-cli
...
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 07:34:43 -05:00
R. RyanTM
363840f32d
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 01:03:40 +00:00
Thomas Marchand
37771e47eb
wpsoffice: 11.1.0.8865 -> 11.1.0.9080
2020-01-18 14:18:21 +01:00
worldofpeace
ac96ba0270
skanlite: don't set enableParallelBuilding
...
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace
4b20959f99
skanlite: use qt5's mkDerivaiton
2020-01-17 13:54:53 -05:00
Frederik Rietdijk
bcd8c6b8dc
Merge master into staging-next
2020-01-17 17:08:16 +01:00
Michiel Leenaars
edfbac404b
csv2odf: init at 2.09
2020-01-15 22:57:21 -08:00
Anders Kaseorg
3cd8ce3bce
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
5ad16cb27f
Merge master into staging-next
2020-01-10 10:34:04 +01:00
Will Dietz
a0b86e3b64
Merge pull request #75022 from dtzWill/update/vnote-2.8
...
vnote: 2.7.2 -> 2.8.2
2020-01-08 16:03:05 -06:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
...
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Mario Rodas
f8aeca57c7
Merge pull request #77069 from r-ryantm/auto-update/gnucash
...
gnucash: 3.7 -> 3.8b
2020-01-08 05:33:04 -05:00
Aaron Andersen
24967c14fc
Merge pull request #66710 from tbenst/tusk
...
tusk: init at v0.23.0
2020-01-07 20:46:13 -05:00
tbenst
0dd8ee7d0c
tusk: init at v0.23.0
2020-01-07 17:06:49 -08:00
Will Dietz
77db935ac3
vnote: 2.8.1 -> 2.8.2
2020-01-07 16:05:23 -06:00
Will Dietz
ee73c91c52
vnote: 2.8 -> 2.8.1
2020-01-07 16:05:11 -06:00
R. RyanTM
289eebc744
gnucash: 3.7 -> 3.8b
2020-01-06 05:32:51 -08:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
...
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
markuskowa
f3e8be7cd4
Merge pull request #76399 from r-ryantm/auto-update/qownnotes
...
qownnotes: 19.11.14 -> 19.12.15
2020-01-04 14:07:56 +01:00
Frederik Rietdijk
555037a667
Merge master into staging-next
2019-12-31 16:35:53 +01:00
mlatus
7f6116444b
update src url and hash for wpsoffice
2019-12-31 15:14:58 +08:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params
2019-12-31 01:23:19 +01:00
Robin Gloster
755db0b689
treewide: installTargets is a list
2019-12-31 00:25:26 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Jan Tojnar
2093fa784a
libreoffice: fix eval
2019-12-30 20:53:00 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Robin Gloster
371d3fb9b3
notes-up: *Flags are lists
2019-12-30 12:15:24 +01:00
Jan Tojnar
843d147596
gnumeric: switch to python 3
2019-12-29 11:21:09 +01:00