Commit graph

6395 commits

Author SHA1 Message Date
ajs124 b9d8109dd6
Merge pull request #190328 from necessarily-equal/unvanquished-0.53.2
unvanquished: 0.53.1 -> 0.53.2
2022-09-27 22:45:44 +02:00
github-actions[bot] 8d941befdb
Merge staging-next into staging 2022-09-27 18:04:48 +00:00
github-actions[bot] 3f66160994
Merge master into staging-next 2022-09-27 18:04:13 +00:00
Franz Pletz 4b59241771
Merge pull request #193150 from fgaz/minetest/5.6.1
minetest: 5.6.0 -> 5.6.1, cleanup, add fgaz to maintainers
2022-09-27 18:19:31 +02:00
Francesco Gazzetta 8c6f018766 minetest: update outdated broken expression 2022-09-27 11:29:49 +02:00
Francesco Gazzetta 2819931e41 minetest: add fgaz to maintainers 2022-09-27 09:47:40 +02:00
Francesco Gazzetta aee300a6b5 minetest: 5.6.0 -> 5.6.1 2022-09-27 09:47:21 +02:00
github-actions[bot] d645d61d7a
Merge staging-next into staging 2022-09-27 00:07:09 +00:00
github-actions[bot] 088eead34a
Merge master into staging-next 2022-09-27 00:06:31 +00:00
Sergei Trofimovich 30133410c9
Merge pull request #192721 from trofi/ddx-rebirth-gcc-fix
ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17
2022-09-26 21:34:06 +01:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Frederik Rietdijk 63e480ba16 Merge staging-next into staging 2022-09-26 09:31:50 +02:00
Frederik Rietdijk de57d754a0 Merge master into staging-next 2022-09-26 09:31:22 +02:00
github-actions[bot] e0bea8e017
Merge staging-next into staging 2022-09-26 00:03:58 +00:00
Martin Weinelt d2713c3294
anki: build with format other 2022-09-25 23:49:37 +02:00
Martin Weinelt 44b6c02937
Merge pull request #189799 from r-ryantm/auto-update/unciv 2022-09-25 21:41:15 +02:00
R. Ryantm 9460046dbf unciv: 4.2.6 -> 4.2.11 2022-09-25 18:50:23 +00:00
Daniel Thwaites 80bd40cd9d
zeroad: 0.0.25b -> 0.0.26 2022-09-24 23:37:48 +01:00
R. Ryantm d77812e649 quakespasm: 0.94.7 -> 0.95.0 2022-09-24 16:36:39 +08:00
Sergei Trofimovich c6b52733b8 ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17
Fixes build by switching to default compiler.
While at it moved over to SDL2.
2022-09-24 08:39:33 +01:00
superherointj 19a4cf250e
Merge pull request #192635 from mweinelt/openra-python3
openra: use python3
2022-09-23 16:59:04 -03:00
Heinz Deinhart eb1d06ea70 ddnet: 16.3.2 -> 16.4 2022-09-23 20:31:30 +02:00
ckie 85de8ecb48
Merge pull request #190682 from cpu/cpu-init-ldmud-3.6.6
ldmud: init at 3.6.6
2022-09-23 19:03:25 +03:00
Martin Weinelt 47f3427ce4
openra: use python3 2022-09-23 17:35:09 +02:00
R. Ryantm 0ef51b4a15 augustus: 3.1.0 -> 3.2.0 2022-09-23 09:29:14 +00:00
Graham Christensen 1379da1098
Merge pull request #192447 from DeterminateSystems/drop-l
treewide: drop -l$NIX_BUILD_CORES
2022-09-22 19:06:21 -04:00
Daniel McCarney 0650000314 ldmud: init at 3.6.6
LDMud is a game engine for text based multi-user dungeon games (MUDs),
in the "LP" heritage. In essence it is a virtual machine that allows
developers to implement MUD games ("mudlibs" in LD parlance) using the
LPC programming language.

In the project's own words:
> This is 'LDMud', a gamedriver for LPMuds. (LPC compiler, interpreter
> and runtime environment.)
>
> LDMud started as a project to clean up and modernize Amylaar's LPMud
> gamedriver. Primary goals are full documentation, a commented source
> body and out-of-the-box support for the major mudlibs, of which the
> commented source body has been pretty much completed. During the course
> of work a lot of bug fixes and improvements found their way into the
> driver - much more than originally expected, and definitely enough to
> make LDMud a driver in its own right.

