Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: minecraft-launcher-2.1.13829
@ 2020-05-14  1:18 MattTreadwell
  2020-05-14  1:27 ` [PR PATCH] [Updated] " MattTreadwell
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  1:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

There is a new pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2382 bytes --]

From e2275cad8d01aca1042244f08b4786e6146e7bad Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..d339963b1aa
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for 'minecraft-launcher'
+pkgname="minecraft-launcher"
+version="2.1.13829"
+revision="1"
+archs="noarch"
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+skip_extraction="minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+repository="nonfree"
+restricted="yes"
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
@ 2020-05-14  1:27 ` MattTreadwell
  2020-05-14  1:30 ` MattTreadwell
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2380 bytes --]

From a42274e0358597ef8e81be3d6c151485fc414fa4 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..8d3dedfa2e4
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for '"minecraft-launcher"'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision="1"
+archs="noarch"
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository="nonfree"
+restricted="yes"
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
  2020-05-14  1:27 ` [PR PATCH] [Updated] " MattTreadwell
@ 2020-05-14  1:30 ` MattTreadwell
  2020-05-14  1:33 ` MattTreadwell
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  1:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2380 bytes --]

From 7a1cf9563bcca155b8f51a877765878d2f82088d Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..8d3dedfa2e4
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for '"minecraft-launcher"'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision="1"
+archs="noarch"
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository="nonfree"
+restricted="yes"
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
  2020-05-14  1:27 ` [PR PATCH] [Updated] " MattTreadwell
  2020-05-14  1:30 ` MattTreadwell
@ 2020-05-14  1:33 ` MattTreadwell
  2020-05-14  1:41 ` MattTreadwell
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  1:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2380 bytes --]

From 8cef944b64dc9f7dce70e1b49649c0899baf0b74 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..8d3dedfa2e4
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for '"minecraft-launcher"'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision="1"
+archs="noarch"
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository="nonfree"
+restricted="yes"
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (2 preceding siblings ...)
  2020-05-14  1:33 ` MattTreadwell
@ 2020-05-14  1:41 ` MattTreadwell
  2020-05-14  2:09 ` MattTreadwell
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  1:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2380 bytes --]

From 43c03f9f0b5a3fe6a668c5f14bf64585f2fbf099 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..8d3dedfa2e4
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for '"minecraft-launcher"'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision="1"
+archs="noarch"
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository="nonfree"
+restricted="yes"
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (3 preceding siblings ...)
  2020-05-14  1:41 ` MattTreadwell
@ 2020-05-14  2:09 ` MattTreadwell
  2020-05-14  3:30 ` MattTreadwell
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  2:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2370 bytes --]

