Commit graph

5962 commits

Author SHA1 Message Date
Mario Rodas decc63096f
Merge pull request #178762 from greizgh/update-freeciv
freeciv: 3.0.1 -> 3.0.2
2022-06-24 00:27:09 -05:00
github-actions[bot] 5b9ee17283
Merge master into staging-next 2022-06-24 00:02:29 +00:00
Thiago Kenji Okada e6213e3f47
Merge pull request #174759 from IvarWithoutBones/init/sm64-coop
sm64ex-coop: init at 0.pre+date=2022-05-14
2022-06-23 21:01:56 +01:00
Greizgh 614ad1c1c0
freeciv: 3.0.1 -> 3.0.2 2022-06-23 18:35:25 +02:00
Mario Rodas bf550798ca
Merge pull request #177586 from OPNA2608/fix/srb2_openmpt123_libopenmpt
srb2: openmpt123 -> libopenmpt
2022-06-22 22:13:00 -05:00
Martino Fontana b3080101af itch-setup: remove 2022-06-22 14:58:28 +02:00
Martino Fontana deabb657a2 itch: install binary in system 2022-06-22 14:58:28 +02:00
Martino Fontana e9b39ae01c butler: init at 15.21.0 2022-06-22 14:58:24 +02:00
necessarily-equal 588c4f214e
unvanquished: fix sdl event overflow (#178106)
Fixes https://github.com/DaemonEngine/Daemon/issues/600
2022-06-22 00:29:21 +02:00
Yannik Rödel 2c13f8ea93 graphwar: init at 1.0.0 2022-06-21 14:00:07 +02:00
Francesco Gazzetta 59c158c8fd pokete: 0.7.2 -> 0.7.3 2022-06-21 10:50:05 +02:00
Francesco Gazzetta 0b7337095a gnonograms: 2.0.0 -> 2.1.2 2022-06-20 22:17:55 +02:00
Ivv 71003947fc
Merge pull request #177991 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.300 -> 6.0.301
2022-06-20 19:56:52 +02:00
Johannes Maier c6f4366305 infra-arcana: init at 21.0.1 2022-06-20 16:19:00 +02:00
Lassulus 2ce24f1a5d
Merge pull request #169843 from r-ryantm/auto-update/gcompris
gcompris: 2.3 -> 2.4
2022-06-20 11:36:13 +02:00
Sandro 3d6a6aa989
Merge pull request #158044 from pasqui23/gamehub
gamehub: init at 0.16.3-2
2022-06-19 11:52:01 +02:00
Sandro d11a703d95
Merge pull request #177894 from fgaz/pokete/init 2022-06-19 11:51:52 +02:00
Sandro 42ff489d53
pokete: drop default platform 2022-06-19 11:30:48 +02:00
Sandro 753b852859
Merge pull request #173894 from fgaz/titanion/init
titanion: init at 0.3
2022-06-18 23:01:32 +02:00
Francesco Gazzetta 11c5f73828 pokete: init at 0.7.2 2022-06-18 21:47:41 +02:00
pasqui23 e4c6c49cf7
GameHub: better description from @AnsersonTorres
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2022-06-18 14:47:36 +00:00
Bobby Rong 1ab639dee6
Merge pull request #177457 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.15 -> 0.9.16
2022-06-18 22:37:08 +08:00
Johannes Maier acf302428e umoria: refactor and extend
- Simplify some symlinking
- Don't remove the temporary run directory: umoria allows for dumping
  character info, which would be in there and inaccessible after
  saving the game otherwise.  The system takes care of cleaning up
  the temporary directory anyway.
- Allow passing arguments to the wrapped executable, allowing using
  different save directories, passing game seeds, checking out
  highscores, etc.
2022-06-18 14:22:24 +02:00
Johannes Maier bfc755d4d0 umoria: fix savegame handling
It was impossible to continue a saved character before, as the
`cleanup` function would remove the whole temporary RUNDIR, including
the actual save file.

umoria allows passing a custom save file location, which now points to
the already-used data directory ~/.umoria.

Fixes #178136
2022-06-18 14:22:24 +02:00
OPNA2608 643104fece srb2: openmpt123 -> libopenmpt 2022-06-18 11:23:42 +02:00
Pasquale 207a128a69
GameHub: init at 0.16.3-2
a
2022-06-18 11:23:08 +02:00
Anderson Torres 9877c29734
Merge pull request #169120 from aciceri/master
umoria: init at 5.7.15
2022-06-17 18:25:17 -03:00
Sergei Trofimovich 0e2797784d
Merge pull request #176938 from trofi/fix-fno-common-for-megaglest
megaglest: pull upstream fix for -fno-common toolchains
2022-06-17 20:44:56 +00:00
Sandro daa987e393
Merge pull request #177089 from trofi/workaround-fno-common-for-garden-of-coloured-lights
garden-of-coloured-lights: add -fcommon workaround
2022-06-17 22:11:21 +02:00
mdarocha bcd447ed3c xivlauncher: update dependencies 2022-06-17 10:12:44 +02:00
mdarocha a75522db45 osu-lazer: update dependencies 2022-06-17 10:12:43 +02:00
Robert Scott 3cd98829ee
Merge pull request #177212 from risicle/ris-native-source-provenance-games-misc
treewide/games,misc: add `sourceType` `binaryNativeCode` for many packages
2022-06-16 20:54:20 +01:00
Johannes Maier 44feda004b sil-q: add a test
Check whether creating the save directory works (as a test in
passthru.tests).
2022-06-15 23:37:26 +02:00
Johannes Maier 3876d53242 sil: clean up a bit and add a test
- Add meta.mainProgram to be able to use nix run
- Run preInstall and postInstall hooks
- Test creation of the save directory in passthru.tests
- Fix some typos and misformatting
- Change prePatch to postPatch (as in the suggestion I got when adding
  sil-q)
2022-06-15 23:37:26 +02:00
Rick van Schijndel a2af67230b
Merge pull request #177222 from cmm/freeciv-3.0.1
freeciv: 2.6.6 -> 3.0.1
2022-06-15 20:31:46 +02:00
Sandro f600a0dfd8
Merge pull request #177331 from kenranunderscore/add-sil-q 2022-06-15 01:32:21 +02:00
Michael Livshin 9ae248d5ba freeciv: 2.6.6 -> 3.0.1
* change the default client to gtk (because sdl2 is marked experimental)

* use sdl2 sound in all clients
2022-06-14 09:16:06 +03:00
Mario Rodas 54c558e455
Merge pull request #177433 from muscaln/polymc-1.3.2
polymc: 1.3.1 -> 1.3.2
2022-06-14 00:05:49 -05:00
Sergei Trofimovich ddc5ceb929
Merge pull request #177094 from trofi/fix-fno-common-for-neverball
neverball: pull upstream fix for -fno-common toolchains
2022-06-13 21:59:55 +00:00
Johannes Maier 312078319c sil-q: init at v1.5.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-13 23:07:36 +02:00
Sergei Trofimovich 3c1e24d599
Merge pull request #177095 from trofi/fix-fno-common-for-rocksndiamonds
rocksndiamonds: pull upstream fix for -fno-common toolchains
2022-06-13 16:59:14 +00:00
R. Ryantm 53726902c8 fheroes2: 0.9.15 -> 0.9.16 2022-06-13 02:32:55 +00:00
Mustafa Çalışkan 68c360c518 polymc: 1.3.1 -> 1.3.2 2022-06-12 22:49:54 +03:00
Linus Heckemann 6036dcbdb9
Merge pull request #176774 from robintown/minecraft-server
minecraft-server: 1.18.2 -> 1.19
2022-06-11 16:23:24 +02:00
Johannes Maier 5e8d7cb756 angband: add SDL2 frontend
This makes it possible to compile Angband against SDL2 (and its other
libraries) to have a graphical frontend available, with tiles and
sound.  The default remains ASCII-only Angband; enable SDL2 by using
an override.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-11 10:46:54 +02:00
7c6f434c c0d782e7b7
Merge pull request #177114 from astro/speed-dreams
speed-dreams: 2.2.2 -> 2.2.3
2022-06-11 07:17:59 +00:00
Artturi b03082ac79
Merge pull request #176384 from helium18/master
grapejuice: 4.10.2 -> 5.1.1
2022-06-11 01:45:23 +03:00
Robert Scott 9fc90429c3 treewide/games,misc: add sourceType binaryNativeCode for many packages 2022-06-10 21:12:22 +01:00
AndersonTorres 3f953478be unvanquished: use SRI hash format 2022-06-09 23:33:55 -03:00
AndersonTorres 2275593fe8 openttd/nml.nix: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres 3b224dccc3 zoom: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres ce51fe80f8 zdoom: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres 95390a3e13 zandronum/sqlite.nix: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres 494ef5a68c vectoroids: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres 5b6c9db810 performous: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres 8e41788cba leela-zero: use SRI hash format 2022-06-09 23:33:54 -03:00
AndersonTorres d2ebaafd90 koules: use SRI hash format 2022-06-09 23:33:53 -03:00
AndersonTorres e28fc76d2c julius: use SRI hash format 2022-06-09 23:33:53 -03:00
AndersonTorres 0036078a21 gshogi: use SRI hash format 2022-06-09 23:33:53 -03:00
AndersonTorres 1404529e1d fairymax: use SRI hash format 2022-06-09 23:33:53 -03:00
AndersonTorres 233e380f3b tworld2: use SRI hash format 2022-06-09 23:16:59 -03:00
AndersonTorres 2922710cb5 otto-matic: use SRI hash format 2022-06-09 23:16:59 -03:00
AndersonTorres 8f3e98cf28 bugdom: use SRI hash format 2022-06-09 23:16:58 -03:00
Astro 90f443a17b speed-dreams: 2.2.2 -> 2.2.3 2022-06-10 03:23:27 +02:00
Sergei Trofimovich ce5eca92f1 rocksndiamonds: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: libgame/libgame.a(system.o):src/libgame/system.c:41: multiple definition of
      `setup'; main.o:src/main.c:140: first defined here
2022-06-09 22:42:15 +01:00
Sergei Trofimovich 1ee09a25e8 neverball: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: ball/st_save.o:(.bss+0x0): multiple definition of
      `text_input'; share/text.o:(.bss+0x0): first defined here
2022-06-09 22:22:21 +01:00
Sergei Trofimovich 8fc1c4255f garden-of-coloured-lights: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: main.o:src/main.c:58: multiple definition of
      `eclass'; eclass.o:src/eclass.c:21: first defined here
2022-06-09 22:00:49 +01:00
Sergei Trofimovich 27d3d3bb04 megaglest: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: liblibmegaglest.a(ftpLib.c.o):(.bss+0x28): multiple definition of
      `VERBOSE_MODE_ENABLED'; liblibmegaglest.a(miniftpserver.cpp.o):(.bss+0x30): first defined here
2022-06-08 19:47:41 +01:00
Pascal Wittmann 48195904d5
Merge pull request #176001 from NixOS/update-and-fix-stuntrally
stuntrally: 2.6.1 -> 2.6.2
2022-06-08 10:35:21 +02:00
Pascal Wittmann 788a347a17 stuntrally: 2.6.1 -> 2.6.2
This update also fixes the build problems
reported in #175646.
2022-06-08 10:12:26 +02:00
Sandro 1c0456d56a
Merge pull request #176587 from trofi/workaround-fno-common-for-gargoyle 2022-06-08 00:11:08 +02:00
Sergei Trofimovich f1fd44e283
Merge pull request #176590 from trofi/workaround-fno-common-for-macopix
macopix: add -fcommon workaround
2022-06-07 21:09:46 +00:00
Robin Townsend 329b885e1e minecraft-server: 1.18.2 -> 1.19 2022-06-07 13:34:03 -04:00
helium18 8974c1ced3 grapejuice: 4.10.2 -> 5.1.1
Co-authored-by: Artturi <Artturin@artturin.com>
2022-06-07 16:34:00 +05:30
Rick van Schijndel 3037752d1d
Merge pull request #175961 from helsinki-systems/rem/broken
remove some packages marked broken for over 1.5 years
2022-06-06 20:44:39 +02:00
Sergei Trofimovich aa080353cf macopix: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: dnd.o:src/main.h:136: multiple definition of
      `MENU_EXT'; main.o:src/main.h:136: first defined here
2022-06-06 18:56:16 +01:00
Sergei Trofimovich d8b2dd91e0 gargoyle: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: build/linux.release/alan3/Location.o:(.bss+0x0): multiple definition of
      `logFile'; build/linux.release/alan3/act.o:(.bss+0x0): first defined here
2022-06-06 18:47:10 +01:00
Bobby Rong c71f5a5d04
Merge pull request #175808 from ruby0b/master
gmad: unstable-2015-04-16 -> unstable-2020-02-24
2022-06-06 20:17:19 +08:00
Sergei Trofimovich e3b9cba7cb xboard: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: evalgraph.o:(.bss+0x20): multiple definition of `ics_type'; backend.o:(.bss+0x1df910): first defined here
    ld: nevalgraph.o:(.bss+0x8): multiple definition of `currPvInfo'; backend.o:(.bss+0x1df908): first defined here
2022-06-05 15:18:59 +01:00
Robert Scott 3b445eacea treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Ryan Mulligan 30c3cc499d
Merge pull request #175892 from r-ryantm/auto-update/legendary-gl
legendary-gl: 0.20.25 -> 0.20.26
2022-06-03 10:52:33 -07:00
Sandro f34837989c
Merge pull request #176057 from trofi/workaround-fno-common-for-warsow-engine
warsow-engine: add -fcommon workaround
2022-06-03 17:03:53 +02:00
Sandro 2204f77859
Merge pull request #175431 from trofi/workaround-fno-common-for-typespeed
typespeed: add -fcommon workaround
2022-06-03 17:00:56 +02:00
Sergei Trofimovich af9d2c68b7 warsow-engine: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/wswtv_server.dir/__/unix/unix_time.c.o:(.bss+0x8): multiple definition of
      `c_pointcontents'; CMakeFiles/wswtv_server.dir/__/null/ascript_null.c.o:(.bss+0x8): first defined here
2022-06-03 07:07:25 +01:00
Sergei Trofimovich 06a8f20762 ufoai: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: r_gl.h:52: multiple definition of `qglGenBuffers';
      r_gl.h:52: first defined here
2022-06-02 23:30:02 +01:00
ajs124 7b3ca2f395 zangband: remove after being marked broken for over 18 months
It was marked in commit 3ba7d2ae01 by Edward Tjörnhammar on 2018-11-11 (commited on 2018-11-11)
2022-06-02 18:05:57 +02:00
ajs124 d93dec5b84 tremulous: remove after being marked broken for over 18 months
It was marked in commit 8a7f3c3618 by Eelco Dolstra on 2014-08-08 (commited on 2014-08-08)
2022-06-02 18:03:53 +02:00
R. Ryantm 3852104931 legendary-gl: 0.20.25 -> 0.20.26 2022-06-02 06:14:49 +00:00
Ivar Scholten c035336c8d sm64ex-coop: init at 0.pre+date=2022-05-14 2022-06-02 00:48:22 +02:00
ruby0b 196a7afb20 gmad: unstable-2015-04-16 -> unstable-2020-02-24
also updated the github owner to Facepunch
2022-06-01 21:34:27 +02:00
Bobby Rong fed9ba1b5e
Merge pull request #175223 from fsdlkj/update-taisei
taisei: 1.3.1 -> 1.3.2
2022-05-31 18:57:37 +08:00
Sergei Trofimovich 7209d1f19a
Merge pull request #175251 from trofi/workaround-fno-common-for-sil
sil: add -fcommon workaround
2022-05-31 09:22:11 +00:00
Sandro 765a6aba57
Merge pull request #174946 from milahu/qt6-wrapQtAppsHook-remove-qtwayland
qt6.wrapQtAppsHook: remove dependencies: qtbase qtwayland
2022-05-30 23:46:18 +02:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sergei Trofimovich a59257a771 typespeed: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: typespeed-typespeed.o:/build/typespeed-0.6.5/src/typespeed.h:69: multiple definition of
      `opt'; typespeed-file.o:/build/typespeed-0.6.5/src/typespeed.h:69: first defined here
2022-05-30 06:57:26 +01:00
Sandro 00d5e2afc8
Merge pull request #175353 from trofi/workaround-fno-common-for-t4kcommon
t4kcommon: add -fcommon workaround
2022-05-30 03:52:15 +02:00
Sandro b99e13ff52
Merge pull request #175364 from trofi/workaround-fno-common-for-tinyfugue
tinyfugue: add -fcommon workaround
2022-05-30 01:39:41 +02:00
Sergei Trofimovich ba16b79ddf tinyfugue: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: world.o:/build/tf-50b8/src/socket.h:24: multiple definition of
      `world_decl'; command.o:/build/tf-50b8/src/socket.h:24: first defined here
2022-05-29 22:06:51 +01:00
Sergei Trofimovich 9c70296bc7 t4kcommon: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/t4k_common.dir/t4k_throttle.c.o:(.bss+0x0): multiple definition of
      `wrapped_lines'; CMakeFiles/t4k_common.dir/t4k_audio.c.o:(.bss+0x0): first defined here
2022-05-29 21:24:28 +01:00