Commit Graph

21 Commits

Author SHA1 Message Date
Aleksana
a427e515ff
Merge pull request #306370 from thecaralice/prism-macos
prismlauncher: fix darwin
2024-04-26 13:55:02 +08:00
Alice Carroll
117f86f9fa
prismlauncher: fix darwin
Previously, `glfw-wayland-minecraft` would always be required and the
macOS application would be located at `<store entry>/PrismLauncher.app`,
while certain utilities (i.e. `home-manager`) expect it to be at
`<store entry>/Applications/PrismLauncher.app`
2024-04-21 01:44:30 +03:00
Sefa Eyeoglu
b730874aa5
prismlauncher: add vulkan-loader
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-13 20:50:04 +02:00
Sefa Eyeoglu
7cada62878
prismlauncher: add jdk21 to wrapper
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-03 18:17:20 +02:00
seth
8d9f5847f0
prismlauncher: better document withWaylandGLFW 2024-01-03 15:59:39 -05:00
Weijia Wang
6794a0533f
Merge pull request #259122 from spikespaz/prismlauncher-glfw-wayland
prismlauncher: add withWaylandGLFW override
2024-01-03 11:21:12 +01:00
Sefa Eyeoglu
c197424bb1
prismlauncher: add pciutils to wrapper
The application uses lspci to print some system information to log

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-21 10:41:58 +01:00
Jacob Birkett
9175b939c1 prismlauncher: give interm. package accurate name 2023-11-07 03:30:12 -07:00
Jacob Birkett
8be05482df prismlauncher: move shellWrapper to let block 2023-11-07 03:30:12 -07:00
Jacob Birkett
915431fb2d prismlauncher: add comments explaining new args 2023-10-04 22:26:23 -07:00
seth
cc4bb3d672 prismlauncher: add withWaylandGLFW override 2023-10-04 22:25:04 -07:00
seth
cd1310ab07
prismlauncher: use addOpenGLRunpath.driverLink in wrapper 2023-09-29 17:14:17 -04:00
seth
ae4acddbb6
prismlauncher: include libusb1 as a runtime dependency (#256124)
* prismlauncher: include libusb1 as a runtime dependency

* prismlauncher: add meta.mainProgram attribute
2023-09-19 20:28:13 +03:00
Sefa Eyeoglu
7bf7c4049a
prismlauncher: include udev as a runtime dependency
OSHI might need udev to acquire some information. A recent Minecraft
released updated this library, which caused a warning to be printed on
launch about this missing dependency.

See https://github.com/oshi/oshi/pull/2327

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-30 21:56:26 +02:00
Sefa Eyeoglu
a1a757feb8 prismlauncher: rename to programs/libs runtimePrograms/runtimeLibs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-13 07:10:04 +01:00
Sefa Eyeoglu
921102518a prismlauncher: add mesa-demos to PATH
Prism Launcher uses glxinfo to query GPU information.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-13 07:10:04 +01:00
Sefa Eyeoglu
d60de69148 prismlauncher: add additionalPrograms parameter
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-13 07:10:04 +01:00
Sefa Eyeoglu
65db78515a prismlauncher: add flite for TTS support
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-13 07:10:04 +01:00
seth
7ed803a136
prismlauncher: add support for darwin 2023-08-03 12:56:06 -04:00
Sefa Eyeoglu
e17bf7b272
prismlauncher: expose parameters of unwrapped package
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 09:55:42 +02:00
Sefa Eyeoglu
97516c6034
prismlauncher: introduce unwrapped packages
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 09:55:41 +02:00