From 661fd2628cafa825cdae253b405348601485cc89 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..90fdbd180e1
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for 'minecraft-launcher'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision=1
+archs=noarch
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository=nonfree
+restricted=yes
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (4 preceding siblings ...)
  2020-05-14  2:09 ` MattTreadwell
@ 2020-05-14  3:30 ` MattTreadwell
  2020-05-14  3:34 ` MattTreadwell
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  3:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 5401 bytes --]

From 661fd2628cafa825cdae253b405348601485cc89 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH 1/2] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..90fdbd180e1
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for 'minecraft-launcher'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision=1
+archs=noarch
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository=nonfree
+restricted=yes
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

From 5e9a10cc20c114b0343be383538eac654f44f6fe Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 20:30:44 -0700
Subject: [PATCH 2/2] New package: minecraft-legacy-1.6.93

---
 srcpkgs/minecraft-legacy/INSTALL.msg          | 10 +++++++
 .../minecraft-legacy/files/minecraft-legacy   |  4 +++
 srcpkgs/minecraft-legacy/template             | 30 +++++++++++++++++++
 3 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/minecraft-legacy/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-legacy/files/minecraft-legacy
 create mode 100644 srcpkgs/minecraft-legacy/template

diff --git a/srcpkgs/minecraft-legacy/INSTALL.msg b/srcpkgs/minecraft-legacy/INSTALL.msg
new file mode 100644
index 00000000000..8622c5213da
--- /dev/null
+++ b/srcpkgs/minecraft-legacy/INSTALL.msg
@@ -0,0 +1,10 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
+------------------------------------------------------------------
+NOTE: This package may not be compatible with newest versions of
+      minecraft.
+      Install minecraft-launcher to run the latest versions of 
+      minecraft.
diff --git a/srcpkgs/minecraft-legacy/files/minecraft-legacy b/srcpkgs/minecraft-legacy/files/minecraft-legacy
new file mode 100644
index 00000000000..f2fadfa24d6
--- /dev/null
+++ b/srcpkgs/minecraft-legacy/files/minecraft-legacy
@@ -0,0 +1,4 @@
+#!/bin/sh
+JAR_PATH=/opt/minecraft-legacy/launcher.jar
+
+java -jar $JAR_PATH
diff --git a/srcpkgs/minecraft-legacy/template b/srcpkgs/minecraft-legacy/template
new file mode 100644
index 00000000000..e6487050268
--- /dev/null
+++ b/srcpkgs/minecraft-legacy/template
@@ -0,0 +1,30 @@
+# Template file for 'minecraft-legacy'
+pkgname=minecraft-legacy
+version=1.6.93
+revision=1
+archs=noarch
+wrksrc="minecraft-legacy"
+depends="virtual?java-runtime wmname wget"
+short_desc="Legacy launcher for Minecraft (outdated)"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/v1/objects/eabbff5ff8e21250e33670924a0c5e38f47c840b/launcher.jar https://account.mojang.com/documents/minecraft_eula"
+checksum="d98de795667f666652e4d0f453708c51292cc326860f387ae8fdfc7cbaf33ca1 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="launcher.jar minecraft_eula"
+repository=nonfree
+restricted=yes
+
+do_extract() {
+	# Need placeholder file because we don't extract any distfiles
+	touch placeholder
+}
+
+do_install() {
+	vmkdir /opt
+	vmkdir /opt/minecraft-legacy
+	vcopy "${XBPS_SRCDISTDIR}/${pkgname}-${version}/launcher.jar" "/opt/minecraft-legacy/"
+	vbin ${FILESDIR}/minecraft-legacy
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (5 preceding siblings ...)
  2020-05-14  3:30 ` MattTreadwell
@ 2020-05-14  3:34 ` MattTreadwell
  2020-05-14  4:13 ` Vaelatern
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  3:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 2370 bytes --]

From 661fd2628cafa825cdae253b405348601485cc89 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/INSTALL.msg |  5 +++++
 srcpkgs/minecraft-launcher/template    | 28 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/INSTALL.msg
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/INSTALL.msg b/srcpkgs/minecraft-launcher/INSTALL.msg
new file mode 100644
index 00000000000..556d58da0ad
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/INSTALL.msg
@@ -0,0 +1,5 @@
+To start the Minecraft launcher a java implementation is required,
+right now you can install the Open Java Runtime (openjdk-jre) or
+the Oracle propietary "oracle-jre" package available
+in the nonfree repository; alternatively you can also use your own
+and make sure that "java" executable is in your PATH.
diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..90fdbd180e1
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for 'minecraft-launcher'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision=1
+archs=noarch
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository=nonfree
+restricted=yes
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (6 preceding siblings ...)
  2020-05-14  3:34 ` MattTreadwell
@ 2020-05-14  4:13 ` Vaelatern
  2020-05-14  4:26 ` MattTreadwell
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Vaelatern @ 2020-05-14  4:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628375480

Comment:
INSTALL.msg is way too long, why do we need this package? Why is it restricted instead of the existing minecraft package's merely nonfree?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (7 preceding siblings ...)
  2020-05-14  4:13 ` Vaelatern
@ 2020-05-14  4:26 ` MattTreadwell
  2020-05-14  4:38 ` [PR PATCH] [Updated] " MattTreadwell
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  4:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

New comment by MattTreadwell on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628378615

Comment:
@Vaelatern Currently, the existing minecraft package violates Mojang's license which doesn't allow redistribution. This is the currently maintained launcher by Mojang. In https://github.com/void-linux/void-packages/issues/13139, there were reports of issues running newer minecraft versions on the existing launcher. 