For nixpkgs the new LDMud addition is largely a standard derivation for
an autoreconf/automake based project. Some small tweaks are required to
get everything lined up between the Nix environment and the LDMud build
system.

The new LDMud derivation is placed in `pkgs/games/ldmud/` alongside
other MUD-related projects in the games category (e.g. `mudlet`,
`blightmud`).

LD offers a variety of optional features, some of which require heavier
dependencies (e.g. MySQL/Postgres client libraries). To support both
a minimal default build equal to what one gets using the upstream build
with no customization, and to also support a more useful fully featured
build, the LDMud derivation is added to `all-packages.nix` twice:

1. the `ldmud` attribute builds the minimal default configuration (just
   the optional gcrypt and pcre options enabled, matching upstream).
2. the `ldmud-full` attribute builds LDMud with all of the optional
   features enabled (database support, Python support, TLS support,
   etc).
2022-09-22 17:58:18 -04:00
Graham Christensen c2b898da76 treewide: drop -l$NIX_BUILD_CORES
Passing `-l$NIX_BUILD_CORES` improperly limits the overall system load.

For a build machine which is configured to run `$B` builds where each
build gets `total cores / B` cores (`$C`), passing `-l $C` to make will
improperly limit the load to `$C` instead of `$B * $C`.

This effect becomes quite pronounced on machines with 80 cores, with
40 simultaneous builds and a cores limit of 2. On a machine with this
configuration, Nix will run 40 builds and make will limit the overall
system load to approximately 2. A build machine with this many cores
can happily run with a load approaching 80.

A non-solution is to oversubscribe the machine, by picking a larger
`$C`. However, there is no way to divide the number of cores in a way
which fairly subdivides the available cores when `$B` is greater than
1.

There has been exploration of passing a jobserver in to the sandbox,
or sharing a jobserver between all the builds. This is one option, but
relatively complicated and only supports make. Lots of other software
uses its own implementation of `-j` and doesn't support either `-l` or
the Make jobserver.

For the case of an interactive user machine, the user should limit
overall system load using `$B`, `$C`, and optionally systemd's
cpu/network/io limiting features.

Making this change should significantly improve the utilization of our
build farm, and improve the throughput of Hydra.
2022-09-22 16:01:23 -04:00
Vladimír Čunát e9a9c34f4b
Merge branch 'staging-next' into staging 2022-09-22 19:08:09 +02:00
7c6f434c bae7d80662
Merge pull request #191177 from tomfitzhenry/sgtpeppers
sgtpuzzles: 20220802 -> 20220913
2022-09-22 10:47:43 +00:00
Sandro 4d00af1bd1
Merge pull request #192095 from nagy/supertux-main 2022-09-22 11:12:43 +02:00
Tom Fitzhenry ee495c933a sgtpuzzles: 20220802 -> 20220913 2022-09-22 10:33:35 +10:00
github-actions[bot] 2773f22a43
Merge staging-next into staging 2022-09-21 18:02:00 +00:00
Sandro fe374a142a
Merge pull request #191779 from trofi/SDL2_mixer-add-dev 2022-09-21 11:18:29 +02:00
Sergei Trofimovich 5f257ad2b2
Merge pull request #191782 from trofi/opusfile-add-dev
opusfile: add "dev" output
2022-09-21 09:13:21 +01:00
Sergei Trofimovich 83b01dd4ec SDL2_mixer: add "dev" output
`SDL2_mixer` is a a popular game dependency. Split it's `dev` output to
separate store path to reduce runtime closure size.

While at it amend a few games's include paths.
2022-09-21 07:36:32 +01:00
github-actions[bot] 31b235f73b
Merge master into haskell-updates 2022-09-21 00:18:17 +00:00
maralorn e678b769bc hedgewars: disable on darwin 2022-09-21 00:48:00 +02:00
Daniel Nagy 357e6335ed
superTux: set meta.mainProgram
also use https for homepage
2022-09-20 17:38:02 +02:00
Jonas Heinrich 5af7a11791
Merge pull request #191516 from r-ryantm/auto-update/hyperrogue
hyperrogue: 12.0u -> 12.1a
2022-09-20 14:02:07 +02:00
Sandro d7026008c4
Merge pull request #191810 from trofi/freedroifrpg-leaner-closure 2022-09-20 12:07:54 +02:00
Sergei Trofimovich 02ba9a3d60 freedroidrpg: remove build-time flags embedding into binary
Noticed extra -dev dependencies in the runtime closure.

