Lily Foster
72662bc7a6
Merge pull request #221196 from sersorrel/xivlauncher-aria2c
...
xivlauncher: add explicit dependency on aria2
2023-03-16 17:27:11 -04:00
ash
bddf3c477d
xivlauncher: add explicit dependency on aria2
2023-03-16 19:57:33 +00:00
Weijia Wang
a4122c898c
cutemaze: unbreak on darwin
2023-03-16 21:40:09 +02:00
github-actions[bot]
455127ad5e
Merge master into staging-next
2023-03-16 18:01:20 +00:00
Anderson Torres
42d3879e4c
lbreakouthd: 1.1 -> 1.1.1
...
Co-authored-by: "R. RyanTM" <ryantm-bot@ryantm.com>
2023-03-16 14:03:06 -03:00
Weijia Wang
ac9572b270
Merge pull request #219936 from huantianad/tetrio-plus-update0253
...
tetrio-plus: 0.25.2 -> 0.25.3, use dpkg for unpack
2023-03-16 17:18:47 +02:00
Bernardo Meurer
6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull
2023-03-16 11:10:22 -03:00
github-actions[bot]
80a0ae17b5
Merge master into staging-next
2023-03-16 12:01:29 +00:00
Vladimír Čunát
0f9354bfee
Merge #218309 : ffmpeg: ffmpeg_4 → ffmpeg_5
...
...into staging
2023-03-16 11:11:31 +01:00
Weijia Wang
039147bc08
Merge pull request #221393 from r-ryantm/auto-update/tintin
...
tintin: 2.02.30 -> 2.02.31
2023-03-16 08:37:30 +02:00
R. Ryantm
84f5036641
unciv: 4.5.5 -> 4.5.8
2023-03-16 02:26:16 +00:00
Luflosi
60002cabc0
aaaaxy: init at 1.3.372
2023-03-16 01:50:28 +01:00
R. Ryantm
72a92f048e
tintin: 2.02.30 -> 2.02.31
2023-03-15 23:50:30 +00:00
Weijia Wang
47ca1928a0
Merge pull request #220750 from Netruk44/openmw-darwin-support
...
openmw: darwin support
2023-03-16 00:28:34 +02:00
Weijia Wang
595d19ebde
Merge pull request #221319 from wegank/megaglest-wxgtk
...
megaglest: migrate to wxGTK32
2023-03-15 21:44:01 +02:00
Weijia Wang
ca7452e44a
megaglest: migrate to wxGTK32
2023-03-15 14:56:52 +02:00
Zaechus
c9bef7694e
rbdoom-3-bfg: init at 1.4.0
2023-03-14 10:16:04 -06:00
github-actions[bot]
e196e68bee
Merge master into staging-next
2023-03-14 12:01:32 +00:00
superherointj
087f4d3bf5
Merge pull request #221134 from trofi/fheroes2-update
...
fheroes2: 1.0.1 -> 1.0.2
2023-03-14 06:43:19 -03:00
Sergei Trofimovich
18055cefb1
fheroes2: 1.0.1 -> 1.0.2
...
Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.2
2023-03-14 08:59:20 +00:00
Martin Weinelt
6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Artturi
b978bf0f0f
Merge pull request #220570 from Artturin/fixlints1
2023-03-14 02:15:55 +02:00
Atemu
f8264a5b1e
tree-wide: mark broken packages as such
...
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Atemu
9bd2506458
treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
...
These packages were identified as broken when ffmpeg = ffmpeg_5.
Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
Martin Weinelt
bb14c4255b
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-13 17:14:19 +00:00
Luke Granger-Brown
fb77124c3f
Merge pull request #220827 from lukegb/factorio
...
factorio: various updates (1.1.76 stable, 1.1.77 experimental)
2023-03-13 15:27:27 +00:00
~fonnyx-nopmer
07f14e42c4
openmw-tes3mp: unstable-2020-08-07 -> 0.8.1, unbreak
2023-03-13 21:59:07 +08:00
Daniel Perry
fb9bcc72fd
openmw: add darwin support
...
The OpenMW codebase already has Darwin build support within it, so porting
it over to nixpkgs was something I wanted to try out.
Issues encountered, in order:
A few dependencies in nixpkgs were missing Darwin support. Details of those
changes are in their respective commits.
After the dependencies were building, the build first failed with a missing
reference to VideoDecodeAcceleration, which was easily dealt with.
Then the build succeeded! Job's done, success! Except OpenMW.app was nowhere
to be found in the result folder. OpenMW-CS.app, however, was produced and
appeared to be running correctly (though I will admit I didn't test it very
much as I'm not very familiar).
Going through OpenMW's CMakeLists.txt showed that a CMake define was needed,
`OPENMW_OSX_DEPLOYMENT=ON`. This is what enables OpenMW.app to be built.
Once the define was added, the build began to fail with missing plugins to
OpenSceneGraph. Looking into that showed that OSG doesn't build certain plugins
on Darwin due to the fact that their functionality is replicated by built-
in system libraries. To save space, these libraries are not built on Darwin.
OpenMW, however, requires these libraries to exist. I was familiar with the
process of building OpenMW on Darwin already, due to having built it locally
ahead of time, so I remembered that the OpenMW folks have a separate repository
with Mac-specific patches. One of those patches is to OpenSceneGraph for this
exact issue, which is now applied here.
The next error was caused by `fixup_bundle` running from the OpenMW CMakeLists.txt,
which appears to be broken in Darwin under Nix. Searching nixpkgs shows that others
have worked around the issue by removing the call to `fixup_bundle` completely.
At this point, the build passed and OpenMW.app was created and was executable!
After the intro video played, it was clear that something wasn't working though.
Every texture was completely pink, navigating the main menu was impossible. Looking
at the console output showed that OpenSceneGraph was attempting to load dds
textures, but the plugin for doing so could not be loaded. I looked at the plugin
with `file` which showed the file was actually a bash script. It was setting
some QT environment variables before calling the real plugin executable. I
resolved this issue with setting `dontWrapQtApps`, as everything seems to work
without it (even the QT-based apps like the Construction Set).
2023-03-12 18:48:50 -04:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01:00
Lily Foster
5a1dc8acd9
Merge pull request #214031 from sersorrel/xivlauncher-gstreamer
...
xivlauncher: include GStreamer in closure
2023-03-12 16:51:36 -04:00
Martin Weinelt
4e57d4321a
anki: Add mock to check inputs
...
Probably got propagated from somewhere and doesn't anymore, which caused
the breakage.
2023-03-12 19:13:10 +01:00
Vladimír Čunát
1f7eeea8ee
Merge branch 'master' into staging-next
2023-03-12 17:21:00 +01:00
Guillaume Girol
1c834e1eeb
Merge pull request #220126 from Scrumplex/prismlauncher-wrap
...
prismlauncher: use qtWrapperArgs
2023-03-12 15:56:59 +00:00
Luke Granger-Brown
fcd190ad2a
factorio-headless: 1.1.74 -> 1.1.76
2023-03-12 12:59:20 +00:00
Luke Granger-Brown
fdd814ce0d
factorio-headless-experimental: 1.1.76 -> 1.1.77
2023-03-12 12:59:18 +00:00
Luke Granger-Brown
1b8cb12471
factorio-demo: 1.1.69 -> 1.1.76
2023-03-12 12:59:17 +00:00
Luke Granger-Brown
fad4960c41
factorio-experimental: 1.1.76 -> 1.1.77
2023-03-12 12:59:15 +00:00
Luke Granger-Brown
a8e0c501e1
factorio: 1.1.74 -> 1.1.76
2023-03-12 12:56:50 +00:00
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next
2023-03-12 09:06:28 +01:00
Nick Cao
f6663692d2
Merge pull request #220552 from lasers/sm64ex
...
sm64ex: 0.pre+date=2021-11-30 -> unstable-2022-12-19
2023-03-12 15:03:37 +08:00
Nick Cao
2805e99b9d
Merge pull request #220553 from lasers/sm64ex-coop
...
sm64ex-coop: 0.pre+date=2022-08-05 -> unstable-2023-02-22
2023-03-12 15:02:50 +08:00
github-actions[bot]
feb117e32c
Merge master into staging-next
2023-03-11 18:01:19 +00:00
Weijia Wang
709464e56f
Merge pull request #220139 from r-ryantm/auto-update/vassal
...
vassal: 3.6.13 -> 3.6.14
2023-03-11 19:49:50 +02:00
Weijia Wang
58e706ad00
Merge pull request #220151 from r-ryantm/auto-update/unciv
...
unciv: 4.5.2 -> 4.5.5
2023-03-11 19:43:51 +02:00
ash
b69554a0d2
xivlauncher: include GStreamer in closure
2023-03-11 15:44:09 +00:00
lasers
4e96143c7d
sm64ex-coop: 0.pre+date=2022-08-05 -> unstable-2023-02-22
2023-03-11 02:57:34 -06:00
lasers
7be3956a46
sm64ex: 0.pre+date=2021-11-30 -> unstable-2022-12-19
2023-03-11 02:56:57 -06:00
github-actions[bot]
9ffe17a0be
Merge master into staging-next
2023-03-11 00:02:37 +00:00
Artturin
cab4a24c34
treewide: fix lints
...
Arg to lib.optional is a list
build time tool in buildInputs
2023-03-11 00:55:17 +02:00
Sergei Trofimovich
2f357f268a
Merge pull request #220398 from trofi/unnethack-disable-parallelism
...
unnethack: disable build parallelism
2023-03-10 21:55:57 +00:00
R. Ryantm
88b9be949d
unciv: 4.5.2 -> 4.5.5
2023-03-10 18:15:03 +00:00
Martin Weinelt
da1a690688
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-10 01:50:42 +01:00
Sergei Trofimovich
ef50d32769
unnethack: disable build parallelism
...
Without the change the build fails occasionally as:
gcc -DAUTOCONF -Wall -I../include -I./../include -g -O2 -c ./../sys/unix/unixmain.c
./../sys/unix/unixmain.c:9:10: fatal error: date.h: No such file or directory
9 | #include "date.h"
| ^~~~~~~~
2023-03-09 23:12:31 +00:00
Sandro
a59944f1c1
Merge pull request #208296 from JamieMagee/runelite
2023-03-09 23:18:52 +01:00
github-actions[bot]
7072ae38b6
Merge master into staging-next
2023-03-08 18:01:34 +00:00
Linus Heckemann
f9e3269e49
Merge pull request #219429 from cyplo/endless-sky
...
endless-sky:0.9.14 -> 0.9.16.1
2023-03-08 17:50:07 +01:00
Martin Weinelt
4729f61158
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-08 15:04:13 +01:00
R. Ryantm
60ba476076
vassal: 3.6.13 -> 3.6.14
2023-03-08 11:20:29 +00:00
Sandro
7f917aebcd
Merge pull request #214941 from OPNA2608/init/katawa-shoujo
...
katawa-shoujo: init at 1.3.1
2023-03-08 11:13:54 +01:00
Sefa Eyeoglu
2f9b913c50
prismlauncher: use qtWrapperArgs
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-08 11:05:26 +01:00
github-actions[bot]
d4187810f9
Merge master into staging-next
2023-03-08 00:02:34 +00:00
OPNA2608
992b72241d
katawa-shoujo: Add desktop file
...
unrpa works again so we can extract the icon from the game assets for it.
2023-03-08 00:25:30 +01:00
Francesco Gazzetta
03ea0168f4
Merge pull request #218173 from TheKostins/mindustry-142
...
mindustry: 141.2 -> 142
2023-03-07 18:34:40 +00:00
Konstantin
27684f8832
mindustry: 141.2 -> 142
2023-03-07 20:53:50 +03:00
Martin Weinelt
e3f019bb71
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-07 15:05:00 +01:00
huantian
20781aa192
tetrio-desktop: use dpkg for unpack, cleanup
2023-03-06 23:34:17 -07:00
huantian
64abbb60cd
tetrio-plus: 0.25.2 -> 0.25.3
2023-03-06 23:33:22 -07:00
Raphael Robatsch
e7c8662c07
BeatSaberModManager: Update nuget dependencies
...
Required because of a dotnet-sdk_7 update.
2023-03-07 03:14:24 +01:00
github-actions[bot]
fa94414f70
Merge master into staging-next
2023-03-07 00:02:41 +00:00
Felix Buehler
d10e69c86b
treewide: deprecate isNull
...
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-03-06 22:40:04 +01:00
Weijia Wang
cec1a51046
Merge pull request #219558 from r-ryantm/auto-update/vassal
...
vassal: 3.6.12 -> 3.6.13
2023-03-06 21:38:15 +02:00
Martin Weinelt
d9b015c494
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 19:33:49 +00:00
Atemu
69751c973d
Merge pull request #218263 from Atemu/update/BeatSaberModManager
...
BeatSaberModManager: 0.0.4 -> 0.0.5
2023-03-06 19:13:28 +01:00
Martin Weinelt
bcf6c81a88
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 16:55:14 +00:00
Naïm Favier
b7f6070e7e
Merge pull request #219844 from ncfavier/ddnet
...
ddnet: 16.7.2 -> 16.8
2023-03-06 17:25:05 +01:00
Weijia Wang
e75ebddfc6
Merge pull request #219833 from wegank/mnemosyne-darwin
...
mnemosyne: fix build on darwin
2023-03-06 17:34:37 +02:00
Naïm Favier
37cb897294
ddnet: 16.7.2 -> 16.8
...
https://ddnet.org/downloads/#16.8
2023-03-06 16:32:01 +01:00
Weijia Wang
4056bd515f
mnemosyne: fix build on darwin
2023-03-06 17:03:36 +02:00
Artturi
acddb9f5fb
Merge pull request #219757 from wackbyte/bump-grapejuice
2023-03-06 17:03:15 +02:00
Martin Weinelt
b04848e5fe
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 08:21:14 +01:00
Sandro
ecc25d826a
Merge pull request #217863 from ralismark/naev
2023-03-05 23:38:50 +01:00
wackbyte
5dda1cbe95
grapejuice: 7.2.1 -> 7.8.3
2023-03-05 17:10:43 -05:00
OPNA2608
3c4b76f46e
katawa-shoujo: init at 1.3.1
2023-03-05 18:39:19 +01:00
Martin Weinelt
8a085cd8e3
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-05 15:36:16 +01:00
ralismark
bb45fbc2cd
maintainers: add ralismark
2023-03-05 18:52:45 +11:00
ralismark
d9a2374c99
naev: 0.5.0 -> 0.10.4
2023-03-05 18:51:56 +11:00
R. Ryantm
ffa60df006
unciv: 4.5.1 -> 4.5.2
2023-03-05 06:17:41 +00:00
R. Ryantm
5248f53462
vassal: 3.6.12 -> 3.6.13
2023-03-04 19:40:48 +00:00
github-actions[bot]
8480c21d06
Merge master into staging-next
2023-03-04 12:01:17 +00:00
Delan Azabani
f0ea95c2c7
osu-lazer: 2023.207.0 -> 2023.301.0
2023-03-04 14:16:01 +08:00
Delan Azabani
7f76ed4010
osu-lazer-bin: 2023.207.0 -> 2023.301.0
2023-03-04 14:16:01 +08:00
Cyryl Płotnicki
2100c49262
endless-sky:0.9.14 -> 0.9.16.1
2023-03-03 23:22:25 +00:00
Tom Fitzhenry
f86e1e9a79
nixos/tests/sgtpuzzles: init
2023-03-04 00:52:21 +11:00
github-actions[bot]
8855eae01b
Merge staging-next into staging
2023-03-02 00:03:07 +00:00
Weijia Wang
1a2d6bbfcf
Merge pull request #219047 from DeeUnderscore/update/cataclysm-dda-0.G
...
cataclysm-dda: 0.F-3 -> 0.G
2023-03-02 00:28:17 +02:00
Weijia Wang
f5056a7da8
Merge pull request #218911 from r-ryantm/auto-update/scummvm
...
scummvm: 2.6.1 -> 2.7.0
2023-03-01 23:39:22 +02:00
D Anzorge
7eccc156c1
cataclysm-dda: 0.F-3 -> 0.G
...
Release announcement: https://cataclysmdda.org/releases/#0g-gaiman
Changelog: https://github.com/CleverRaven/Cataclysm-DDA/blob/0.G/data/changelog.txt
2023-03-01 21:27:45 +01:00
github-actions[bot]
e3dc1573ff
Merge staging-next into staging
2023-03-01 06:01:52 +00:00
Anderson Torres
79649aea8b
Merge pull request #217559 from icewind1991/openloco-23.02
...
openloco: init at 23.02
2023-03-01 00:36:02 -03:00
R. Ryantm
f2c9c12b22
scummvm: 2.6.1 -> 2.7.0
2023-03-01 01:12:50 +00:00
github-actions[bot]
758a48fae4
Merge staging-next into staging
2023-03-01 00:03:05 +00:00
Astro
bdfb775fbe
frogatto: unstable-2020-12-04 -> unstable-2023-02-27
2023-02-28 22:35:46 +01:00
Martin Weinelt
3686005e6e
Merge remote-tracking branch 'origin/staging-next' into staging
2023-02-28 21:17:51 +00:00
Weijia Wang
44e1ca49a9
Merge pull request #218825 from r-ryantm/auto-update/unciv
...
unciv: 4.4.19 -> 4.5.1
2023-02-28 20:43:55 +02:00
Weijia Wang
e22a91173c
Merge pull request #218646 from superherointj/pkg-SDL2_mixer-2.6.3
...
SDL2_mixer: 2.0.4 -> 2.6.3
2023-02-28 20:35:54 +02:00
R. Ryantm
78e3d43ba4
unciv: 4.4.19 -> 4.5.1
2023-02-28 15:55:15 +00:00
superherointj
87cb67b8c6
lzwolf: pin SDL2_mixer to 2.0.x
2023-02-28 10:29:16 -03:00
superherointj
2caa0a8188
manaplus: fix build
...
manaplus: mark broken for Darwin
2023-02-28 08:00:04 -03:00
Daniel McCarney
50800cbe94
blightmud: 5.0.0 -> 5.1.0
...
Updates Blightmud from v5.0.0 to v5.1.0.
See the upstream release notes[0] for more information.
[0]: https://github.com/Blightmud/Blightmud/releases/tag/v5.1.0
2023-02-27 11:53:46 -05:00
Weijia Wang
1de944b4f6
Merge pull request #218473 from r-ryantm/auto-update/vassal
...
vassal: 3.6.11 -> 3.6.12
2023-02-27 17:55:16 +02:00
R. Ryantm
a451a7634d
vassal: 3.6.11 -> 3.6.12
2023-02-26 17:08:36 +00:00
0x4A6F
0f3ff3d1a5
Merge pull request #218356 from figsoda/eidolon
...
eidolon: replace patch with Cargo.lock
2023-02-26 11:24:33 +01:00
figsoda
7ed285ecc1
eidolon: replace patch with Cargo.lock
...
https://github.com/NixOS/nixpkgs/pull/217084 plans to migrate Rust packages to use `importCargoLock`, but the migration script cannot handle `cargoPatches`: https://github.com/NixOS/nixpkgs/pull/217084#discussion_r1111253151
2023-02-25 20:34:02 -05:00
matthewcroughan
c226362e96
cdogs-sdl: update pname
...
This allows running via nix run without setting meta.mainProgram
2023-02-25 18:57:58 +00:00
Weijia Wang
bc7011a282
Merge pull request #218141 from r-ryantm/auto-update/cdogs-sdl
...
cdogs-sdl: 1.4.0 -> 1.4.1
2023-02-25 20:50:19 +02:00
Atemu
4e9350b673
BeatSaberModManager: 0.0.4 -> 0.0.5
2023-02-25 14:43:44 +01:00
Weijia Wang
cbcdfdd7b0
Merge pull request #218213 from wegank/nix-cflags-env
...
treewide: move more NIX_CFLAGS_COMPILE to env
2023-02-25 14:14:07 +02:00
Weijia Wang
1dfe93fe85
treewide: move more NIX_CFLAGS_COMPILE to env
2023-02-25 13:00:47 +02:00
Dennis Gosnell
0467f6d76f
anki-bin: set correct name and version for derivation
...
anki-bin is built with buildFHSUserEnv on Linux, which doesn't set a
version for the resulting derivation. This commit overrides the
resulting derivation to have a version set correctly.
This is important for end-users to be able to easily tell what
version of Anki they will get when they install `anki-bin`. It is
normally very important to use the correct version of Anki.
2023-02-25 14:00:05 +09:00
R. Ryantm
febcedca14
cdogs-sdl: 1.4.0 -> 1.4.1
2023-02-25 02:43:42 +00:00
Sergei Trofimovich
97b81db662
Merge pull request #218064 from trofi/quake3-fix-wrapper
...
quake3demo: fix binary paths in the wrapper
2023-02-24 20:29:19 +00:00
Sergei Trofimovich
06afa6115d
quake3demo: fix binary paths in the wrapper
...
https://github.com/NixOS/nixpkgs/pull/209008 moved quake3 binaries to
$out/bin. This broke wrappers as:
$ NIXPKGS_ALLOW_UNFREE=1 nix build -f. quake3demo -L
...
quake3-demo> Builder called die: Cannot wrap '/nix/store/khlq2wa0i7rab4vkzvk4pl54lyi6c36d-quake3-demo-1.11-6-ioquake3-unstable-2022-11-24/bin/quake3' because it is not an executable file
The change fixes wrapper to point to new locations.
2023-02-24 19:19:21 +00:00
Weijia Wang
2b8c56c12e
unciv: 4.4.13-gp -> 4.4.19
2023-02-24 21:00:46 +02:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1
2023-02-23 12:07:47 +00:00
Nick Cao
467efb339c
Merge pull request #217643 from mahmoudk1000/master
...
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190
treewide: manual fixups for
...
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Robin Appelman
d6942e22f1
openloco: init at 23.02
2023-02-22 19:46:30 +01:00
Mahmoud Ayman
ad6c8e2a18
anki-bin: add mahmoudk1000 to the maintainers
2023-02-22 18:09:03 +02:00
Naïm Favier
2343d23c44
dwarf-fortress: unfuck unfuck
2023-02-22 13:03:53 +01:00
Mahmoud Ayman
b021cf91ff
anki-bin: 2.1.58 -> 2.1.60
2023-02-22 13:48:49 +02:00
K900
0870fc6680
Merge pull request #216972 from SuperSandro2000/steam-fhs-full
...
steam-small: init
2023-02-21 17:29:00 +03:00
Anderson Torres
ffd92dde5b
Merge pull request #216416 from atorres1985-contrib/2048-cli
...
2048-cli: new package
2023-02-20 21:27:44 -03:00
Jörg Thalheim
a891613ead
Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
...
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
7c6f434c
fbf9888d26
Merge pull request #216680 from tnias/love-fix-versions
...
love: fix versions
2023-02-20 06:45:07 +00:00
Mario Rodas
5b1227cdad
Merge pull request #216942 from mahmoudk1000/master
...
anki-bin: 2.1.57 -> 2.1.58
2023-02-19 18:47:35 -05:00
Ferry Jérémie
bfac2d0034
treewide:replace http by https when https is a permanent redirection
2023-02-19 21:47:59 +01:00
Jonas Heinrich
c62eeb1e62
Merge pull request #217019 from r-ryantm/auto-update/sdlpop
...
sdlpop: 1.22 -> 1.23
2023-02-19 10:55:14 +01:00
Jonas Heinrich
3c46639d25
sdlpop: Add changelog
2023-02-19 10:54:39 +01:00
toastal
06365ba454
nethack: 3.6.6 → 3.6.7
...
Release notes: https://www.nethack.org/v367/release.html
> This release primarily corrects a security issue present in NetHack versions 3.6.2, 3.6.3, 3.6.4, 3.6.5, and 3.6.6
More info: https://www.nethack.org/security/CVE-2023-24809.html
2023-02-18 23:39:43 +00:00
davidak
7fac81ab46
Merge pull request #209008 from drperceptron/ioquake3
...
ioquake3: fix binaries installation location; bump version
2023-02-19 00:08:38 +01:00
R. Ryantm
97c91d0d44
sdlpop: 1.22 -> 1.23
2023-02-18 22:29:00 +00:00
Sandro Jäckel
a62d444697
steam-small: init
...
A steam variant without game specific libraries to have a smaller
footprint on systems where people don't need or want the full blown fhs.
2023-02-18 17:34:49 +01:00
Sandro Jäckel
ad815aebfb
steam: cleanup
2023-02-18 16:02:22 +01:00
Sandro Jäckel
ca2ce98720
steam-fhs: remove deprecated options
2023-02-18 15:42:39 +01:00
Mahmoud Ayman
06374bf2a2
anki-bin: 2.1.57 -> 2.1.58
2023-02-18 13:27:33 +02:00
hw-lunemann
eaf8701406
steam: add elfutils to fhsenv
...
Pressure-vessel's helper *-inspect-library now depends on libelf.so.1 which is provided by elfutils.out (not libelf) on nixos.
2023-02-18 00:26:38 +01:00
Anderson Torres
8354258491
Merge pull request #216543 from SuperSandro2000/dont-run-cppcheck-linter
...
Dont run cppcheck linter
2023-02-17 11:18:33 -03:00