Commit Graph

18 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Paul Meyer
fbe8538aa1 treewide: remove jonringer as package maintainer
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
panda2134
9b98a569a8
openrgb: 0.8 -> 0.9 2023-08-20 09:08:40 -05:00
Austin Horstman
f61284a19f
treewide: add meta.mainProgram to misc 2023-08-04 14:10:05 -05:00
Francesco Gazzetta
9aac134336 openrgb: add withPlugins 2023-01-27 11:34:10 +01:00
Martino Fontana
0ea5aa9de2 openrgb: 0.7 -> 0.8
Diff: https://gitlab.com/CalcProgrammer1/OpenRGB/-/compare/release_0.7...release_0.8
2022-12-15 00:59:50 +01:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Elian Doran
80ec92d55a openrgb: add desktop icon 2022-01-28 09:21:48 -08:00
Jeffrey Harmon
e5189acc16 openrgb: 0.6 -> 0.7 2021-12-30 09:52:31 -08:00
Stefan Frijters
25e46dda3d openrgb: Fix udev rules with hardcoded /bin/chmod
New rules introduced in openrgb 0.6.

openrgb: Implement nixpkgs-review suggestions

* warning: missing-phase-hooks
* warning: unclear-gpl
* warning: unnecessary-parallel-building
2021-06-05 08:19:58 -07:00
Jonathan Ringer
b4daf5c910
openrgb: 0.5 -> 0.6 2021-06-01 09:24:59 -07:00
Aamaruvi Yogamani
68d1006cab openrgb: update installCheck
Use $TMPDIR for the home directory to prevent openrgb from aborting.
2020-12-07 11:36:50 -08:00
Aamaruvi Yogamani
6ba3e0eae2 openrgb: add udev rules
The udev rules give user access to supported devices.
2020-12-07 11:36:50 -08:00
Aamaruvi Yogamani
07aee7512c openrgb: 0.4 -> 0.5 2020-12-07 11:36:50 -08:00
Stefan Frijters
a05439ca31
openrgb: 0.3 -> 0.4 (#97711)
* openrgb: 0.3 -> 0.4

* openrgb: Patch project configuration to respect SOURCE_DATE_EPOCH
2020-09-13 21:05:47 -07:00
Jonathan Ringer
23c9c95ad5
openrgb: 0.2 -> 0.3 2020-08-08 18:11:00 -07:00
Jonathan Ringer
8745c7da4b openrgb: init at 0.2 2020-06-19 15:25:11 +00:00