Before the change:

    $ nix path-info -rsSh $(nix-build -A freedroidrpg) | nl | tail -n1 | unnix
    158  /<<NIX>>/freedroidrpg-0.16.1 228.2M  808.1M

After the change:

    $ nix path-info -rsSh $(nix-build -A freedroidrpg) | nl | tail -n1 | unnix
    141  /<<NIX>>/freedroidrpg-0.16.1 228.2M  450.7M
2022-09-19 18:02:42 +01:00
Jonas Heinrich 097c771cc3
Merge pull request #191527 from r-ryantm/auto-update/pokete
pokete: 0.8.2 -> 0.9.0
2022-09-19 15:19:36 +02:00
Christian Kögler 56d93547f0
Merge pull request #189833 from atemp/emp_ddnet_16.3
ddnet: 16.3.1 -> 16.3.2
2022-09-18 16:23:03 +02:00
Christian Kögler 3682990157
Merge pull request #190042 from jtrees/add-everspace-desktop-file
everspace: add desktop file
2022-09-18 15:56:43 +02:00
R. Ryantm 0502d6ef51 hyperrogue: 12.0u -> 12.1a 2022-09-18 12:32:24 +00:00
Bobby Rong 0ca02e3f3b
Merge pull request #191096 from raphaelr/cataclysm-dda-fix-build
cataclysm-dda: fix build
2022-09-18 19:58:16 +08:00
Sergei Trofimovich 40368cccd2 opusfile: add "dev" output
`opusfile` is a a popular game dependency via `SDL2_mixer`. Split it's
`dev` output to separate store path to reduce runtime closure size.

