Github messages for voidlinux
 help / color / mirror / Atom feed
From: MattTreadwell <MattTreadwell@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] kubernetes: update to 1.19.2
Date: Thu, 08 Oct 2020 11:25:26 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25439@inbox.vuxu.org> (raw)

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

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

https://github.com/MattTreadwell/void-packages kubernetes
https://github.com/void-linux/void-packages/pull/25439

kubernetes: update to 1.19.2


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

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

From d72a820d92d1971c7e7518eb09dd813068a09c1f Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Wed, 13 May 2020 18:09:08 -0700
Subject: [PATCH 1/2] New package: minecraft-launcher-2.1.13829

---
 srcpkgs/minecraft-launcher/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/minecraft-launcher/template

diff --git a/srcpkgs/minecraft-launcher/template b/srcpkgs/minecraft-launcher/template
new file mode 100644
index 00000000000..90fdbd180e1
--- /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"
+}

From bf10a3cb9b83686de524f2fe4bb8fb536047bd99 Mon Sep 17 00:00:00 2001
From: Matthew Treadwell <Treadwell@inventati.org>
Date: Thu, 8 Oct 2020 02:22:50 -0700
Subject: [PATCH 2/2] kubernetes: update to 1.19.2

---
 srcpkgs/kubernetes/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 1e529f4c56c..8d899275c38 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes'
 pkgname=kubernetes
-version=1.18.8
+version=1.19.2
 revision=2
 archs="x86_64* ppc64le*"
 build_style=go
@@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://kubernetes.io"
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
-checksum=0efd7ab5f1afc77e65be0f8be137ad11aefad45e856f3f7fe8506804ae48eb12
+checksum=79e2734ffe431b381a466457d18c4b1d4feb138c6be41e138e20e542e88b1ec2
 nocross=yes
 system_accounts="kube"
 make_dirs="/var/lib/kubelet 0755 kube kube"

             reply	other threads:[~2020-10-08  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-08  9:25 MattTreadwell [this message]
2020-10-08  9:36 ` [PR PATCH] [Updated] " MattTreadwell
2020-10-08 12:45 ` ericonr
2020-10-08 12:55 ` [PR PATCH] [Updated] " MattTreadwell
2020-10-08 12:57 ` MattTreadwell
2020-10-24 15:10 ` [PR PATCH] [Closed]: " leahneukirchen

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25439@inbox.vuxu.org \
    --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).