Ideally, we'd have minecraft-launcher and minecraft-legacy packages which abide by Mojang's licensing (replacing the existing minecraft package). This way users can choose between the electron launcher (minecraft-launcher) or the java launcher (minecraft-legacy).

I'll definitely change INSTALL.msg and add the `build_style=fetch` to https://github.com/void-linux/void-packages/pull/21944

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (8 preceding siblings ...)
  2020-05-14  4:26 ` MattTreadwell
@ 2020-05-14  4:38 ` MattTreadwell
  2020-05-14 18:12 ` Vaelatern
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14  4:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

There is an updated pull request by MattTreadwell against master on the void-packages repository

https://github.com/MattTreadwell/void-packages master
https://github.com/void-linux/void-packages/pull/21940

New package: minecraft-launcher-2.1.13829
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

A patch file from https://github.com/void-linux/void-packages/pull/21940.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21940.patch --]
[-- Type: text/x-diff, Size: 1727 bytes --]

From f6eaa84ae00e0efe88fb306a5161d418bb1f0a72 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..90fdbd180e1
--- /dev/null
+++ b/srcpkgs/minecraft-launcher/template
@@ -0,0 +1,28 @@
+# Template file for 'minecraft-launcher'
+pkgname=minecraft-launcher
+version=2.1.13829
+revision=1
+archs=noarch
+wrksrc="minecraft-launcher"
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
+short_desc="Mojang's Electron launcher for Minecraft"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
+homepage="http://www.minecraft.net/"
+distfiles="https://launcher.mojang.com/download/Minecraft.tar.gz https://account.mojang.com/documents/minecraft_eula"
+checksum="e525c31bd6bacb7483929a674a5c8515a8ebb1b3f67ffd018f6f12a84f4e7051 a1487b03e88c43c7a33ed2f24328ae28767c17fca73d846193adc188b9e0ddc2"
+skip_extraction="minecraft_eula"
+repository=nonfree
+restricted=yes
+
+do_install() {
+	vmkdir /opt
+	vcopy "minecraft-launcher" "/opt/minecraft-launcher"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/lib/"
+	rm -rf "${DESTDIR}/opt/minecraft-launcher/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/minecraft-launcher/minecraft-launcher" "${DESTDIR}/usr/bin/minecraft-launcher"
+
+	vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/minecraft_eula"
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (9 preceding siblings ...)
  2020-05-14  4:38 ` [PR PATCH] [Updated] " MattTreadwell
@ 2020-05-14 18:12 ` Vaelatern
  2020-05-14 19:57 ` MattTreadwell
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Vaelatern @ 2020-05-14 18:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628802833

Comment:
Why continue to distribute the legacy version at all, then?

And doesn't MultiMC remove all these issues for us?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (10 preceding siblings ...)
  2020-05-14 18:12 ` Vaelatern
@ 2020-05-14 19:57 ` MattTreadwell
  2020-05-14 19:57 ` MattTreadwell
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

New comment by MattTreadwell on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628855453

Comment:
I don't think there's a good reason to continue to distributing the legacy launcher. When I tried updating the existing minecraft launcher (to the electron one), there wash some push back in https://github.com/void-linux/void-packages/issues/13139. 

MultiMC seems like it does solve the issue. On the other hand, some users may want to use Mojang's official launcher even though it's closed source. I mean, there's an `oraclejdk` package even though most people are using `openjdk` without issue.

For the legacy package, it should either be purged or at the very least use some of the updates I proposed (whether it's as `minecraft` or `minecraft-legacy`). 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (11 preceding siblings ...)
  2020-05-14 19:57 ` MattTreadwell
@ 2020-05-14 19:57 ` MattTreadwell
  2020-05-14 23:07 ` the-maldridge
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-14 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

New comment by MattTreadwell on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628855453

Comment:
I don't think there's a good reason to continue to distributing the legacy launcher. When I tried updating the existing minecraft launcher (to the electron one), there was some push back in https://github.com/void-linux/void-packages/issues/13139. 

MultiMC seems like it does solve the issue. On the other hand, some users may want to use Mojang's official launcher even though it's closed source. I mean, there's an `oraclejdk` package even though most people are using `openjdk` without issue.