While at it amend games's include paths.
2022-09-18 12:02:24 +01:00
Christian Kögler e5e4c3cb0a
Merge pull request #191600 from peterhoeg/u/sdl_compat
SDL_compat: 1.2.52 -> 1.2.56
2022-09-18 11:45:35 +02:00
R. Ryantm 3fda0f64a9 legendary-gl: 0.20.28 -> 0.20.29 2022-09-17 17:21:30 +08:00
Peter Hoeg 2472a4484e openxcom: fix missing dependency 2022-09-17 11:20:55 +08:00
Sergei Trofimovich bd1afa8a6d
Merge pull request #189729 from azahi/vcmi
vcmi: init at 1.0.0
2022-09-16 21:38:36 +01:00
R. Ryantm 76ffba2883 pokete: 0.8.2 -> 0.9.0 2022-09-16 16:42:39 +00:00
Jakob Leifhelm e915f50626
factorio: 1.1.65 -> 1.1.69 2022-09-16 18:40:36 +02:00
Azat Bahawi 02646c661e
vcmi: init at 1.0.0 2022-09-15 22:08:34 +03:00
Raphael Robatsch 69c8907545 cataclysm-dda: fix build 2022-09-13 19:55:22 +02:00
Franz Pletz 474faf3a39
Merge pull request #190983 from McSinyx/hedgewars-rolling 2022-09-13 18:24:06 +02:00
Jonas Heinrich 967417d810
Merge pull request #190937 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.18 -> 0.9.19
2022-09-13 09:25:23 +02:00
Johannes Maier 9c1bc56fdd angband: add kenran to maintainers 2022-09-13 08:49:21 +02:00
Nguyễn Gia Phong 0db05edd09
hedgewars: 1.0.0 -> 1.0.2 2022-09-13 13:32:22 +09:00
Heinz Deinhart f906897d4b
ddnet: 16.3.1 -> 16.3.2 2022-09-12 23:22:05 +02:00
R. Ryantm 1688921199 fheroes2: 0.9.18 -> 0.9.19 2022-09-12 14:36:12 +00:00
Vladimír Čunát b1d87c0318
Merge #190667: treewide: pin failing packages to openssl_1_1
...into staging-next
2022-09-12 07:38:41 +02:00
Ivv 44ef157f55
Merge pull request #187359 from IvarWithoutBones/dotnetmodule-updatescripts
treewide: migrate buildDotnetModule update scripts to use fetch-deps
2022-09-11 21:40:06 +02:00
Domen Kožar 2fa6e5253e
Merge pull request #185573 from mikroskeem/fix-quakespasm-darwin
quakespasm: fix darwin build
2022-09-11 16:59:26 +01:00
Anthony Roussel ceb1673ca7
shticker-book-unwritten: pin to openssl_1_1 2022-09-11 02:34:56 +02:00
Ivar Scholten 12b912258e
osu-lazer: migrate lockfile generation to fetch-deps 2022-09-11 01:06:34 +02:00
Sandro 1ea4b12ea9
Merge pull request #190631 from r-ryantm/auto-update/polymc 2022-09-10 20:14:21 +02:00
R. Ryantm 8231563212 polymc: 1.4.1 -> 1.4.2 2022-09-10 05:31:13 +00:00
Lassulus 19e2aba59e
Merge pull request #187713 from ThibaultLemaire/fix-gzdoom-kdialog-not-found 2022-09-09 20:50:22 +02:00
Jonas Heinrich 35d1749a8b
Merge pull request #190345 from r-ryantm/auto-update/openttd-nml
openttd-nml: 0.6.1 -> 0.7.0
2022-09-09 12:56:39 +02:00
rian aa4f7078b9
classicube: init at 1.3.2 (#189491)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-09 11:45:59 +02:00
Daniel McCarney 9d9d2f76c4 blightmud: 3.6.2 -> 4.0.0
Updates blightmud derivation to v4.0.0. See the upstream project[0] for
full release notes.

[0]: https://github.com/Blightmud/Blightmud/releases/tag/v4.0.0
2022-09-08 17:04:22 -04:00
R. Ryantm 366fc43b01 openttd-nml: 0.6.1 -> 0.7.0 2022-09-08 14:12:10 +00:00
Antoine Fontaine 478276838a unvanquished: 0.53.1 -> 0.53.2
Release notes:
https://unvanquished.net/unvanquished-0-53-2-refinements/
2022-09-08 14:42:36 +02:00
Joshua Trees 593ab7df22 everspace: add desktop file 2022-09-06 21:23:03 +02:00
Jonas Heinrich ab265225e8
Merge pull request #189962 from 0x4A6F/master-freenukum
freenukum: 0.3.5 -> 0.4.0
2022-09-06 20:22:01 +02:00
Bernardo Meurer 0d390d20a4
Merge pull request #189961 from zhaofengli/steam-controller-hotplug
steam: Disable udev-based joystick discovery for SDL2
2022-09-06 14:22:00 -03:00
0x4A6F 8173ccd23c
freenukum: 0.3.5 -> 0.4.0 2022-09-06 18:21:39 +02:00
Zhaofeng Li b84625ee73 steam: Disable udev-based joystick discovery for SDL2
Fixes #101281.
2022-09-05 23:56:03 -06:00
Jonas Heinrich 209e666684
Merge pull request #173148 from cpu/cpu-blightmud-3.6.1
blightmud: 3.5.0 -> 3.6.2
2022-09-05 09:19:05 +02:00
Jonas Heinrich 43dadd3e40
Merge pull request #177225 from jyooru/update/lunar-client/2.10.1
lunar-client: 2.10.0 -> 2.10.1
2022-09-04 23:27:25 +02:00
Jonas Heinrich e86a16dbc6
Merge pull request #179571 from kierdavis/freesweep-1.0.2
freesweep: 1.0.1 -> 1.0.2
2022-09-04 23:07:43 +02:00
Jonas Heinrich 65d809ffec
Merge pull request #187795 from atemp/emp_ddnet_16.3
ddnet: 16.2.2 -> 16.3.1
2022-09-04 19:14:01 +02:00
Sandro ccf4d035d9
Merge pull request #181122 from dpatterbee/master 2022-09-04 18:07:36 +02:00
Thibault Lemaire ed3b06d8b5 gzdoom: Fix kdialog not found
Co-authored-by: Azat Bahawi <azat@bahawi.net>
2022-09-04 17:49:35 +02:00
Sandro 611b098933
Merge pull request #187251 from SuperSamus/itch 2022-09-04 17:27:55 +02:00
Sandro e3d6959042
Merge pull request #188757 from quasigod-io/master 2022-09-04 15:13:00 +02:00
Sandro 8c79600238
Merge pull request #189707 from nagy/chocolate-doom-man 2022-09-04 15:00:10 +02:00
Sandro a5255451c5
Merge pull request #189713 from sersorrel/xivlauncher-maintainer 2022-09-04 14:34:43 +02:00
Jonas Heinrich c8b229b777
Merge pull request #188149 from r-ryantm/auto-update/crawlTiles
crawlTiles: 0.28.0 -> 0.29.0
2022-09-04 13:56:30 +02:00
ash ebafad7e76 xivlauncher: add sersorrel to maintainers 2022-09-04 12:29:59 +01:00
Christian Kögler aef532e1c1
Merge pull request #189610 from sersorrel/xivlauncher-6.2.44
xivlauncher: 1.0.0.9 -> 1.0.1.0
2022-09-04 12:48:22 +02:00
Daniel Nagy f4e5b50fe2
chocolateDoom: build man pages
Closes #189632
2022-09-04 12:25:23 +02:00
superherointj af4d7ff014
Merge pull request #189655 from azahi/fix/openspades
openspades: fix build
2022-09-03 22:08:38 -03:00
Sandro 4f57c57acf
Merge pull request #188056 from McSinyx/supertux 2022-09-04 02:08:48 +02:00
Azat Bahawi d4cbef6968
openspades: fix build 2022-09-04 01:22:11 +03:00
Mario Rodas 906706cc59
Merge pull request #189456 from equirosa/legendary
legendary-gl: 0.20.27 -> 0.20.28
2022-09-03 13:37:55 -05:00
ash 92354582dd xivlauncher: 1.0.0.9 -> 1.0.1.0 2022-09-03 15:54:13 +01:00
Jonas Heinrich ddb580ded3
Merge pull request #189246 from azahi/exult
exult: 1.6 -> 1.8
2022-09-03 09:23:30 +02:00
Nguyễn Gia Phong 092c7cd3fc
superTux: explicitly link X libraries
It does not make sense why SDL doesn't propagate these build inputs
or why they're also required on Wayland, but it works so ¯\_(ツ)_/¯
2022-09-03 00:34:43 +09:00
Eduardo Quiros 87b7e89ebf
legendary-gl: 0.20.27 -> 0.20.28 2022-09-02 06:39:19 -06:00
Bobby Rong 9b9e0021d4
Merge pull request #187458 from azahi/papermc
papermc: 1.18.2r313 -> 1.19.2r131
2022-09-02 19:58:40 +08:00
Azat Bahawi c648a1d168
gzdoom: 4.7.1 -> 4.8.2
Fixes: #189159
2022-09-01 20:33:13 +03:00
Ben Siraphob dc58c95813
Merge pull request #189098 from prusnak/powder 2022-09-01 11:11:40 -04:00
Azat Bahawi 660984e323
exult: 1.6 -> 1.8
Fixes: #189172
2022-09-01 13:51:38 +03:00
Jonas Heinrich 35162e0539
Merge pull request #188907 from r-ryantm/auto-update/unciv
unciv: 4.2.5-patch1 -> 4.2.6
2022-09-01 12:02:30 +02:00
superherointj 0c12ea491e
Merge pull request #179040 from r-ryantm/auto-update/dhewm3
dhewm3: 1.5.1 -> 1.5.2
2022-08-31 15:46:29 -03:00
Bobby Rong 05c6bc610c
Merge pull request #188211 from azahi/purpur
purpur: 1.18.1r1522 -> 1.19.2r1763
2022-08-31 22:32:27 +08:00
Pavol Rusnak 21c652e60d
the-powder-toy: 96.2.350 -> unstable-2022-08-30 2022-08-31 12:22:48 +02:00
Linus Heckemann df8b4cc43f
Merge pull request #182214 from DeterminateSystems/libgme-merge
game-music-emu: merge in libgme
2022-08-30 12:09:08 +02:00
R. Ryantm cc587e6762 unciv: 4.2.5-patch1 -> 4.2.6 2022-08-30 02:29:38 +00:00
Sandro 85a23f7460
Merge pull request #188765 from eigengrau/forge-mtg-sandro-suggestions 2022-08-29 11:27:12 +02:00
Sebastian Reuße 827e411977 forge-mtg: be less verbose when building
As suggested by Sandro.
2022-08-29 07:47:00 +02:00
quasigod-io 289ace3de1 grapejuice: 5.2.2 -> 5.5.4 2022-08-28 22:15:37 -04:00
Sandro 953b3fef5c
Merge pull request #188595 from necessarily-equal/update-to-unvanquished-0.53.1 2022-08-28 23:46:38 +02:00
eigengrau f03ae29142
forge-mtg: init at 1.6.53 (#182053) 2022-08-28 20:39:53 +02:00
Jonas Heinrich 0e1f66693f
Merge pull request #184108 from r-ryantm/auto-update/unciv
unciv: 3.19.14 -> 4.2.5-patch1
2022-08-28 13:59:36 +02:00
Antoine Fontaine 5def5ba082 unvanquished: 0.52.1 -> 0.53.1
Release notes:
0.53.0 https://unvanquished.net/unvanquished-0-53-beta-what-a-milestone/
0.53.1 https://unvanquished.net/unvanquished-0-53-1-and-launcher-0-2-0-quick-fix-and-dark-magic/
2022-08-28 12:08:31 +02:00
Artturi 79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
OPNA2608 362cdab1e0 everspace: don't use pango alias 2022-08-27 14:49:23 +02:00
Joshua Trees c557b9d0bd everspace: init at 1.3.5.3655
This is the version from gog.com.
2022-08-27 14:05:12 +02:00
Azat Bahawi e9a09beacb
purpur: 1.18.1r1522 -> 1.19.2r1763 2022-08-24 21:42:28 +03:00
R. Ryantm 249dfd092c crawlTiles: 0.28.0 -> 0.29.0 2022-08-24 09:48:35 +00:00
R. Ryantm b1850ecf13 unciv: 3.19.14 -> 4.2.5-patch1 2022-08-24 01:56:23 +00:00
Jonas Heinrich c3586fbeca
Merge pull request #184762 from r-ryantm/auto-update/yquake2
yquake2: 8.01 -> 8.10
2022-08-23 19:02:01 +02:00
Jonas Heinrich eaf2e7ebde
Merge pull request #184465 from r-ryantm/auto-update/onscripter-en
onscripter-en: 20110930 -> 20111009
2022-08-22 22:58:35 +02:00
Heinz Deinhart e005217333 ddnet: 16.3 -> 16.3.1 2022-08-22 22:24:15 +02:00
Heinz Deinhart ca780fa58e ddnet: 16.2.2 -> 16.3 2022-08-22 00:13:22 +02:00
Jonas Heinrich 104f4aceec
Merge pull request #183780 from r-ryantm/auto-update/qtads
qtads: 3.2.0 -> 3.3.0
2022-08-21 12:06:53 +02:00
Jonas Heinrich 302e3f85b3
Merge pull request #184123 from r-ryantm/auto-update/vkquake
vkquake: 1.13.0 -> 1.20.3
2022-08-21 09:42:27 +02:00
Sandro 6a35a74698
Merge pull request #187634 from rhendric/rhendric/hyperrogue 2022-08-21 06:20:54 +02:00
Ryan Hendrickson 57e87cc0db hyperrogue: 11.3o -> 12.0u 2022-08-20 23:35:00 -04:00
Sally Gordon ad8041c08c
cataclysm-dda-git: 2021-07-03 -> 2022-08-20 (#187209)
Co-authored-by: Have a good time <i@niconiconi.xyz>
2022-08-21 02:31:45 +02:00
Emery Hemingway b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Azat Bahawi 8785efccc2
papermc: 1.18.2r313 -> 1.19.2r131 2022-08-19 17:28:10 +03:00
Dennis Gosnell f303875b7e
hedgewars: don't build on hydra 2022-08-19 13:01:44 +09:00
Martino Fontana d5130db7cf itch: fix icons location 2022-08-18 11:48:29 +02:00
Dennis Gosnell 60f7d27741
hedgewars: mark broken 2022-08-18 13:22:37 +09:00
Sandro be2b7afc99
Merge pull request #186521 from DeeUnderscore/fix/cataclysm-dda-locale-paths 2022-08-17 14:25:05 +02:00
D Anzorge b9b7c80f7a cataclysm-dda: update locale path patch 2022-08-17 01:10:37 +02:00
Jonas Heinrich aabfe7138e
Merge pull request #186567 from r-ryantm/auto-update/vassal
vassal: 3.6.5 -> 3.6.7
2022-08-16 18:47:56 +02:00
Sandro 24b7bdcd78
Merge pull request #176955 from necrophcodr/add-darkplaces 2022-08-16 17:53:10 +02:00
Jonas Heinrich 226ff16bd6
Merge pull request #186661 from r-ryantm/auto-update/mar1d
mar1d: 0.3.0 -> 0.3.1
2022-08-16 15:36:34 +02:00
Ricardo Ardissone 5a035d7b23 hedgewars: add patch and update to libsForQt5 2022-08-16 12:57:13 +02:00
Artturin c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
necrophcodr 7b25ce4f79 darkplaces: init at unstable-2022-05-10 2022-08-15 21:39:30 +02:00
Francesco Gazzetta 89e0447376 minetest: cleanup
* remove unused libraries
  https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0
  "Remove direct OpenGL(ES) dependency"
* remove IRRLICHTMC_INCLUDE_DIR
  it is now autodetected
* remove unused OpenGL_GL_PREFERENCE=GLVND
2022-08-15 11:28:24 +02:00
Winter 38858263da treewide: fix hashes for sparse checkout 2022-08-14 23:03:07 +02:00
Sergei Trofimovich 0d7cb67922
Merge pull request #186343 from trofi/fheroes2-locales
fheroes2: install localization and other port-specific files
2022-08-14 17:25:43 +01:00
R. Ryantm 66b605e5d5 mar1d: 0.3.0 -> 0.3.1 2022-08-14 14:04:39 +00:00
Christian Kögler 830b3aca16
Merge pull request #185566 from r-ryantm/auto-update/wesnoth
wesnoth: 1.16.4 -> 1.16.5
2022-08-14 14:30:15 +02:00
R. Ryantm ad4d16a8d5 vassal: 3.6.5 -> 3.6.7 2022-08-14 03:59:44 +00:00
Artturin 4b9d0f3420 steamPackages: fix attribute 'steamPackages' missing while cross eval
there's prior art for doing this
2022-08-14 00:27:42 +03:00
Danielle Hutzley 39f6700619 minetest: 5.5.1 -> 5.6.0 2022-08-13 11:51:49 +02:00
superherointj cde0970ab0
Merge pull request #185835 from QuantMint/steam-runtime
steamPackages.steam-runtime: 0.20211102.0 -> 0.20220601.1
2022-08-12 21:23:56 -03:00
Sergei Trofimovich ce6202a6b5 fheroes2: install localization and other port-specific files
Without the change the game does not provide prompt for locales as it
assumes no locales are available. Let's pull them in by default.
2022-08-12 22:33:48 +01:00
Martin Weinelt c01e9e0da7
Merge pull request #185915 from r-ryantm/auto-update/freeciv 2022-08-12 13:06:10 +02:00
Lassulus 2e37bea41b
Merge pull request #181810 from athas/uqm-0.8.0 2022-08-12 10:46:00 +03:00
Daniel Patterson fce6d3c3be runescape-launcher: add .desktop file 2022-08-11 21:13:38 +01:00
R. Ryantm bb5955c044 fheroes2: 0.9.17 -> 0.9.18 2022-08-10 16:12:55 +00:00
R. Ryantm 4dd8c421b9 freeciv: 3.0.2 -> 3.0.3 2022-08-10 13:30:28 +00:00
QuantMint 7e2760130b steamPackages.steam-runtime: 0.20211102.0 -> 0.20220601.1 2022-08-09 22:28:48 +02:00
Philipp Riegger 9e10ba3ee8 factorio-experimental: 1.1.61 -> 1.1.65 2022-08-08 21:25:37 +02:00
7c6f434c 0e27b0d8c3
Merge pull request #185517 from tomfitzhenry/sgtpuzzles-mobile
sgtpuzzles-mobile: init
2022-08-08 06:22:13 +00:00
Tom Fitzhenry 5d5859df9b sgtpuzzles-mobile: init 2022-08-08 08:11:25 +10:00
Mark Vainomaa aeb77ea9bd
quakespasm: fix darwin build 2022-08-07 19:49:55 +03:00
R. Ryantm 7b77d1a62e wesnoth: 1.16.4 -> 1.16.5 2022-08-07 15:00:25 +00:00
Bobby Rong 8e29b180b8
Merge pull request #185283 from robintown/minecraft-server
minecraft-server: 1.19.1 -> 1.19.2
2022-08-07 16:28:10 +08:00
Astro 7727c70a52 wargus: fixup path in .desktop file 2022-08-05 21:00:19 -05:00
Astro 6333128137 wargus: unpack data in package 2022-08-05 21:00:19 -05:00
Astro eb3ac5a74f wargus: 2.4.3 -> 3.3.1 2022-08-05 21:00:19 -05:00
Francesco Gazzetta 2a4041b586 pokete: 0.8.0 -> 0.8.2 2022-08-05 18:45:20 -04:00
Robin Townsend 195d38508c minecraft-server: 1.19.1 -> 1.19.2
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-19-2
2022-08-05 13:19:03 -04:00
figsoda f3502e146d
Merge pull request #184981 from figsoda/update-fishfight
jumpy: rename from fishfight, 0.4.2 -> 0.4.3
2022-08-05 20:48:22 +08:00
Charlotte Van Petegem 70c49766af
zeroad: apply patch to fix build with gcc 11 and glibc 2.35
0ad defines a variabel M_PIf, which is also included in math.h since gcc 11. This leads to the following build failure: https://hydra.nixos.org/build/186330284
2022-08-05 13:59:58 +02:00
Ben Siraphob 94cfcf7998
Merge pull request #183981 from ylh/patch-vkquake-darwin 2022-08-04 22:51:13 -07:00
0x4A6F 9d452bdebe
Merge pull request #184887 from rapenne-s/steam_deps
add some dependencies to steam FHS
2022-08-05 01:20:05 +02:00
Christian Kögler 29bef7224b
Merge pull request #184138 from r-ryantm/auto-update/wesnoth
wesnoth: 1.16.3 -> 1.16.4
2022-08-04 22:55:22 +02:00
Sandro 668da4fc8f
Merge pull request #185009 from fpletz/pkgs/maintainership-202208 2022-08-04 01:56:13 +02:00
Sandro 3e41e87e31
Merge pull request #180741 from abathur/restore_tintin 2022-08-04 01:49:50 +02:00
Yestin L. Harrison 6237fcac98 vkquake: support darwin 2022-08-03 13:58:54 -07:00
Lin 63bea374ea grapejuice: move gtk3 to buildInputs
fixes 'ValueError: Namespace Gtk not available'

since 71cbf3b809 gobject-introspection's
hook looks for gir files in buildInputs instead of nativeBuildInputs
2022-08-03 17:47:57 +03:00
Franz Pletz c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
figsoda c4ba4b2562 jumpy: rename from fishfight, 0.4.2 -> 0.4.3 2022-08-03 17:33:51 +08:00
github-actions[bot] d4de56330c
Merge master into staging-next 2022-08-03 06:01:37 +00:00
superherointj 65992d764a
Merge pull request #184932 from siraben/powder-toy-unix
the-powder-toy: expand platforms to unix
2022-08-02 22:36:51 -03:00
Ben Siraphob 1c33ec8a53
the-powder-toy: expand platforms to unix 2022-08-02 18:19:20 -07:00
Travis A. Everett 3d55811e1c tintin: 2.02.12 -> 2.02.20, adopt
- update version to match #165797
- change homepage to the independent project site (which
  sourceforge now redirects to)
- update source to github (linked from project site above)
- get rid of the "option" to exclude tlsSupport per PR feedback
2022-08-02 19:03:15 -05:00
github-actions[bot] 537fbd1326
Merge master into staging-next 2022-08-03 00:02:25 +00:00
Travis A. Everett 1029cad4d5 Revert "tintin: remove due to lack of maintainers"
This reverts commit 58eae5a47e.
2022-08-02 18:36:52 -05:00
Anderson Torres f4b6bcc8e3
Merge pull request #184342 from r-ryantm/auto-update/lpairs2
lpairs2: 2.1 -> 2.2
2022-08-02 18:19:21 -03:00
Solene Rapenne 0d382ad4b7 steam-fhs: add dependencies for Dead Cells 2022-08-02 22:14:05 +02:00
github-actions[bot] 411aad5a4d
Merge master into staging-next 2022-08-02 18:01:14 +00:00
Sandro e76aa82431
Merge pull request #184598 from wegank/treewide-fix-platforms 2022-08-02 15:57:56 +02:00
Tom b3e03a8a0f
sgt-puzzles: 20220613 -> 20220802 (#184804) 2022-08-02 15:16:51 +02:00
R. Ryantm bc569904fe yquake2: 8.01 -> 8.10 2022-08-02 07:21:45 +00:00
github-actions[bot] 0f0010fda3
Merge master into staging-next 2022-08-02 06:02:34 +00:00
Winter 1c8723927b
Merge pull request #184316 from r-ryantm/auto-update/ltris 2022-08-01 23:42:04 -04:00
figsoda 123257fb21
Merge pull request #183900 from figsoda/update-fishfight
fishfight: 0.3 -> 0.4.2
2022-08-02 10:12:31 +08:00