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

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).