Commit graph

3273 commits

Author SHA1 Message Date
Jonathan Ringer 349bf18212 dwarf-fortress-packages.unfuck: add 0.47.0.1 release 2020-02-02 16:04:30 -08:00
Jonathan Ringer fc82682d3a dwarf-fortress-packages.dwarf-fortress_0_47_01: init 2020-02-02 16:04:30 -08:00
Mario Rodas 96929b3e31
Merge pull request #78818 from r-ryantm/auto-update/scid-vs-pc
scid-vs-pc: 4.20 -> 4.21
2020-02-01 04:31:50 -05:00
Evan Stoll 4b7e4e8b12 cockatrice: add evanjs to maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll 9cc8ca50e9 cockatrice: remove spencerjanssen from maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll e801159c66 cockatrice: 2017-08-31 -> 2019-08-31
- formatting
- add wrapQtAppsHook
- use fetchFromGitHub instead of fetchurl
- don't construct name manually
- add homepage to meta
- remove repositories.get from meta
- use mkDerivation instead of stdenv.mkDerivation
- add qtwebsockets dependency
2020-02-01 01:09:22 +00:00
Mario Rodas f04239caaa
Merge pull request #78884 from r-ryantm/auto-update/tintin
tintin: 2.01.92 -> 2.02.01
2020-01-31 08:38:56 -05:00
Aaron Andersen be62b78780
Merge pull request #78848 from r-ryantm/auto-update/tome4
tome4: 1.6.5 -> 1.6.6
2020-01-31 08:19:41 -05:00
Luka Blaskovic 8acbff31fb ue4: use default llvm 2020-01-30 18:35:30 -05:00
Franz Pletz 5a07f8ba2d
minetest: 5.1.0 -> 5.1.1 2020-01-30 22:35:35 +01:00
R. RyanTM 0cff355f27 tintin: 2.01.92 -> 2.02.01 2020-01-30 16:47:47 +00:00
Peter Hoeg ae1b98b96e
Merge pull request #78817 from r-ryantm/auto-update/scummvm
scummvm: 2.1.0 -> 2.1.1
2020-01-30 21:22:10 +08:00
Francesco Gazzetta 770756e74c mindustry,mindustry-server: make it possible to choose what to build
So that headless servers do not need to pull in the pulseaudio
dependency
2020-01-30 14:19:55 +01:00
R. RyanTM 862c0a8c46 tome4: 1.6.5 -> 1.6.6 2020-01-30 12:42:02 +00:00
R. RyanTM a56d715193 scid-vs-pc: 4.20 -> 4.21 2020-01-30 07:45:32 +00:00
R. RyanTM ca52355838 scummvm: 2.1.0 -> 2.1.1 2020-01-30 07:38:47 +00:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Sergey Lukjanov e328078fe0 minecraft-server: 1.14.4 -> 1.15.2 (#78514) 2020-01-28 04:00:45 -05:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Will Dietz 24f531a3ab
Merge pull request #77842 from dtzWill/feature/teeworlds-cmake-hooray
teeworlds: cmake instead of bam, oh joy! cleanup
2020-01-26 16:47:40 -06:00
Will Dietz dd763ca418 teeworlds: meta touchups, per reviewer suggestion 2020-01-26 16:45:49 -06:00
Ryan Mulligan 08fa4c6947
Merge pull request #78455 from oxalica/mc-update
minecraft-launcher: 2.1.9618 -> 2.1.11314
2020-01-26 08:13:32 -08:00
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