Commit Graph

4932 Commits

Author SHA1 Message Date
github-actions[bot]
3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Sandro
eb8003fcea
Merge pull request #137315 from yusdacra/add-airshipper
airshipper: init at 0.6.0
2021-09-11 21:51:14 +02:00
github-actions[bot]
c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
Yusuf Bera Ertan
3935d8a9d2
airshipper: init at 0.6.0 2021-09-11 20:21:05 +03:00
Sandro
d7751c7615
Merge pull request #136862 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.6 -> 0.9.7
2021-09-11 18:29:56 +02:00
github-actions[bot]
36ce45efae
Merge master into staging-next 2021-09-10 18:01:17 +00:00
Sandro
b63b34fc70
Merge pull request #136502 from Kranzes/bump-legendary
legendary-gl: 0.20.6 -> 0.20.10
2021-09-10 18:56:04 +02:00
github-actions[bot]
912b8082df
Merge master into staging-next 2021-09-10 00:01:31 +00:00
Lassulus
02fb5847a2
Merge pull request #135842 from 0x4A6F/master-lgogdownloader
lgogdownloader: maintainership
2021-09-10 01:10:55 +02:00
Ilan Joselevich
6b75457c7f tome4: 1.6.7 -> 1.7.4 2021-09-10 07:08:34 +08:00
Ilan Joselevich
fffb00db1c legendary-gl: 0.20.6 -> 0.20.10 2021-09-09 20:34:33 +03:00
leo60228
fd48ed5022 multimc: unstable-2021-06-21 -> unstable-2021-09-08 2021-09-08 20:50:37 -04:00
github-actions[bot]
2f5ea43e02
Merge master into staging-next 2021-09-07 00:01:32 +00:00
Artturi
e3549ba06d
Merge pull request #136905 from Artturin/freecivqt 2021-09-07 00:22:51 +03:00
Artturin
a9dacd437f freeciv: wrap gtkClient 2021-09-06 23:18:32 +03:00
Artturin
48082af9b8 freeciv: do not enable gtkClient always on linux
makes it possible to use the qtClient
2021-09-06 23:10:55 +03:00
github-actions[bot]
58c8736bdb
Merge master into staging-next 2021-09-06 12:01:09 +00:00
R. RyanTM
f06610c75b fheroes2: 0.9.6 -> 0.9.7 2021-09-06 07:29:22 +00:00
Pavol Rusnak
03637fe586
sdlpop: 1.21 -> 1.22
+ fix build on darwin
2021-09-05 22:31:05 +02:00
R. RyanTM
15fffede73 xsnow: 3.3.0 -> 3.3.1 2021-09-05 02:29:23 +00:00
github-actions[bot]
e3f1f8bba2
Merge master into staging-next 2021-09-04 00:01:34 +00:00
Luke Granger-Brown
651d7cdc19 factorio-experimental: 1.1.38 -> 1.1.39 2021-09-03 14:11:40 -07:00
Raphael Megzari
ed412c297c
Merge branch 'master' into staging-next 2021-09-03 10:36:17 +09:00
Martin Weinelt
74ca5781d8
Merge pull request #136105 from chvp/bump-0ad
zeroad: 0.0.25 -> 0.0.25b
2021-09-03 02:47:26 +02:00
github-actions[bot]
0630061ef3
Merge master into staging-next 2021-09-02 18:01:20 +00:00
Andreas Rammhold
f3e49a4ae5
Merge pull request #136192 from andir/xonotic
xonotic: support user statistics reporting
2021-09-02 17:03:17 +02:00
github-actions[bot]
ba543de038
Merge master into staging-next 2021-09-02 06:01:01 +00:00
tomberek
7fa2a288f0
Merge pull request #136410 from chvp/bump-wesnoth
wesnoth: 1.4.16 -> 1.4.17
2021-09-02 01:21:56 -04:00
Charlotte Van Petegem
96f02afbe5
wesnoth: fix license information
source: https://github.com/wesnoth/wesnoth/blob/master/copyright
2021-09-01 21:49:06 +02:00
Charlotte Van Petegem
bbf089dfb7
wesnoth: 1.4.16 -> 1.4.17 2021-09-01 21:44:21 +02:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
D Anzorge
7d8d6e8e40 cataclysm-dda: 0.F-1 -> 0.F-2 2021-08-31 18:41:34 +02:00
Dmitry Kalinkin
9013640211
Merge pull request #136085 from Atemu/update/anki-bin
anki-bin: 2.1.46 -> 2.1.47
2021-08-31 01:40:48 -04:00
Andreas Rammhold
f5e95757f2
xonotic: support user statistics reporting
Xonotic supports (opt-in) tracking of user statistics. For staistics to
be trackable each player needs a unique identifier that is based on some
cryptographic identity. For that to work we need to build the "blind"
library and provide it do xonotic during runtime.

