Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minecraft: update to 2.1
@ 2019-09-05  9:54 voidlinux-github
  2019-09-05 10:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05  9:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 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/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: 1501 bytes --]

From a62f47aae5d55b140d5a4e591eb05b52a4ecf0b5 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        | 4 ++--
 2 files changed, 7 insertions(+), 5 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..4bdf6637e95 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,11 +1,11 @@
 # 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>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
 homepage="http://www.minecraft.net/"
 license="Propietary"
 repository=nonfree

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
  2019-09-05 10:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-05 10:42 ` voidlinux-github
  2019-09-05 11:03 ` voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 10:42 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
@ 2019-09-05 10:42 ` voidlinux-github
  2019-09-05 10:42 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 10:42 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-05 11:03 ` voidlinux-github
@ 2019-09-05 11:03 ` voidlinux-github
  2019-09-05 22:42 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 11:03 UTC (permalink / raw)
  To: ml

[-- 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: 1961 bytes --]

From 6d6c50b5b8be32e7061607d257b682d1a531f127 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/LICENSE   | 1 +
 srcpkgs/minecraft/files/minecraft | 8 +++++---
 srcpkgs/minecraft/template        | 7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
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..25937f85683 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,16 @@
 # 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>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
 repository=nonfree
 
 do_install() {
 	vbin ${FILESDIR}/minecraft
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
  2019-09-05 10:42 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-05 10:42 ` voidlinux-github
