Commit Graph

3758 Commits

Author SHA1 Message Date
Pierre Bourdon 890fb4677f
chiaki: 1.2.1 -> 1.3.0
Also add a simple installCheck while at it (--version doesn't exist, so
I picked --help instead.)
2020-10-24 22:14:53 +02:00
Ryan Mulligan 4cada0cd31
Merge pull request #101395 from r-ryantm/auto-update/enyo-doom
enyo-doom: 1.06.9 -> 2.0.2
2020-10-22 12:12:54 -07:00
R. RyanTM 5f916fd691 enyo-doom: 1.06.9 -> 2.0.2 2020-10-22 16:01:24 +00:00
Doron Behar 44dd65ffca
Merge pull request #98093 from marius851000/portmod 2020-10-22 15:12:13 +03:00
gnidorah 2c6de0b9ab openxray: fix build w/glibc-2.32 2020-10-21 11:00:51 +03:00
TredwellGit 5be19908a7 minecraft: 2.1.17627 -> 2.1.17785 2020-10-20 18:22:13 +00:00
Peter Hoeg b65f1a4862 vkquake: fix the build 2020-10-20 23:17:16 +08:00
Eduardo Quiros 2a4023f746
legendary-gl: 0.0.14 -> 0.20.1 2020-10-18 23:10:02 -06:00
marius david aa442d0660 portmod: init at 2.0_beta9 2020-10-18 11:10:46 +02:00
marius david 27c87b0fa8 tr-patcher: init at 1.0.5 2020-10-18 11:10:39 +02:00
marius david e71198d9f0 tes3cmd: init at 0.40-pre-release-2 2020-10-18 10:31:11 +02:00
Philippe Hürlimann c6218f2172 trigger: apply review suggestions 2020-10-17 08:43:35 -07:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
oxalica f31eb8731a
osu-lazer: 2020.925.0 -> 2020.1017.0 2020-10-17 02:26:46 +08:00
Philippe Hürlimann f85e2e1eeb trigger: 0.6.6 -> 0.6.6.1
fix linker flag for trigger
added tinyxml-2 as dependency as it's not shipped anymore
improved description
2020-10-14 00:42:35 +02:00
Erik Oosting 90321a7bb3
ut2004demo: fix src URL (#100424)
vlaai.snt.utwente.nl does not exist anymore and has been replaced by
ftp.snt.utwente.nl. Actually it has been this way for quite a while...
2020-10-13 12:11:28 -04:00
Daniel Fullmer b3de09bc52
steam: fix typo in LD_LIBRARY_PATH (#97818) 2020-09-11 23:19:31 -04:00
Lassulus 5cd42271a3
Merge pull request #97452 from Lassulus/zandronum-fix
zandronum: use new hg url
2020-09-10 22:57:00 +02:00
Lassulus ee16664c28
Merge pull request #66641 from 0x4A6F/master-wyvern
wyvern: init at 1.4.1
2020-09-10 22:40:02 +02:00
0x4A6F 2e69b42a81
wyvern: init at 1.4.1 2020-09-10 19:27:00 +00:00
marius david 43d9d1d7d8 instead: 3.3.1 -> 3.3.2; fix compilation 2020-09-09 10:36:06 -07:00
lassulus e9c4e3ffb4 zandronum: use new hg url 2020-09-08 16:26:41 +02:00
Renato Alves 068400bdfc
tdm: 2.07 -> 2.08 2020-09-06 20:31:59 +02:00
Ryan Mulligan b25c6a293e
Merge pull request #97224 from r-ryantm/auto-update/osu-lazer
osu-lazer: 2020.820.0 -> 2020.903.0
2020-09-05 13:03:27 -07:00
Ryan Mulligan e782f6151d
Merge pull request #97096 from r-ryantm/auto-update/cockatrice
cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5
2020-09-05 13:00:54 -07:00
R. RyanTM 0555dc1c23 shattered-pixel-dungeon: 0.8.2b -> 0.8.2d 2020-09-05 18:03:57 +00:00
R. RyanTM 2e91a108d0 osu-lazer: 2020.820.0 -> 2020.903.0 2020-09-05 13:08:02 +00:00
Jan Tojnar 5079e1cd3b
Merge pull request #96939 from jtojnar/drop-gst-010 2020-09-04 17:13:43 +02:00
R. RyanTM c534410847 cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5 2020-09-04 08:59:50 +00:00
Timo Kaufmann 8003bb3cda hedgewars: enable build on hydra
Was disabled when the package was marked as broken in
c333861954. It has since been un-broken,
but the hydraPlatforms exception was left presumably by mistake.
2020-09-04 10:53:46 +02:00
Timo Kaufmann baf51e4600 hedgewars: fix build on aarch64
Possible now that fpc works on aarch64. For some reason hedgewars
requires llvm when building on that platform.
2020-09-03 18:44:40 +02:00
Timo Kaufmann c25a7cd846
Merge pull request #97006 from timokau/fpc-3.2.0-aarch64
fpc: 3.0.4 -> 3.2.0, add support for aarch64-linux
2020-09-03 18:44:17 +02:00
Timo Kaufmann f928b91f34 fpc: 3.0.4 -> 3.2.0
There was no 3.1 for some reason. The old sed-based path patching was
broken and resulted in syntax errors since it was a bit over-eager.
Instead of fixing it, I decided to replace it with a patch file which is
easier to inspect and will fail in a more obvious way next time.

The patch is now applied unconditionally, since it actually applies to
all linux platforms. The changes are localized to linux-specific code,
so it does not hurt to apply it on non-linux platforms as well.

Hedgewars needs a small fix to work with the new version. Done in the
same commit to avoid a broken commit.
2020-09-03 14:52:18 +02:00
Timo Kaufmann 596de92ca7 ultrastardx: unstable-2019-01-07 -> 2020.4.0
Might as well update it while I fix it up for the fpc update.
2020-09-03 14:39:11 +02:00
Janne Heß df58a632ca
left4gore: Init at 2.3 2020-09-02 22:15:08 +02:00
Jan Tojnar 5a1a7d3dcc
steam-run: remove ancient gstreamer dependency
It is insecure and broken.

Follow https://github.com/NixOS/nixpkgs/pull/93398
2020-09-02 02:23:54 +02:00
R. RyanTM 1f79f65521 vassal: 3.2.17 -> 3.3.2 2020-08-31 16:53:23 +02:00
Peter Hoeg 250735e07e
Merge pull request #96650 from peterhoeg/u/gemrb_0_8_7
gemrb: 0.8.6 -> 0.8.7
2020-08-30 12:12:45 +08:00
Peter Hoeg bf03e96426 gemrb: 0.8.6 -> 0.8.7 2020-08-30 11:45:31 +08:00
Frederik Rietdijk 7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
Michele Guerini Rocco a8b95d8b00
Merge pull request #96384 from OmnipotentEntity/katago-1.6.1
katago: 1.6.0 -> 1.6.1
2020-08-28 23:45:34 +02:00
Michael Reilly 12c0b4ac58 katago: 1.6.0 -> 1.6.1 2020-08-28 13:48:49 -04:00
Lassulus ee80c91555
Merge pull request #89364 from patrl/update-exult
exult: 1.4.9rc1 -> 1.6
2020-08-28 11:32:59 +02:00
Patrick Elliott c8ef002830
Update to 1.6
remove patch

Use variable

removed date signature
2020-08-27 17:30:23 -04:00
Frederik Rietdijk 13d93aabfb Merge staging-next into staging 2020-08-27 08:37:03 +02:00
davidak a1301886c1
klavaro: add link to changelog
this makes review easier
2020-08-26 15:37:04 +02:00
R. RyanTM 8c5443be51 klavaro: 3.10 -> 3.11 2020-08-26 06:50:00 +00:00
Daniël de Kok ee40d9e480
Merge pull request #96277 from danieldk/papermc-cleanup
papermc: cleanup
2020-08-26 06:52:21 +02:00
Lassulus 8396051289
Merge pull request #79024 from helsinki-systems/xcowsay-init
xcowsay: Init at 1.5
2020-08-26 00:03:40 +02:00
Michele Guerini Rocco 8c48e5007e
Merge pull request #96121 from OmnipotentEntity/katago-1.6.0
katago: 1.5.0 -> 1.6.0
2020-08-25 23:24:35 +02:00
Janne Heß 3acc2a638a
xcowsay: Init at 1.4 2020-08-25 22:08:39 +02:00
Daniël de Kok 4bb0728760 papermc: cleanup
- Use Nix store path for the shebang to make this work on systems
  without /bin/sh.
- Replace phases by dont*.
- Install jar file to $out/share/papermc rather than $out.
- License gpl3 -> gpl3Only (couldn't find any evidence that this is
  gpl3Plus).
2020-08-25 14:46:24 +02:00
TheUserCreated 7dd3f3d191
papermc: 1.15.2r161 -> 1.16.2r141 2020-08-25 14:24:52 +02:00
Ryan Mulligan e8957d8736
Merge pull request #96133 from r-ryantm/auto-update/osu-lazer
osu-lazer: 2020.806.0 -> 2020.820.0
2020-08-24 16:45:49 -07:00
Michael Reilly 9d7a579b2e katago: 1.5.0 -> 1.6.0 2020-08-24 08:32:32 -04:00
Jörg Thalheim f80d61718c
Merge pull request #96146 from r-ryantm/auto-update/shattered-pixel-dungeon
shattered-pixel-dungeon: 0.8.2 -> 0.8.2b
2020-08-24 12:07:07 +01:00
R. RyanTM 8f14eaa49a shattered-pixel-dungeon: 0.8.2 -> 0.8.2b 2020-08-24 07:42:05 +00:00
R. RyanTM 4702f5eb8a osu-lazer: 2020.806.0 -> 2020.820.0 2020-08-24 02:31:23 +00:00
Lassulus 940549c596
Merge pull request #86982 from rardiol/tome4
tome4: fix typo in .desktop file
2020-08-23 13:24:12 +02:00
Silvan Mosberger c6fb81d900
Merge pull request #95993 from Avaq/avaq/minecraft-server
minecraft-server: 1.16.1 -> 1.16.2
2020-08-22 20:13:04 +02:00
Lassulus f2e290e9e9
Merge pull request #88821 from IvarWithoutBones/sm64
sm64ex: init at unstable-2020-06-19
2020-08-22 18:08:52 +02:00
Lassulus 2710fed815
Merge pull request #89142 from wchresta/legendary-gl
legendary-gl: init at 0.0.14
2020-08-22 17:01:58 +02:00
Aldwin Vlasblom 362a5bfcc2
minecraft-server: 1.16.1 -> 1.16.2 2020-08-22 15:58:57 +02:00
Lassulus 7c4c199cb0
Merge pull request #89614 from r-ryantm/auto-update/hyperrogue
hyperrogue: 11.3l -> 11.3o
2020-08-22 14:59:03 +02:00
Lassulus 1a6f2e6653
Merge pull request #90215 from catern/crawl
crawl: 0.24.1 -> 0.25.0
2020-08-22 13:21:06 +02:00
Cole Helbling e2b09f42ba dwarf-fortress: TWBT: use fork for dfhack 0.47.04 support
The original mifki TWBT hasn't been updated since April 2019, while
thurin's fork has added support for dfhack 0.47.04-r2. Thus, switch to
thurin's fork when Dwarf Fortress 0.47.04 is used (and ever-so-slightly
special case the url attribute).
2020-08-21 14:45:53 -07:00
Cole Helbling 50bf68669a dfhack: fix ruby plugin
dfhack expects an unversioned libruby.so to be present in the hack
subdirectory for ruby plugins to function. The glob is necessary,
because the ruby package's library names are formatted as
ruby-${version}.so for whatever reason. The glob makes it possible for
ruby to update without manual intervention being needed here.
2020-08-21 14:45:53 -07:00
Cole Helbling 5db4a65384 dfhack: 0.47.04-alpha0 -> 0.47.04-r2
As of
56e43a0dde,
dfhack gets its goodies from the directory above the Dwarf_Fortress
executable, which leads to stock Dwarf Fortress and not the built
environment where all the dfhack resources are symlinked to (typically
~/.local/share/df_linux). This causes errors like `tweak is not a
recognized command` to be reported and dfhack to lose some of its
functionality.
2020-08-21 14:45:53 -07:00
Simon Bruder 8d45118da7 osu-lazer: add unfreeRedistributable license
The unfree BASS library is a dependency of the osu framework, which
includes the shared library in its repository. The library for the
system runtime is included in the build output.
2020-08-20 09:12:34 +00:00
Jörg Thalheim bd0e645f02
Merge pull request #94442 from Atemu/buildFHSUserEnvBw 2020-08-19 17:28:02 +01:00
Frederik Rietdijk fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
Sarah Brofeldt c5815280e9
Merge pull request #94134 from dtzWill/update/steamrt-0.20200720.0
steam-runtime: 0.20200604.0 -> 0.20200720.0
2020-08-18 07:03:37 +02:00
Philipp Riegger 162864341d factorio: update all x86_64 versions to 1.0.0 2020-08-17 18:48:57 -07:00
zowoq 0052523a18 maintainers: 1000101 -> _1000101 2020-08-18 07:59:48 +10:00
zowoq 7d9c49f8e6 maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
Atemu b7c09b50ff steam: use buildFHSUserEnvBubblewrap
Fixes #92798
2020-08-17 08:49:39 +02:00
Alvar Penning 4789d6feaf openrct2: 0.2.6 -> 0.3.0 2020-08-15 19:41:21 -07:00
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Martin Weinelt 096a73fd32 factorio: fix headless build 2020-08-14 10:22:29 -07:00
Peter Simons 937049a03c arena: update to version 3.10 (beta release) 2020-08-14 15:44:24 +02:00
Jan Tojnar d27f04e59a
Merge pull request #94018 from r-ryantm/auto-update/gthree
gthree: 0.2.0 -> 0.9.0
2020-08-11 23:35:50 +02:00
Jan Tojnar 01ce25515e
gnome-hexgl: 0.2.0 → unstable-2020-07-24
0.2.0 does not build against gthree 0.9.0
2020-08-11 23:20:28 +02:00
Stefan Frijters adb03222bf
openttd: 1.10.2 -> 1.10.3 2020-08-11 18:24:05 +02:00
Francesco Gazzetta 6cfda0e92c shattered-pixel-dungeon: add nixos test 2020-08-09 15:34:30 -07:00
Francesco Gazzetta 86a347d816 shattered-pixel-dungeon: 0.8.1a -> 0.8.2 2020-08-09 15:34:30 -07:00
Maximilian Bosch be9676bda1
EmptyEpsilon: 2020-04-09 -> 2020-08-07
https://github.com/daid/EmptyEpsilon/releases/tag/EE-2020.08.07
2020-08-08 23:43:42 +02:00
Jonathan Ringer 7a18043f65 steam: chroot: export STEAM_LD_LIBRARY_PATH 2020-08-08 13:27:55 -07:00
Ben Siraphob f20d864c9f the-powder-toy: 94.1 -> 95.0 2020-08-08 07:57:13 +07:00
notgne2 8af72d5530 osu-lazer: osu-lazer: 2020.801.0 -> 2020.806.0 2020-08-07 10:20:20 -07:00
R. RyanTM 3a49eaa77c mnemosyne: 2.7.1 -> 2.7.2 2020-08-07 00:37:55 -07:00
Martin Weinelt 6dbeed2d1d
factorio: add .desktop file 2020-08-07 01:05:30 +02:00
Sarah Brofeldt fd8e61109a
Merge pull request #94463 from ddelabru/add-sfrotz
sfrotz: init at 2.52
2020-08-06 22:01:27 +02:00
Dominic Delabruere 677125876e frotz: 2.44 -> 2.52
As a bonus, this new derivation also adds unicode support, which the current nixpkgs build lacks.
2020-08-06 15:23:15 -04:00
Dominic Delabruere 5efc22d2b9 sfrotz: init at 2.52
sfrotz is an SDL interface version of frotz, the Z-machine interpreter which plays both Infocom games and newer games targeting the Z-machine. Unlike the curses interface version of Frotz, SDL Frotz can handle the graphics in Z-machine version 6 games.
2020-08-06 15:13:07 -04:00
gnidorah de0caa8e89 openjk: 2019-11-29 -> 2020-07-03 2020-08-06 09:46:00 +03:00
gnidorah b41f79fe84 openxray: 558 -> 730 2020-08-06 08:58:45 +03:00
R. RyanTM c611764853 osu-lazer: 2020.725.0 -> 2020.801.0 2020-08-05 19:46:39 -07:00
Michele Guerini Rocco 85a6aa1131
Merge pull request #94612 from OmnipotentEntity/master
katago: 1.4.4 -> 1.5.0
2020-08-04 09:15:29 +02:00
Michael Reilly 7652a8e3d5 katago: 1.4.4 -> 1.5.0 2020-08-03 11:45:58 -04:00
R. RyanTM 03812ea806 shattered-pixel-dungeon: 0.8.1 -> 0.8.1a 2020-07-31 09:28:41 +00:00