Commit Graph

3251 Commits

Author SHA1 Message Date
Bignaux Ronan
aa2241f857 pentobi: init at 17.3 2020-01-26 02:12:15 +01:00
Ryan Mulligan
ac35673af1
Merge pull request #78456 from oxalica/mc-move-to-tmp
minecraft: no `GPUCache` in current directory
2020-01-25 11:34:05 -08:00
Francesco Gazzetta
3db6b0fbd7 mindustry: 102 -> 103 2020-01-25 12:05:20 +01:00
oxalica
a84047b0c7
minecraft: no GPUCache in current directory 2020-01-25 16:58:01 +08:00
oxalica
10e95cc021
minecraft: 2.1.9618 -> 2.1.11314 2020-01-25 16:45:15 +08:00
Linus Heckemann
a7a0d44b58 EmptyEpsilon: 2019.11.01 -> 2020.01.15 2020-01-24 14:16:15 +01:00
Jonathan Ringer
f4b4c66a08 steam: use 64-bit libva 2020-01-23 12:13:14 -08: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
d4a95f016a crispyDoom: 5.6.3 -> 5.6.4 2020-01-22 04:27:29 +01:00
Will Dietz
7187eae189
nudoku: fix for gettext 0.20 2020-01-21 11:11:43 -06:00
Will Dietz
52332244bd
nudoku: fix w/musl, disable nls
(cherry picked from commit 027b93ae5f1efe713dc213d56f0f2e4d9858db54)
2020-01-21 11:08:20 -06:00
Will Dietz
62adf1c56b
nudoku: init at 2.0.0
(cherry picked from commit 7b0057f41f29bc18608e812bde551e19c994dbe1)
2020-01-21 11:06:32 -06:00
Peter Simons
411f068871 stockfish: update from version 10 to 11 2020-01-20 10:25:52 +01:00
Ryan Mulligan
c438ce12a8
Merge pull request #77915 from r-ryantm/auto-update/vkquake
vkquake: 1.03.0 -> 1.04.1
2020-01-17 19:06:17 -08:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Will Dietz
5da89034f9
teeworlds: cmake instead of bam, oh joy! cleanup 2020-01-17 09:29:09 -06:00
R. RyanTM
709f505898 vkquake: 1.03.0 -> 1.04.1 2020-01-17 12:17:54 +00:00
ajs124
9120d20766 teeworlds: 0.7.3.1 -> 0.7.4 2020-01-16 17:28:58 +01: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
Francesco Gazzetta
36f084b2bb mindustry: init at 102 (and updates) (#72306)
* mindustry: init at 99

* mindustry: 99 -> 100

* mindustry: 100 -> 101

* mindustry: 101 -> 101.1

* mindustry: 101.1 -> 102
2020-01-13 18:01:29 +08:00
Matthieu Coudron
502c16e591 ultrastardx: 2017.8.0 -> 2019-01-07
follow up of the fix provided in https://github.com/UltraStar-Deluxe/USDX/issues/462
to use pkg-config to find lua.
2020-01-12 13:57:01 +01:00
worldofpeace
859637e3f2
Merge pull request #73165 from ikervagyok/factorio
factorio: update all versions
2020-01-11 08:46:06 -05:00
lewo
993887d125
Merge pull request #77061 from r-ryantm/auto-update/gcompris
gcompris: 0.97 -> 0.98
2020-01-11 09:22:38 +01:00
Graham Christensen
b1e9876a4a
Merge pull request #76792 from freepotion/ivan-add-desktop-item
ivan: add icon and desktop item
2020-01-08 20:24:40 -05:00
Free Potion
59a5aecbaf
ivan: add icon and desktop item 2020-01-09 03:54:39 +03:00
R. RyanTM
c05dc0aa89 gzdoom: 4.2.4 -> 4.3.1 2020-01-06 20:39:18 +01:00
Mario Rodas
b103b3f13e
Merge pull request #74136 from filalex77/runelite-2.0.0
runelite: 1.6.0 -> 2.0.0
2020-01-06 09:24:41 -05:00
Oleksii Filonenko
f930613999
runelite: 1.6.0 -> 2.0.0
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-01-06 09:13:42 -05:00
R. RyanTM
fb7c60a83c gcompris: 0.97 -> 0.98 2020-01-06 04:35:56 -08:00
Ryan Mulligan
a5c346f6a7
Merge pull request #60518 from bignaux/gweled
gweled: init at unstable-2018-02-15
2020-01-05 21:18:09 -08:00
Frederik Rietdijk
7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Franz Pletz
804678f9ea
Merge pull request #76756 from mehlon/hyperrogue
hyperrogue: 10.5e -> 11.2d
2020-01-03 03:10:37 +00:00
Danylo Hlynskyi
c9bf6aebaa
Merge pull request #76770 from dtzWill/update/devilutionx-1.0.0
devilutionx: 0.5.0 -> 1.0.0, install font file
2020-01-03 00:02:42 +02:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Franz Pletz
8b60bfd5d9
Merge pull request #76818 from lheckemann/ee-bump
EmptyEpsilon: 2019.05.21 -> 2019.11.01
2020-01-02 13:29:20 +00:00
Linus Heckemann
a664899b39 EmptyEpsilon: 2019.05.21 -> 2019.11.01 2020-01-02 13:30:35 +01:00
Will Dietz
2f040f691b
devilutionx: 0.5.0 -> 1.0.0
https://github.com/diasurgical/devilutionX/releases/tag/1.0.0
2020-01-01 01:44:14 -06:00
Will Dietz
a133f8e643
devilutionx: install required font file 2020-01-01 01:44:03 -06:00
mehlon
c510bbf011 hyperrogue: 10.5e -> 11.2d 2020-01-01 00:59:03 +01:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +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
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Jonathan Ringer
21958c0603 steam.chroot: add at-spi2-core
Needed by CrossCode
2019-12-30 17:13:12 +01:00
Frederik Rietdijk
6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Robin Gloster
65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster
9052e1c5b7
pingus: *Flags are lists 2019-12-30 12:15:28 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Jan Tojnar
814dcd907f
xbomb: clean up
Use makeFlags instead of patching Makefile
2019-12-29 22:13:56 +01:00
Franz Pletz
43442880cf
cataclysm-dda: fix build on darwin 2019-12-27 05:21:41 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Aaron Andersen
088224843a
Merge pull request #76439 from r-ryantm/auto-update/tome4
tome4: 1.6.1 -> 1.6.5
2019-12-24 18:43:24 -05:00
Aaron Andersen
3fe099d2c5
Merge pull request #76449 from r-ryantm/auto-update/supertux
superTux: 0.6.0 -> 0.6.1.1
2019-12-24 17:51:15 -05:00
R. RyanTM
6f6c1d2f03 superTux: 0.6.0 -> 0.6.1.1 2019-12-24 12:44:48 -08:00
R. RyanTM
4196f26efa tome4: 1.6.1 -> 1.6.5 2019-12-24 11:38:20 -08:00
Mario Rodas
e6c6ba9fd4
Merge pull request #75280 from r-ryantm/auto-update/mnemosyne
mnemosyne: 2.6.1 -> 2.7
2019-12-22 18:10:13 -05:00
drakonis
2b725bbb69 gzdoom: include missing soundfont files 2019-12-22 12:51:43 +01:00
worldofpeace
e7c568a0b0
Merge pull request #45347 from bignaux/pysolfc
PySolFC: 2.0 -> 2.6.4
2019-12-21 22:20:48 -05:00
Renaud
60820d8d83
Merge pull request #75648 from jorsn/tintin.add-ssl
tintin: added ssl support via gnutls
2019-12-20 23:31:28 +01:00
Mario Rodas
6b935eb62a lgogdownloader: fix build 2019-12-19 16:56:01 +01:00
Bignaux Ronan
615742297f PySolFC: 2.0 -> 2.6.4 2019-12-16 01:43:08 +01:00
Philipp Middendorf
2b298a3ef1 quake3e: 2019-09-09 -> 2019-11-29 (#75511) 2019-12-15 02:16:53 -05:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Johannes Rosenberger
9de076f45c tintin: added ssl support via gnutls
Now passwords can be sent encrypted via tls.

Closure size difference is +18.36 MB (+161.38%). Therefore there is a
switch `tlsSupport ? true` to turn off tls.
2019-12-14 12:44:07 +01:00
Free Potion
34cc9d7fa2
harmonist: 0.2 -> 0.3.0 2019-12-14 01:43:20 +03:00
Mario Rodas
98e57f8999
Merge pull request #74064 from shazow/cdda-git-bump
cataclysm-dda-git: 2019-05-03 -> 2019-11-22
2019-12-11 18:38:50 -05:00
Markus S. Wamser
1deb709fcf hexen: remove abandoned software 2019-12-11 01:03:44 +01:00
Orivej Desh
571c310007 qtads: init at 2.1.99.2019-04-12
This version is much easier to package than the last 2016 release.
It self-describes as 2.1.99 in Help > About.
https://github.com/realnc/qtads/issues/8
2019-12-09 00:55:40 +00:00
Orivej Desh
5bd1bd08ed instead: 3.3.0 -> 3.3.1 2019-12-09 00:17:28 +00:00
Michael Raskin
c142423a8d sgtpuzzles: 2019045 -> 20191114 2019-12-08 23:47:43 +01:00
R. RyanTM
c29da36845 mnemosyne: 2.6.1 -> 2.7 2019-12-08 10:34:43 -08:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Dima
fdefc23f7d mnemosyne: fix application
This application has been missing some dependencies and the
correct environment for Qt. Additionally I added a depdency
on anki to support the import feature.

The project has also moved development to Github, as very briefly
mentioned on https://mnemosyne-proj.org/contributing.php but the
2.6.1 version released there seems to differ and causes a bunch
of new problems, so leaving it for now.
2019-12-07 22:26:54 +01:00
Philipp
fc473f38d0 mudlet: 4.1.2 -> 4.3 2019-12-07 22:14:14 +01:00
Tristan Gosselin-Hane
289088ef72 minecraft: 2.1.7658 -> 2.1.9618 2019-12-05 16:03:02 -05:00
Mateusz Kowalczyk
1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Lengyel Balazs
6fad697f96 factorio: update all versions to 0.17.79
and adds libpulseaudio as a dependency
2019-12-03 18:07:33 +01:00
Andrey Petrov
5e8770a8bb cataclysm-dda-git: 2019-05-03 -> 2019-11-22 2019-12-01 08:46:52 -08:00
R. RyanTM
e95664bab6 pioneer: 20191009 -> 20191117 2019-12-01 15:13:48 +01:00
lassulus
3b167789a6 zandronum: 3.0 -> 3.0.1 2019-11-30 21:48:03 -08:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
R. RyanTM
cb521df936 tintin: 2.01.91 -> 2.01.92 (#74684) 2019-11-30 14:43:31 +01:00
markuskowa
8833e8cfaf
Merge pull request #74678 from r-ryantm/auto-update/vkquake
vkquake: 1.02.1 -> 1.03.0
2019-11-30 12:41:22 +01:00
Frederik Rietdijk
d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
R. RyanTM
731992a8b0 vkquake: 1.02.1 -> 1.03.0 2019-11-29 12:42:00 -08:00
R. RyanTM
66caa08067 tome4: 1.6.0 -> 1.6.1 2019-11-29 12:05:32 -08:00
Fabian Möller
b21700a6b6 alienarena: fix libGL path 2019-11-26 18:01:02 +01:00
Frederik Rietdijk
06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
gnidorah
c67d3f1a87 openxray: make it work again after #72199 2019-11-24 16:10:28 +01:00
worldofpeace
0f00c2aee2 chessx: use qt5's mkDerivation and latest qt
Fixes #74020

https://github.com/NixOS/nixpkgs/issues/65399
2019-11-24 06:29:47 -05:00
Frederik Rietdijk
1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
edef
0e76e6bee8 steam: refer to unaliased gtk3 and gdk-pixbuf 2019-11-23 03:53:39 +00:00
Michael Raskin
1ca8255fb2 construo: fix build 2019-11-22 17:41:47 +01:00
Michael Raskin
329ca619f8 extremetuxracer: fix build 2019-11-22 17:41:46 +01:00