@ 2019-09-05 11:03 ` voidlinux-github
  2019-09-05 11:03 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 11:03 UTC (permalink / raw)
  To: ml

[-- 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: 1961 bytes --]

From 6d6c50b5b8be32e7061607d257b682d1a531f127 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/LICENSE   | 1 +
 srcpkgs/minecraft/files/minecraft | 8 +++++---
 srcpkgs/minecraft/template        | 7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
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..25937f85683 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,16 @@
 # 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>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
 repository=nonfree
 
 do_install() {
 	vbin ${FILESDIR}/minecraft
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-05 22:42 ` voidlinux-github
@ 2019-09-05 22:42 ` voidlinux-github
  2019-09-05 22:53 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 22:42 UTC (permalink / raw)
  To: ml

[-- 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: 1961 bytes --]

From 6d6c50b5b8be32e7061607d257b682d1a531f127 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/LICENSE   | 1 +
 srcpkgs/minecraft/files/minecraft | 8 +++++---
 srcpkgs/minecraft/template        | 7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
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..25937f85683 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,16 @@
 # 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>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
 repository=nonfree
 
 do_install() {
 	vbin ${FILESDIR}/minecraft
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-05 11:03 ` voidlinux-github
@ 2019-09-05 22:42 ` voidlinux-github
  2019-09-05 22:42 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 22:42 UTC (permalink / raw)
  To: ml

[-- 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: 1961 bytes --]

From 6d6c50b5b8be32e7061607d257b682d1a531f127 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/LICENSE   | 1 +
 srcpkgs/minecraft/files/minecraft | 8 +++++---
 srcpkgs/minecraft/template        | 7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
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..25937f85683 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,16 @@
 # 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>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
 repository=nonfree
 
 do_install() {
 	vbin ${FILESDIR}/minecraft
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-05 22:53 ` voidlinux-github
@ 2019-09-05 22:53 ` voidlinux-github
  2019-09-08  9:29 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 22:53 UTC (permalink / raw)
  To: ml

[-- 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: 2382 bytes --]

From 696da342fbe1f8d93e9589aff409568f28566459 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/LICENSE   |  1 +
 srcpkgs/minecraft/files/minecraft |  7 -------
 srcpkgs/minecraft/template        | 21 ++++++++++++++++-----
 3 files changed, 17 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE
 delete mode 100644 srcpkgs/minecraft/files/minecraft

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
diff --git a/srcpkgs/minecraft/files/minecraft b/srcpkgs/minecraft/files/minecraft
deleted file mode 100644
index 1ca1b42cb4b..00000000000
--- a/srcpkgs/minecraft/files/minecraft
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-HD=~/.minecraft
-HDJ=$HD/minecraft16.jar
-[ ! -d ${HD} ] && mkdir $HD
-[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
-wmname LG3D
-java -jar $HDJ
diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template
index 2ffc32c2b28..b40dadd056b 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,26 @@
 # Template file for 'minecraft'
 pkgname=minecraft
-version=0.5
+version=2.1.5965
 revision=1
 archs=noarch
-depends="wmname wget"
+wrksrc=${pkgname}-launcher
+depends="GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
 short_desc="Launcher for the famous Minecraft game"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
+distfiles="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz"
+checksum=85a0a2478861c3e660a1273f6b6ac2e14232ae439cd6d6172391065274228c72
 repository=nonfree
 
 do_install() {
-	vbin ${FILESDIR}/minecraft
+	vmkdir /opt
+	vcopy ../minecraft-launcher /opt/"${pkgname}"
+	rm -rf "${DESTDIR}/opt/$pkgname/lib/"
+	rm -rf "${DESTDIR}/opt/$pkgname/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/${pkgname}/minecraft-launcher" "${DESTDIR}/usr/bin/$pkgname"
+
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-05 22:42 ` voidlinux-github
@ 2019-09-05 22:53 ` voidlinux-github
  2019-09-05 22:53 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-05 22:53 UTC (permalink / raw)
  To: ml

[-- 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: 2382 bytes --]

From 696da342fbe1f8d93e9589aff409568f28566459 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/LICENSE   |  1 +
 srcpkgs/minecraft/files/minecraft |  7 -------
 srcpkgs/minecraft/template        | 21 ++++++++++++++++-----
 3 files changed, 17 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE
 delete mode 100644 srcpkgs/minecraft/files/minecraft

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
diff --git a/srcpkgs/minecraft/files/minecraft b/srcpkgs/minecraft/files/minecraft
deleted file mode 100644
index 1ca1b42cb4b..00000000000
--- a/srcpkgs/minecraft/files/minecraft
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-HD=~/.minecraft
-HDJ=$HD/minecraft16.jar
-[ ! -d ${HD} ] && mkdir $HD
-[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
-wmname LG3D
-java -jar $HDJ
diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template
index 2ffc32c2b28..b40dadd056b 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,26 @@
 # Template file for 'minecraft'
 pkgname=minecraft
-version=0.5
+version=2.1.5965
 revision=1
 archs=noarch
-depends="wmname wget"
+wrksrc=${pkgname}-launcher
+depends="GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
 short_desc="Launcher for the famous Minecraft game"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
+distfiles="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz"
+checksum=85a0a2478861c3e660a1273f6b6ac2e14232ae439cd6d6172391065274228c72
 repository=nonfree
 
 do_install() {
-	vbin ${FILESDIR}/minecraft
+	vmkdir /opt
+	vcopy ../minecraft-launcher /opt/"${pkgname}"
+	rm -rf "${DESTDIR}/opt/$pkgname/lib/"
+	rm -rf "${DESTDIR}/opt/$pkgname/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/${pkgname}/minecraft-launcher" "${DESTDIR}/usr/bin/$pkgname"
+
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (8 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-08  9:29 UTC (permalink / raw)
  To: ml

[-- 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: 2403 bytes --]

From 705cced0127d5896ef39205ef2e96a2b549be35e 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/LICENSE   |  1 +
 srcpkgs/minecraft/files/minecraft |  7 -------
 srcpkgs/minecraft/template        | 21 ++++++++++++++++-----
 3 files changed, 17 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE
 delete mode 100644 srcpkgs/minecraft/files/minecraft

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
diff --git a/srcpkgs/minecraft/files/minecraft b/srcpkgs/minecraft/files/minecraft
deleted file mode 100644
index 1ca1b42cb4b..00000000000
--- a/srcpkgs/minecraft/files/minecraft
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-HD=~/.minecraft
-HDJ=$HD/minecraft16.jar
-[ ! -d ${HD} ] && mkdir $HD
-[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
-wmname LG3D
-java -jar $HDJ
diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template
index 2ffc32c2b28..ecd1ee02db5 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,26 @@
 # Template file for 'minecraft'
 pkgname=minecraft
-version=0.5
+version=2.1.5965
 revision=1
 archs=noarch
-depends="wmname wget"
+wrksrc=${pkgname}-launcher
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
 short_desc="Launcher for the famous Minecraft game"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
+distfiles="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz"
+checksum=85a0a2478861c3e660a1273f6b6ac2e14232ae439cd6d6172391065274228c72
 repository=nonfree
 
 do_install() {
-	vbin ${FILESDIR}/minecraft
+	vmkdir /opt
+	vcopy ../minecraft-launcher /opt/"${pkgname}"
+	rm -rf "${DESTDIR}/opt/$pkgname/lib/"
+	rm -rf "${DESTDIR}/opt/$pkgname/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/${pkgname}/minecraft-launcher" "${DESTDIR}/usr/bin/$pkgname"
+
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-05 22:53 ` voidlinux-github
@ 2019-09-08  9:29 ` voidlinux-github
  2019-09-08  9:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-09-08  9:29 UTC (permalink / raw)
  To: ml

[-- 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: 2403 bytes --]

From 705cced0127d5896ef39205ef2e96a2b549be35e 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/LICENSE   |  1 +
 srcpkgs/minecraft/files/minecraft |  7 -------
 srcpkgs/minecraft/template        | 21 ++++++++++++++++-----
 3 files changed, 17 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/minecraft/files/LICENSE
 delete mode 100644 srcpkgs/minecraft/files/minecraft

diff --git a/srcpkgs/minecraft/files/LICENSE b/srcpkgs/minecraft/files/LICENSE
new file mode 100644
index 00000000000..cfa3c201565
--- /dev/null
+++ b/srcpkgs/minecraft/files/LICENSE
@@ -0,0 +1 @@
+see https://account.mojang.com/documents/minecraft_eula
diff --git a/srcpkgs/minecraft/files/minecraft b/srcpkgs/minecraft/files/minecraft
deleted file mode 100644
index 1ca1b42cb4b..00000000000
--- a/srcpkgs/minecraft/files/minecraft
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-HD=~/.minecraft
-HDJ=$HD/minecraft16.jar
-[ ! -d ${HD} ] && mkdir $HD
-[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
-wmname LG3D
-java -jar $HDJ
diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template
index 2ffc32c2b28..ecd1ee02db5 100644
--- a/srcpkgs/minecraft/template
+++ b/srcpkgs/minecraft/template
@@ -1,15 +1,26 @@
 # Template file for 'minecraft'
 pkgname=minecraft
-version=0.5
+version=2.1.5965
 revision=1
 archs=noarch
-depends="wmname wget"
+wrksrc=${pkgname}-launcher
+depends="virtual?java-runtime GConf alsa-lib gtk+ libX11 libXScrnSaver libXtst libxcb nss xrandr"
 short_desc="Launcher for the famous Minecraft game"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthew Treadwell <hewtreadwell@gmail.com>"
+license="custom:Minecraft"
 homepage="http://www.minecraft.net/"
-license="Propietary"
+distfiles="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz"
+checksum=85a0a2478861c3e660a1273f6b6ac2e14232ae439cd6d6172391065274228c72
 repository=nonfree
 
 do_install() {
-	vbin ${FILESDIR}/minecraft
+	vmkdir /opt
+	vcopy ../minecraft-launcher /opt/"${pkgname}"
+	rm -rf "${DESTDIR}/opt/$pkgname/lib/"
+	rm -rf "${DESTDIR}/opt/$pkgname/include/"
+
+	vmkdir /usr/bin
+	ln -s "/opt/${pkgname}/minecraft-launcher" "${DESTDIR}/usr/bin/$pkgname"
+
+	vlicense ${FILESDIR}/LICENSE
 }

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

* Re: [PR PATCH] [Closed]: minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-08  9:29 ` voidlinux-github
@ 2020-05-14  1:07 ` MattTreadwell
  2020-05-14  1:07 ` [PR PATCH] [Updated] " MattTreadwell
  11 siblings, 0 replies; 13+ messages in thread
From: MattTreadwell @ 2020-05-14  1:07 UTC (permalink / raw)
  To: ml

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

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

minecraft: update to 2.1
https://github.com/void-linux/void-packages/pull/14221

Description:


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

* Re: [PR PATCH] [Updated] minecraft: update to 2.1
  2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-05-14  1:07 ` [PR PATCH] [Closed]: " MattTreadwell
@ 2020-05-14  1:07 ` MattTreadwell
  11 siblings, 0 replies; 13+ messages in thread
From: MattTreadwell @ 2020-05-14  1:07 UTC (permalink / raw)
  To: ml

[-- 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: 0 bytes --]



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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05  9:54 [PR PATCH] minecraft: update to 2.1 voidlinux-github
2019-09-05 10:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05 10:42 ` 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

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