Commit Graph

38 Commits

Author SHA1 Message Date
Viorel-Cătălin Răpițeanu
5cadfbeb38 lutris: 0.5.14 -> 0.5.16
https://github.com/lutris/lutris/releases/tag/v0.5.16
Removed the patch for the failing test.
2024-01-25 23:00:34 +02:00
K900
e27d402ea4 lutris: 0.5.13 -> 0.5.14 2023-10-30 01:55:19 +03:00
Austin Horstman
f61284a19f
treewide: add meta.mainProgram to misc 2023-08-04 14:10:05 -05:00
Ilan Joselevich
fe9166fd67
lutris: 0.5.12 -> 0.5.13 2023-05-20 17:35:38 +03:00
Martino Fontana
4249504385 lutris: remove wine dependency 2023-04-04 00:07:13 +02:00
Artturin
cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sandro Jäckel
697f738354
lutris: cleanup, match attr and pname 2022-12-17 04:39:52 +01:00
Sandro Jäckel
d0955299de
lutris: avoid mount suid wrapper error in fhsenv by using none suid binary
lutris only calls mount -v which does not require special priviliges.
2022-12-17 04:38:58 +01:00
wackbyte
0fe2967175
lutris: 0.5.11 -> 0.5.12 2022-12-06 19:11:38 -05:00
Solene Rapenne
a92619ff25 lutris: 0.5.10.1 -> 0.5.11 2022-08-25 21:59:54 +02:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
R. Ryantm
d5b646502d lutris-unwrapped: 0.5.10 -> 0.5.10.1 2022-04-19 06:13:43 +00:00
Madoura
b18031c413
treewide/meta: Remove chiiruno and replace with Madouura (#169096)
* maintainers: remove chiiruno

* nixos/zeronet.nix: replace chiiruno with Madouura

* nixos/hydron: replace chiiruno with Madouura

* nixos/tests/bcachefs: replace chiiruno with Madouura

* lutris: replace chiiruno with Madouura

* qtchan: replace chiiruno with Madouura

* tinygo: replace chiiruno with Madouura

* vlang: replace chiiruno with Madouura

* merkletools: replace chiiruno with Madouura

* easyjson: replace chiiruno with Madouura

* quicktemplate: replace chiiruno with Madouura

* statik: replace chiiruno with Madouura

* dumb: replace chiiruno with Madouura

* sndio: replace chiiruno with Madouura

* hydron: replace chiiruno with Madouura

* edid-decode-unstable: replace chiiruno with Madouura

* tewisay: replace chiiruno with Madouura

* svt-av1: replace chiiruno with Madouura
2022-04-18 02:13:36 +03:00
Solene Rapenne
459d04132d lutris: 0.5.9.1 -> 0.5.10 2022-04-03 13:50:17 +02:00
wackbyte
53e7de919d
lutris: 0.5.8.4 -> 0.5.9.1
I added a patch that unhardcodes calls to xrandr and fixes calls to nosetests.
I also added xvfb-run because the tests need to run with an X server.
2021-10-18 20:42:38 -04:00
Ilan Joselevich
afe5bef405 lutris-unwrapped: 0.5.8.3 -> 0.5.8.4 2021-07-03 15:46:45 +03:00
fortuneteller2k
b9e4b2f679 lutris: 0.5.7.1 -> 0.5.8.3 2021-04-10 07:20:57 +08:00
Sandro Jäckel
f96c5a5cc6
lutris: remove unused input 2021-02-22 01:16:26 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Herman Fries
a770258f82 lutris: 0.5.6 -> 0.5.7.1 2020-08-21 06:17:23 -07:00
Jonathan Ringer
df99f195e8
lutris: add xorg.xkbcomp
```
Traceback (most recent call last):
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/exceptions.py", line 36, in wrapper
    return function(*args, **kwargs)
  File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/game.py", line 430, in configure_game
    xkbcomp = subprocess.Popen(xkbcomp_command, stdin=subprocess.PIPE)
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'xkbcomp'
```
2020-07-07 17:17:32 -07:00
Jonathan Ringer
dc16bda3fe lutris: fix for us keyboard layouts 2020-07-07 17:13:46 -07:00
Jonathan Ringer
37238ff716 lutris-unwrapped: 0.5.5 -> 0.5.6, fix dialouge crashing bug
would crash with:
```
GLib-GIO-ERROR **: 06:04:50.903: No GSettings schemas are installed on the system
```

if a dialouge box would open.
2020-06-25 12:28:50 -07:00
samlich
8f6882bb4c lutris: fix gog integration 2020-04-19 22:16:29 +00:00
Jonathan Ringer
d71ed93abf lutris: 0.5.4 -> 0.5.5 2020-04-07 10:12:29 -07:00
Orivej Desh
11315a3e27 lutris: 0.5.3 -> 0.5.4 2020-03-21 16:08:38 +00:00
Andrew Valencik
3ae9f165dd lutris: 0.5.2.1 -> 0.5.3 2019-09-08 09:27:24 +03:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Nikolay Amiantov
48d98b02f6 lutris: use optimus and nvidia from environment
That's the correct way because these should be enabled with NixOS
modules.
2019-07-18 12:43:14 +03:00
Nikolay Amiantov
b0a961e6fa lutris: refactor, fix icons
* Split the package into wrapped and unwrapped versions;
* Use FHS chrootenv for libraries instead of adding them to
LD_LIBRARY_PATH;
* Fix wrapping so that icons now work.
2019-07-18 12:34:29 +03:00
Nikolay Amiantov
62ef555a96 lutris: use wineWowPackages
They are built by Hydra.
2019-06-28 16:55:56 +03:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Matthew Bauer
263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jonathan Ringer
fbc96ad9e0 lutris: add hicolor theme 2019-06-04 16:51:35 -07:00
Okina Matara
59738bae06 lutris: init at 0.5.2.1
Original derivation for version 0.4.18 by Chiiruno.
With minor fixes by yegortimoshenko.
Updated by 0.5.2.1 by abbradar.
2019-05-25 10:58:54 +03:00