Commit Graph

32 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
seth
818e420655
prismlauncher: 8.2 -> 8.3
Diff: https://github.com/PrismLauncher/PrismLauncher/compare/8.2...8.3

Changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/8.3
2024-04-23 14:21:19 -04: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
TomaSajt
0e20953796
treewide: use stripJavaArchivesHook instead of canonicalize-jars-hook 2024-03-17 13:35:12 +01:00
Sefa Eyeoglu
4b3ee81a17
prismlauncher: 8.0 -> 8.2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-04 08:50:05 +01:00
TomaSajt
d996dfce09
prismlauncher: fix meta using lib.version instead of finalAttrs.version 2023-12-31 21:27:46 +01:00
Sefa Eyeoglu
8cda15836d
prismlauncher: 7.2 -> 8.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-11-07 20:45:10 +01:00
Nick Cao
864c11de15
prismlauncher: add patch for qt 6.6 support 2023-10-12 09:30:57 -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
seth
40a6e38aeb
prismlauncher: add canonicalize-jars-hook
this strips timestamps from java build artifacts, fixing reproducibility
issues
2023-08-22 08:28:16 -04:00
seth
7ed803a136
prismlauncher: add support for darwin 2023-08-03 12:56:06 -04:00
Sefa Eyeoglu
68c080daae
prismlauncher: 7.1 -> 7.2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-26 14:26:32 +02:00
Sefa Eyeoglu
31fbc6eb9d
prismlauncher: 7.0 -> 7.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-16 14:53:00 +02:00
seth
e7eeb95289
prismlauncher: 6.3 -> 7.0 (#236705)
* prismlauncher: 6.3 -> 7.0

* prismlauncher: add getchoo as comaintainer
2023-06-11 22:00:20 +02:00
Sefa Eyeoglu
26dda3c45e
prismlauncher: enable PIE
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 09:55:42 +02:00
Sefa Eyeoglu
b130e618d6
prismlauncher: allow empty msaClientID
Upstream supports leaving the value empty, which effectively disables
the code related to that client id.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 09:55:42 +02:00
Sefa Eyeoglu
fa7b31cf86
prismlauncher: simplify postUnpack
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
Sandro
b88ebd492a
Merge pull request #223908 from Scrumplex/fix-prismlauncher-gamemode 2023-04-07 01:24:16 +02:00
seth
e93cb0ad0f
prismlauncher: use ninja 2023-04-01 18:55:58 +00:00
Sefa Eyeoglu
86361b5767
prismlauncher: add support for GameMode
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-30 19:04:51 +02:00
Sefa Eyeoglu
2f9b913c50
prismlauncher: use qtWrapperArgs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-03-08 11:05:26 +01:00
Sefa Eyeoglu
a11a5070d2
prismlauncher: 6.1 -> 6.3
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-02-03 19:43:33 +01:00
Sandro
193a49444c
Merge pull request #206806 from Infinidoge/fix/prismlauncher-jdk-version
prismlauncher: use jdk17 instead of jdk
2022-12-20 16:05:45 +01:00
Sefa Eyeoglu
92cdce9326
prismlauncher: 6.0 -> 6.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-19 18:12:04 +01:00
Infinidoge
3350d42244 prismlauncher: use jdk17 instead of jdk
Prism Launcher only officially supports jdk 17/18 for running newer
versions of Minecraft, as they found that jdk 19 introduced a number of
edge cases.
This fixes an issue where the newer version of Java that the launcher
proposes is incompatible with the launcher itself, leading to errors
when running instances on newer versions of Minecraft.
2022-12-19 01:40:49 -05:00
Sefa Eyeoglu
87267bb8cf
prismlauncher: 5.2 -> 6.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-13 10:38:58 +01:00
Mustafa Çalışkan
679b5bde4e
prismlauncher: add qtwayland to buildInputs 2022-11-19 09:35:45 +03:00
Skyler Grey
c220703aee
prismlauncher: 5.1 -> 5.2
Changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/5.2
2022-11-15 17:33:28 +00:00
Sefa Eyeoglu
c77f59d15b
prismlauncher: 5.0 -> 5.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-01 11:51:31 +01:00
Luna Nova
a7f6c1dd96
prismlauncher: pass -DLauncher_QT_VERSION_MAJOR=6 on qt6, add qtsvg dep for icons 2022-10-22 08:02:10 -07:00
Skyler Grey
290d7b2819
prismlauncher: init at 5.0 2022-10-19 19:06:49 +01:00