Ryan Mulligan
99a9574518
Merge pull request #164251 from r-ryantm/auto-update/terraria-server
...
terraria-server: 1.4.3.5 -> 1.4.3.6
2022-03-15 07:27:22 -07:00
R. Ryantm
e5c209d965
terraria-server: 1.4.3.5 -> 1.4.3.6
2022-03-15 11:00:32 +00:00
davidak
3f51820f39
Merge pull request #129707 from dtzWill/update/klavaro-3.13
...
klavaro: 3.11 -> 3.13, espeak support
2022-03-14 16:53:24 +01:00
Jonathan Ringer
198f6c583e
steam: re-expose LD_LIBRARY_PATH
...
Was incorrectly altered after cherry-pick
2022-03-14 08:15:45 -07:00
R. Ryantm
aee602ac0e
airshipper: 0.6.0 -> 0.7.0
2022-03-14 21:44:42 +08:00
Alyssa Ross
674223e648
tuxpaint: enable parallel building
...
Tested at -j48.
2022-03-14 12:57:44 +00:00
Alyssa Ross
3d0e5c1227
tuxpaint: stamps: 2014-08-23 -> 2021-11-25
2022-03-14 12:57:44 +00:00
Alyssa Ross
d319a2b798
tuxpaint: 0.9.24 -> 0.9.27; clarify license
...
It's not right for everything to be in nativeBuildInputs, but most of
the dependencies will never cross-compile anyway, so I'm just going to
leave it alone.
2022-03-14 12:57:44 +00:00
Alyssa Ross
e1b23b90ce
xsnow: 3.3.6 -> 3.4.4
2022-03-14 12:57:11 +00:00
Will Dietz
5dd15bb54c
klavaro: another icon fix per PR feedback
2022-03-14 07:50:05 -05:00
Anderson Torres
8590804259
Merge pull request #164046 from AndersonTorres/metalab-mirrors
...
Change metalab mirrors to ibiblioPubLinux ones
2022-03-14 08:26:42 -03:00
Artturi
ad02135fb2
Merge pull request #163750 from anund/fix_devilutionx_icons
2022-03-14 13:08:13 +02:00
Will Dietz
606eab00d0
klavaro: patch to use non-deprecated names for icons
...
Started just wanting to fix the "gtk-strikethrough" icon,
but kept finding items marked deprecated.
This change may be incomplete, but all changes were to deprecated
icons (that used to be "stock", I think).
Icon name candidates were identified by extracting all used icon-name
values and checking which existed in my system's copy of the 'breeze' theme.
If missing, these were checked online to find the new replacement.
(I couldn't find an authoritative list of the replacements,
but looking each up finds the right deprecation warning)
2022-03-13 22:39:36 -05:00
Will Dietz
09c7cf2f4e
klavaro: patch to fix invalid free
2022-03-13 22:39:35 -05:00
AndersonTorres
ae55f08023
bsdgames: ibiblioPubLinux mirror
2022-03-13 21:18:53 -03:00
Will Dietz
65eed885d6
klavaro: 3.11 -> 3.13, espeak support
...
* espeak fixup from #64488
* gtkdatabox
2022-03-13 13:06:56 -05:00
Sergei Trofimovich
71b07eaac3
freedroidrpg: add upstream fix for -fno-common toolchains
...
Without the upstream change build fails on toolchains that default to
`-fno-common` (like clang-13 or upstream gcc-10+):
$ nix build --impure --expr 'with import ./.{}; freedroidrpg.override { stdenv = clang13Stdenv; }' -L
...
freedroidrpg> ld: addon_crafting_ui.o:/build/freedroidrpg-0.16.1/src/./struct.h:1025:
multiple definition of `tux_rendering'; action.o:/build/freedroidrpg-0.16.1/src/./struct.h:1025: first defined here
...
2022-03-13 07:59:07 +00:00
Anund
ee7e17b540
devilutionx: fix invalid icon filename references
...
The .desktop entries for devilutionx and devilutionx-hellfire point to
icons with an *x* at the end of devilutionx. Added in that missing x and
included the 32x32 variant of those icons.
2022-03-12 04:23:31 +11:00
Artturi
2aec8ab333
Merge pull request #163218 from r-ryantm/auto-update/vintagestory
...
vintagestory: 1.16.3 -> 1.16.4
2022-03-11 01:29:12 +02:00
Philipp Riegger
90aa1ce3cc
factorio-experimental: 1.1.53 -> 1.1.56
2022-03-09 20:32:11 +01:00
Sandro
cef4c12411
Merge pull request #162985 from trofi/fix-ufoai-underlinking
2022-03-09 16:17:08 +01:00
R. Ryantm
5b0df0234d
fheroes2: 0.9.12 -> 0.9.13
2022-03-08 06:23:40 +00:00
R. Ryantm
705f2d7827
vintagestory: 1.16.3 -> 1.16.4
2022-03-07 23:06:10 +00:00
R. Ryantm
9b4a029461
terraria-server: 1.4.3.2 -> 1.4.3.5
2022-03-07 20:03:12 +00:00
Sergei Trofimovich
e545a7796b
ufoai: fix underlinking against -lm
...
Without the change build fails as:
ld: release-linux-x86_64/testall/client/sound/s_mix.c.o: undefined reference to symbol 'acos@@GLIBC_2.2.5'
With change added I was able to start ufoai.
2022-03-06 08:52:54 +00:00
Artturi
c5a78fde9c
Merge pull request #161922 from jyooru/remove/steam-fonts
...
steam-fonts: remove
2022-03-06 10:16:11 +02:00
Artturi
6f24db2d94
Merge pull request #162015 from r-ryantm/auto-update/unciv
...
unciv: 3.19.8 -> 3.19.12
2022-03-06 09:49:36 +02:00
Atemu
b4e2df2e10
remove networkmanager098 ( #162904 )
2022-03-05 22:19:36 +02:00
Brian Leung
19d4aedf71
vimgolf: init at 0.5.0 ( #157642 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-05 01:22:42 +01:00
Sandro
c8e640c2a3
Merge pull request #162284 from robintown/minecraft-server
2022-03-04 11:56:35 +01:00
Jonathan Ringer
b685f44ef2
steam-run: inherit extraInstallCommands
2022-03-03 16:57:16 -08:00
Anderson Torres
2ec61aa313
Merge pull request #162480 from AndersonTorres/new-misc
...
blockattack: 2.7.0 -> 2.8.0
2022-03-03 00:47:06 -03:00
Jonathan Ringer
5f91781b55
treewide: remove steam-run-native
2022-03-02 12:25:45 -08:00
Jonathan Ringer
fae860361e
steam: remove nativeOnly options
2022-03-02 12:25:45 -08:00
AndersonTorres
1b534c4789
blockattack: 2.7.0 -> 2.8.0
2022-03-02 08:09:13 -03:00
ajs124
0c5696f9da
Merge pull request #162336 from fgaz/warzone2100/4.2.6
...
warzone2100: 4.2.4 -> 4.2.6
2022-03-02 00:57:56 +01:00
Domen Kožar
f756603651
Merge pull request #162203 from Kloenk/minetest_darwin
...
minetest: fix build on aarch64-darwin
2022-03-01 11:10:30 +01:00
Francesco Gazzetta
ffa839f4f9
warzone2100: 4.2.4 -> 4.2.6
2022-03-01 10:13:45 +01:00
Robin Townsend
4f1f0f71d9
minecraft-server: 1.18.1 -> 1.18.2
2022-02-28 20:14:37 -05:00
K900
1e2662c5fd
treewide: fix some desktop file names
...
pkgs.writeTextFile doesn't like spaces in filenames.
This is fixed in #162246 , but other tools will probably dislike
spaces in .desktop file names as well, and that PR will take forever,
so let's fix this anyway.
2022-02-28 20:15:33 +03:00
Finn Behrens
6c9fe8eaa6
minetest: fix build on aarch64-darwin
2022-02-28 12:54:53 +01:00
Jonathan Ringer
27e7b4d9c7
steam: add dotnet support
2022-02-27 14:19:13 -08:00
Renaud
9659f768d0
Merge pull request #161039 from 0x4A6F/master-lgogdownloader
...
lgogdownloader: 3.8 -> 3.9
2022-02-27 22:17:44 +01:00
André-Patrick Bubel
eec72b56d7
cataclysm-dda: enable parallel building ( #161957 )
2022-02-27 08:43:56 +02:00
Dmitry Kalinkin
23380df7de
randtype: mark as broken on darwin
2022-02-26 20:37:04 -05:00
R. Ryantm
3c271305f2
unciv: 3.19.8 -> 3.19.12
2022-02-26 18:40:12 +00:00
Joel
a1ca3247f1
steam-fonts: remove
...
The source now returns a 404 and Steam no longer needs these fonts.
2022-02-26 14:51:55 +10:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
ac2165529b
angband: 4.2.3 -> 4.2.4
2022-02-25 10:59:58 -08:00
P. R. d. O
c5a109f847
heroic: 2.0.2 -> 2.2.1
2022-02-24 20:53:07 -06:00