Github messages for voidlinux
 help / color / mirror / Atom feed
From: MattTreadwell <MattTreadwell@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: minecraft-launcher-2.1.13829
Date: Thu, 14 May 2020 03:41:41 +0200	[thread overview]
Message-ID: <20200514014141.tOVx1ttEsAqTeASYCC1bOuZkqtFZX7PRTTT43N_12V0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21940@inbox.vuxu.org>

[-- 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"
+}

  parent reply	other threads:[~2020-05-14  1:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-14  1:18 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200514014141.tOVx1ttEsAqTeASYCC1bOuZkqtFZX7PRTTT43N_12V0@z \
    --to=matttreadwell@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).