Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] minecraft: update to 2.1
Date: Thu, 05 Sep 2019 12:42:32 +0200	[thread overview]
Message-ID: <20190905104232._ykcVI3_0wt6_0R3MSGcFr-868L6CzBbTQ18b_Mty5o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14221@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 325 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/14221

minecraft: update to 2.1


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

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

From 1349a3bce6d198d63690c10243e9c78f998f6eed Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Thu, 5 Sep 2019 02:53:26 -0700
Subject: [PATCH] minecraft: update to 2.1

---
 srcpkgs/minecraft/files/minecraft | 8 +++++---
 srcpkgs/minecraft/template        | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/minecraft/files/minecraft b/srcpkgs/minecraft/files/minecraft
index 1ca1b42cb4b..c182ea5849c 100644
--- a/srcpkgs/minecraft/files/minecraft
+++ b/srcpkgs/minecraft/files/minecraft
@@ -1,7 +1,9 @@
 #!/bin/sh
 HD=~/.minecraft
-HDJ=$HD/minecraft16.jar
+HDJ=$HD/minecraft-launcher
 [ ! -d ${HD} ] && mkdir $HD
-[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
+if [ ! -f ${HDJ} ]; then
+	wget -c https://launcher.mojang.com/download/Minecraft.tar.gz -O - | tar -xz -C $HD --strip-components=1
+fi
 wmname LG3D
-java -jar $HDJ
+$HDJ
diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template
index 2ffc32c2b28..d4f07a00495 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,13 +1,13 @@
 # Template file for 'minecraft'
 pkgname=minecraft
-version=0.5
+version=2.1
 revision=1
 archs=noarch
 depends="wmname wget"
 short_desc="Launcher for the famous Minecraft game"
-maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.minecraft.net/"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
 license="Propietary"
+homepage="http://www.minecraft.net/"
 repository=nonfree
 
 do_install() {

  reply	other threads:[~2019-09-05 10:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05  9:54 [PR PATCH] " voidlinux-github
2019-09-05 10:42 ` voidlinux-github [this message]
2019-09-05 10:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05 11:03 ` voidlinux-github
2019-09-05 11:03 ` voidlinux-github
2019-09-05 22:42 ` voidlinux-github
2019-09-05 22:42 ` voidlinux-github
2019-09-05 22:53 ` voidlinux-github
2019-09-05 22:53 ` voidlinux-github
2019-09-08  9:29 ` voidlinux-github
2019-09-08  9:29 ` voidlinux-github
2020-05-14  1:07 ` [PR PATCH] [Closed]: " MattTreadwell
2020-05-14  1:07 ` [PR PATCH] [Updated] " 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=20190905104232._ykcVI3_0wt6_0R3MSGcFr-868L6CzBbTQ18b_Mty5o@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).