The official xonotic releases ship with the public key of some sort of
central trust authority and thus we must retain that file within our
data package as well.

Before this commit the crypto_* commands in the ingame console weren't
available. With this commit you should be able to execute "crypto_keys"
commands as show below.

  $ crypto_keys
  0: public key key_0.d0pk (fingerprint: Xon//KssdlzGkFKdnnN4sgg8H+koTbBn5JTi37BAW1Q=)
     private ID key_0.d0si (public key fingerprint: 9piqrk8ajAPRc3BnSbkac5GA+yL3dOwh53BhyrfmVlI=)

Once the above command works you have to configure your player profile
to allow tracking (if you want) via the Multiplayer -> Profile dialog.
In the top right-hand corner there will be checkboxes to control the
level of tracking that you are opting in to.
2021-08-30 17:13:00 +02:00
Martin Weinelt
e2575c7de1
Merge branch 'master' into staging-next 2021-08-30 16:08:03 +02:00
Charlotte Van Petegem
740b698ea1
zeroad: 0.0.25 -> 0.0.25b 2021-08-29 17:47:04 +02:00
Atemu
75d580619d anki-bin: 2.1.46 -> 2.1.47 2021-08-29 10:11:47 +02:00
Atemu
e8d2c73f6e anki-bin: passthru sources
It wasn't possible to access the actual source on linux or that of the other OS
2021-08-29 10:08:55 +02:00
B. Kelly
c5d61a5e93 deliantra-server: init at 3.1
Includes deliantra-arch, deliantra-maps, and deliantra-data (a combined
package that includes the compiled archetypes and maps and the static
data shipped with the server itself).
2021-08-28 16:23:32 -04:00
Ryan Mulligan
dc2d883d5c
Merge pull request #135988 from r-ryantm/auto-update/scid-vs-pc
scid-vs-pc: 4.21 -> 4.22
2021-08-28 08:46:00 -07:00
B. Kelly
2e4e939240 crossfire-client: init at 1.75.0
The client is still getting official releases on a fairly frequent basis, so
this package tracks those rather than SVN head.
2021-08-27 21:55:04 -04:00
B. Kelly
5e65827139 crossfire-server: init at r22111
This adds the Crossfire server package and the corresponding data packages
(maps and archetypes).

Note that this tracks a recent SVN commit; the latest official release is
many years old and no longer widely used (or supported).
2021-08-27 21:54:36 -04:00
R. RyanTM
4ca57d8219 scid-vs-pc: 4.21 -> 4.22 2021-08-28 00:15:09 +00:00
github-actions[bot]
b7f2a7d1ba
Merge master into staging-next 2021-08-28 00:01:34 +00:00
Sandro
1970994604
Merge pull request #135952 from Artturin/vintagestory
vintagestory: init at 1.15.5
2021-08-28 01:52:21 +02:00
Artturin
176705c295 vintagestory: init at 1.15.5 2021-08-27 23:13:13 +03:00
0x4A6F
43270a5081
lgogdownloader: formatting 2021-08-27 02:04:52 +02:00
0x4A6F
bb877fadee
lgogdownloader: add installCheck 2021-08-27 02:04:52 +02:00
0x4A6F
212cfed17c
lgogdownloader: add myself as maintainer 2021-08-27 02:04:52 +02:00
github-actions[bot]
10ce8bb753
Merge master into staging-next 2021-08-27 00:01:31 +00:00
R. RyanTM
551bcc0734 lgogdownloader: 3.7 -> 3.8 2021-08-26 08:28:23 +00:00
Dmitry Kalinkin
b0f07a1695
tintin: fix on darwin 2021-08-24 18:21:41 -04:00
Jan Tojnar
4ff3577f25 Merge branch 'staging-next' into staging 2021-08-23 14:19:54 +02:00
Sandro
354afc6ecd
Merge pull request #135285 from Mic92/fix-homepages 2021-08-22 18:30:31 +02:00
Jörg Thalheim
6d65cb8569 bitsnbots: drop
- upstream is dead
- crashes on startup
2021-08-22 16:14:35 +02:00
Jörg Thalheim
7dfbfb6483 banner: fix homepage 2021-08-22 16:07:54 +02:00
Jan Tojnar
7a04c2ad68 Merge branch 'staging-next' into staging
- boost 171 removed on staging-next
- re-generated node-packages.nix

; Conflicts:
;	pkgs/development/java-modules/m2install.nix
;	pkgs/development/node-packages/node-packages.nix
;	pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sandro
ef9b54f47e
Merge pull request #135011 from zeri42/springfix 2021-08-21 15:02:38 +02:00
R. RyanTM
2caeaca5ff crawl: 0.27.0 -> 0.27.1 2021-08-21 12:48:52 +00:00
Luke Granger-Brown
611aede968
Merge pull request #135021 from lukegb/factorio
factorio: 1.1.37 -> 1.1.38
2021-08-21 02:36:43 +01:00
Sandro
3fa9700cd0
Merge pull request #134363 from fgaz/warzone2100/4.1.3
warzone2100: 4.1.1 -> 4.1.3
2021-08-21 02:20:24 +02:00
Luke Granger-Brown
b0c792ec41 factorio-demo: 1.1.37 -> 1.1.38 2021-08-20 23:45:58 +00:00
Luke Granger-Brown
682021ce3f factorio-experimental: 1.1.37 -> 1.1.38 2021-08-20 23:45:06 +00:00
Luke Granger-Brown
745542a016 factorio: 1.1.37 -> 1.1.38 2021-08-20 23:44:21 +00:00
zeri42
ec17a78912 spring: 104.0.1 -> 105.0.1 2021-08-21 00:26:06 +02:00
R. RyanTM
66ba8bc39f crispyDoom: 5.10.2 -> 5.10.3 2021-08-20 20:57:53 +00:00
Michael Raskin
be86a2b10d
Merge pull request #134975 from r-ryantm/auto-update/atanks
atanks: 6.5 -> 6.6
2021-08-20 18:23:15 +00:00
R. RyanTM
a1de036c33 atanks: 6.5 -> 6.6 2021-08-20 17:32:06 +00:00
Sandro
47790d05f4
Merge pull request #134951 from marius851000/fixpioneer
pioneer: fix model compilation
2021-08-20 16:22:18 +02:00
marius david
77eb4bc533 pioneer: fix execution 2021-08-20 15:03:00 +02:00
Sandro
6cbfbcda92
Merge pull request #134537 from fgaz/shattered-pixel-dungeon/1.0.0
shattered-pixel-dungeon: 0.9.3 -> 1.0.0
2021-08-19 21:37:45 +02:00
Sandro
ed2fdff713
Merge pull request #134742 from DeeUnderscore/cataclysm-dda-0.F-1 2021-08-19 20:08:15 +02:00
github-actions[bot]
2970c28349
Merge staging-next into staging 2021-08-19 06:01:34 +00:00
davidak
698d7e277b
Merge pull request #134490 from r-ryantm/auto-update/vkquake
vkquake: 1.05.2 -> 1.05.3
2021-08-19 02:28:56 +02:00
D Anzorge
98af443596 cataclysm-dda: 0.F -> 0.F-1 2021-08-19 01:06:38 +02:00
github-actions[bot]
cadf0193dd
Merge staging-next into staging 2021-08-18 18:01:40 +00:00
Ryan Mulligan
d66e050644
Merge pull request #134422 from r-ryantm/auto-update/osu-lazer
osu-lazer: 2021.720.0 -> 2021.815.0
2021-08-18 09:53:29 -07:00
github-actions[bot]
b6a825a9c7
Merge staging-next into staging 2021-08-18 06:02:10 +00:00
Ben Siraphob
e81da64d2c
Merge pull request #134397 from r-ryantm/auto-update/freeorion
freeorion: 0.4.10.1 -> 0.4.10.2
2021-08-17 19:17:03 -05:00
github-actions[bot]
2341511023
Merge staging-next into staging 2021-08-18 00:01:59 +00:00
Ben Siraphob
f0a97d26f9
Merge pull request #134520 from r-ryantm/auto-update/ultimate-stunts
ultimatestunts: 0.7.6.1 -> 0.7.7.1
2021-08-17 17:47:35 -05:00
Francesco Gazzetta
ea300d1e2d shattered-pixel-dungeon: 0.9.3 -> 1.0.0 2021-08-17 22:40:48 +02:00
R. RyanTM
17a8902c2f ultimatestunts: 0.7.6.1 -> 0.7.7.1 2021-08-17 19:28:13 +00:00
Artturi
d100199818
Merge pull request #134061 from r-ryantm/auto-update/VASSAL
vassal: 3.5.3 -> 3.5.8
2021-08-17 22:02:38 +03:00
R. RyanTM
90f7da71f8 vkquake: 1.05.2 -> 1.05.3 2021-08-17 17:00:37 +00:00
Jan Tojnar
e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
R. RyanTM
acc9fd5415 pioneer: 20210203 -> 20210723 2021-08-17 14:03:04 +00:00
R. RyanTM
3e81d05bbb osu-lazer: 2021.720.0 -> 2021.815.0 2021-08-17 10:50:34 +00:00
R. RyanTM
682c2f2006 freeorion: 0.4.10.1 -> 0.4.10.2 2021-08-17 05:02:22 +00:00
Francesco Gazzetta
4b5f0bfa39 warzone2100: 4.1.1 -> 4.1.3 2021-08-16 23:03:25 +02:00
Luke Granger-Brown
c6dc09c9e9
Merge pull request #133877 from nbraud/factorio/1.1.37
factorio: 1.1.36 → 1.1.37
2021-08-16 19:22:50 +01:00
Sandro
6327a87b56
Merge pull request #133792 from j0hax/ballerburg
ballerburg: include desktop file and icon
2021-08-16 15:16:22 +02:00
github-actions[bot]
9b3f32c547
Merge staging-next into staging 2021-08-16 06:01:39 +00:00
davidak
6978917102 oh-my-git: clearify dependency
the actual dependency is libudev
2021-08-16 12:36:28 +09:00
r-burns
58abd73367
oh-my-git: fix strict eval (#134281)
libudev is an alias to udev
2021-08-15 23:18:23 -04:00
davidak
71ab3c29f9
Merge pull request #134275 from Kranzes/omg-udev
oh-my-git: Add libudev
2021-08-16 02:27:37 +02:00
Ilan Joselevich
a13f8aa9be oh-my-git: Add libudev 2021-08-16 02:37:18 +03:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging 2021-08-15 18:01:33 +00:00
Robert Hensing
fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
Johannes Arnold
b40971db7f ballerburg: include desktop file and icon 2021-08-15 15:25:17 +02:00