For the legacy package, it should either be purged or at the very least use some of the updates I proposed (whether it's as `minecraft` or `minecraft-legacy`). 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (12 preceding siblings ...)
  2020-05-14 19:57 ` MattTreadwell
@ 2020-05-14 23:07 ` the-maldridge
  2020-05-14 23:07 ` [PR PATCH] [Closed]: " the-maldridge
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2020-05-14 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628932197

Comment:
MultiMC already serves the purpose of a launcher for distro packaged software.  One of the good things of Java is that you can put JARs anywhere you want.  That is the most appropriate way to install the launcher.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (13 preceding siblings ...)
  2020-05-14 23:07 ` the-maldridge
@ 2020-05-14 23:07 ` the-maldridge
  2020-05-15  1:48 ` MattTreadwell
  2020-05-15  1:55 ` MattTreadwell
  16 siblings, 0 replies; 18+ messages in thread
From: the-maldridge @ 2020-05-14 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

There's a closed pull request on the void-packages repository

New package: minecraft-launcher-2.1.13829
https://github.com/void-linux/void-packages/pull/21940

Description:
Continuation of https://github.com/void-linux/void-packages/pull/14221 with the input from https://github.com/void-linux/void-packages/issues/13139. I'll close my old PR and start working on a minecraft-legacy package to replace the original, unmaintained minecraft package.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (14 preceding siblings ...)
  2020-05-14 23:07 ` [PR PATCH] [Closed]: " the-maldridge
@ 2020-05-15  1:48 ` MattTreadwell
  2020-05-15  1:55 ` MattTreadwell
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-15  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

New comment by MattTreadwell on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628977750

Comment:
@the-maldridge I'm not really sure why it's necessary to debate the purpose of this package when it was basically given the ok a few months ago https://github.com/void-linux/void-packages/pull/14268#pullrequestreview-290136949. I don't see the harm in giving users a choice between MultiMC and the official launcher. Why not have the freedom of choice?

If JARs should be user-manged, the existing `minecraft` package should be removed. Although, it kind of defeats the purpose of having a package manager. 

What do think is the ideal way to solve https://github.com/void-linux/void-packages/issues/13139?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: New package: minecraft-launcher-2.1.13829
  2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
                   ` (15 preceding siblings ...)
  2020-05-15  1:48 ` MattTreadwell
@ 2020-05-15  1:55 ` MattTreadwell
  16 siblings, 0 replies; 18+ messages in thread
From: MattTreadwell @ 2020-05-15  1:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

New comment by MattTreadwell on void-packages repository

https://github.com/void-linux/void-packages/pull/21940#issuecomment-628977750

Comment:
@the-maldridge I'm not really sure why it's necessary to debate the purpose of this package when it was basically given the ok a few months ago https://github.com/void-linux/void-packages/pull/14268#pullrequestreview-290136949. I don't see the harm in giving users a choice between MultiMC and the official launcher. Why not have the freedom of choice?

If JARs should be user-manged, the existing `minecraft` package should be removed. Although, it kind of defeats the purpose of having a package manager. 

What do you think is the ideal way to solve https://github.com/void-linux/void-packages/issues/13139?

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-05-15  1:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14  1:18 [PR PATCH] New package: minecraft-launcher-2.1.13829 MattTreadwell
2020-05-14  1:27 ` [PR PATCH] [Updated] " MattTreadwell
2020-05-14  1:30 ` MattTreadwell
2020-05-14  1:33 ` MattTreadwell
2020-05-14  1:41 ` MattTreadwell
2020-05-14  2:09 ` MattTreadwell
2020-05-14  3:30 ` MattTreadwell
2020-05-14  3:34 ` MattTreadwell
2020-05-14  4:13 ` Vaelatern
2020-05-14  4:26 ` MattTreadwell
2020-05-14  4:38 ` [PR PATCH] [Updated] " MattTreadwell
2020-05-14 18:12 ` Vaelatern
2020-05-14 19:57 ` MattTreadwell
2020-05-14 19:57 ` MattTreadwell
2020-05-14 23:07 ` the-maldridge
2020-05-14 23:07 ` [PR PATCH] [Closed]: " the-maldridge
2020-05-15  1:48 ` MattTreadwell
2020-05-15  1:55 ` MattTreadwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).