summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-12-30 08:01:19 -0600
committermsglm <msglm@techchud.xyz>2023-12-30 08:01:19 -0600
commit0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194 (patch)
treefb14cd01f51467947621515d6d4efb3acc61cbfb
parent1215626b58e7f01a4f68b0e9da60908643de9775 (diff)
downloadguix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.tar.gz
guix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.tar.bz2
guix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.zip
minecraft launchers bumped
-rw-r--r--pollymc.scm14
-rw-r--r--prismlauncher-gpu.scm4
2 files changed, 9 insertions, 9 deletions
diff --git a/pollymc.scm b/pollymc.scm
index f659c72..387728a 100644
--- a/pollymc.scm
+++ b/pollymc.scm
@@ -17,7 +17,7 @@
(define-public pollymc
(package
(name "pollymc")
- (version "7.1")
+ (version "8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -42,8 +42,7 @@
(wrap-program bin
`("PATH" ":" prefix (,(string-append xrandr "/bin")))
`("QT_PLUGIN_PATH" ":" prefix (,(string-append
- qtwayland "/lib/qt5/plugins")))
- )
+ qtwayland "/lib/qt5/plugins"))))
#t))))))
(native-inputs (list extra-cmake-modules))
(inputs (list bash-minimal ; for wrap-program
@@ -59,17 +58,18 @@
pulseaudio
mesa))
(propagated-inputs (list `(,openjdk17 "jdk")))
- (home-page "https://pollymc.org/")
+ (home-page "https://github.com/fn2006/PollyMC")
(synopsis "Free, open source launcher for Minecraft")
(description
"Allows you to have multiple, separate instances of Minecraft (each with
their own mods, texture packs, saves, etc), and helps you manage them and
their associated options with a simple interface.
-PollyMC is a fork of Prism Launcher that adds support for Ely.by accounts and allows you to play offline mode without an account
+PollyMC is a fork of Prism Launcher that adds support for Ely.by
+accounts and allows you to play offline mode without an account
-PollyMC is not endorsed by or affiliated with the Prism Launcher project. If you have any problems open an issue here, do not bug the Prism Launcher maintainers.
-")
+PollyMC is not endorsed by or affiliated with the Prism Launcher project.
+If you have any problems open an issue here, do not bug the Prism Launcher maintainers.")
(license (list license:gpl3 ; PolyMC, launcher
license:expat ; MinGW runtime, lionshead, tomlc99
license:lgpl3 ; Qt 5/6
diff --git a/prismlauncher-gpu.scm b/prismlauncher-gpu.scm
index eedaf11..2a8e40c 100644
--- a/prismlauncher-gpu.scm
+++ b/prismlauncher-gpu.scm
@@ -17,7 +17,7 @@
(define-public prismlauncher-gpu
(package
(name "prismlauncher-gpu")
- (version "7.2")
+ (version "8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -27,7 +27,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0q3fva33h5hvbd9hkfc48jzj8jyv4xpg0j2w6qnx4ydbs2khaxi4"))))
+ "0fdcv28phq0knd1a9isy04vpcb85q0jjz2ksjsxg14ya39rz0ac3"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags