Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minecraft: remove package
@ 2020-07-14 17:57 Chocimier
  2020-07-14 18:33 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2020-07-14 17:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org minecraft
https://github.com/void-linux/void-packages/pull/23574

minecraft: remove package
non-redistributable

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

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

From 2c5353339ba481e0b53425b036c6f21debc2e868 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 14 Jul 2020 19:53:49 +0200
Subject: [PATCH] minecraft: remove package

non-redistributable
---
 srcpkgs/minecraft/INSTALL.msg     |  5 -----
 srcpkgs/minecraft/files/minecraft |  7 -------
 srcpkgs/minecraft/template        | 15 ---------------
 3 files changed, 27 deletions(-)
 delete mode 100644 srcpkgs/minecraft/INSTALL.msg
 delete mode 100644 srcpkgs/minecraft/files/minecraft
 delete mode 100644 srcpkgs/minecraft/template

diff --git a/srcpkgs/minecraft/INSTALL.msg b/srcpkgs/minecraft/INSTALL.msg
deleted file mode 100644
index 556d58da0ad..00000000000
--- a/srcpkgs/minecraft/INSTALL.msg
+++ /dev/null
@@ -1,5 +0,0 @@
-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/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
deleted file mode 100644
index 2ffc32c2b28..00000000000
--- a/srcpkgs/minecraft/template
+++ /dev/null
@@ -1,15 +0,0 @@
-# Template file for 'minecraft'
-pkgname=minecraft
-version=0.5
-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/"
-license="Propietary"
-repository=nonfree
-
-do_install() {
-	vbin ${FILESDIR}/minecraft
-}

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

* Re: [PR PATCH] [Merged]: minecraft: remove package
  2020-07-14 17:57 [PR PATCH] minecraft: remove package Chocimier
@ 2020-07-14 18:33 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2020-07-14 18:33 UTC (permalink / raw)
  To: ml

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

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

minecraft: remove package
https://github.com/void-linux/void-packages/pull/23574

Description:
non-redistributable

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 17:57 [PR PATCH] minecraft: remove package Chocimier
2020-07-14 18:33 ` [PR PATCH] [Merged]: " Chocimier

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