Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] GoLand: update to 2020.2.3.
@ 2020-11-21 17:49 2asoft
  2020-11-21 17:57 ` [PR PATCH] [Updated] " 2asoft
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 2asoft @ 2020-11-21 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_goland
https://github.com/void-linux/void-packages/pull/26563

GoLand: update to 2020.2.3.


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

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

From e20a6c59c2f2ca6e636dc72c0f20ac3643b722c0 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sat, 21 Nov 2020 09:48:35 -0800
Subject: [PATCH] GoLand: update to 2020.2.3.

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

diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template
index e0bb8b2baded..d51a08e2836a 100644
--- a/srcpkgs/GoLand/template
+++ b/srcpkgs/GoLand/template
@@ -1,6 +1,6 @@
 # Template file for 'GoLand'
 pkgname=GoLand
-version=2020.1
+version=2020.2.3
 revision=1
 archs="i686 x86_64"
 depends="jetbrains-jdk-bin"
@@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/go"
 distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
-checksum=c63de783facbf8d96eb6714240218c3c320fdbda1ddaa965f7fe72ecf6e897e2
+checksum=c0ca83c05e156c58483b42eb9a14fd1013434c8936fbba20ffd4b0b722a6bfa2
 repository=nonfree
 restricted=yes
 nopie=yes

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

* Re: [PR PATCH] [Updated] GoLand: update to 2020.2.3.
  2020-11-21 17:49 [PR PATCH] GoLand: update to 2020.2.3 2asoft
@ 2020-11-21 17:57 ` 2asoft
  2020-11-21 20:29 ` the-maldridge
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: 2asoft @ 2020-11-21 17:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 2asoft against master on the void-packages repository

https://github.com/2asoft/void-packages 2asoft/jb_update_goland
https://github.com/void-linux/void-packages/pull/26563

GoLand: update to 2020.2.3.


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

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

From 1be847453fce0e69920253c1418dcd799f2920c9 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sat, 21 Nov 2020 09:57:03 -0800
Subject: [PATCH 1/2] Ensure work with python3

---
 srcpkgs/GoLand/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template
index e0bb8b2bade..d395fe381d7 100644
--- a/srcpkgs/GoLand/template
+++ b/srcpkgs/GoLand/template
@@ -13,6 +13,7 @@ checksum=c63de783facbf8d96eb6714240218c3c320fdbda1ddaa965f7fe72ecf6e897e2
 repository=nonfree
 restricted=yes
 nopie=yes
+python_version=3
 
 post_extract() {
 	# Remove files for other CPU architectures

From ee45567bb1bbbf814fed7464283978445dc1dc5b Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sat, 21 Nov 2020 09:48:35 -0800
Subject: [PATCH 2/2] GoLand: update to 2020.2.3.

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

diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template
index d395fe381d7..18ed226159d 100644
--- a/srcpkgs/GoLand/template
+++ b/srcpkgs/GoLand/template
@@ -1,6 +1,6 @@
 # Template file for 'GoLand'
 pkgname=GoLand
-version=2020.1
+version=2020.2.3
 revision=1
 archs="i686 x86_64"
 depends="jetbrains-jdk-bin"
@@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/go"
 distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
-checksum=c63de783facbf8d96eb6714240218c3c320fdbda1ddaa965f7fe72ecf6e897e2
+checksum=c0ca83c05e156c58483b42eb9a14fd1013434c8936fbba20ffd4b0b722a6bfa2
 repository=nonfree
 restricted=yes
 nopie=yes

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

* Re: GoLand: update to 2020.2.3.
  2020-11-21 17:49 [PR PATCH] GoLand: update to 2020.2.3 2asoft
  2020-11-21 17:57 ` [PR PATCH] [Updated] " 2asoft
@ 2020-11-21 20:29 ` the-maldridge
  2020-11-21 21:30 ` [PR PATCH] [Updated] " 2asoft
  2020-11-22  5:01 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: the-maldridge @ 2020-11-21 20:29 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/26563#issuecomment-731632597

Comment:
Commits need to be squashed prior to merge.

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

* Re: [PR PATCH] [Updated] GoLand: update to 2020.2.3.
  2020-11-21 17:49 [PR PATCH] GoLand: update to 2020.2.3 2asoft
  2020-11-21 17:57 ` [PR PATCH] [Updated] " 2asoft
  2020-11-21 20:29 ` the-maldridge
@ 2020-11-21 21:30 ` 2asoft
  2020-11-22  5:01 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: 2asoft @ 2020-11-21 21:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 2asoft against master on the void-packages repository

https://github.com/2asoft/void-packages 2asoft/jb_update_goland
https://github.com/void-linux/void-packages/pull/26563

GoLand: update to 2020.2.3.


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

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

From 8461842af8bb3ae4eaa81a501f780d6c8b70a603 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sat, 21 Nov 2020 09:48:35 -0800
Subject: [PATCH] GoLand: update to 2020.2.3.

---
 srcpkgs/GoLand/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template
index e0bb8b2bade..18ed226159d 100644
--- a/srcpkgs/GoLand/template
+++ b/srcpkgs/GoLand/template
@@ -1,6 +1,6 @@
 # Template file for 'GoLand'
 pkgname=GoLand
-version=2020.1
+version=2020.2.3
 revision=1
 archs="i686 x86_64"
 depends="jetbrains-jdk-bin"
@@ -9,10 +9,11 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/go"
 distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
-checksum=c63de783facbf8d96eb6714240218c3c320fdbda1ddaa965f7fe72ecf6e897e2
+checksum=c0ca83c05e156c58483b42eb9a14fd1013434c8936fbba20ffd4b0b722a6bfa2
 repository=nonfree
 restricted=yes
 nopie=yes
+python_version=3
 
 post_extract() {
 	# Remove files for other CPU architectures

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

* Re: [PR PATCH] [Merged]: GoLand: update to 2020.2.3.
  2020-11-21 17:49 [PR PATCH] GoLand: update to 2020.2.3 2asoft
                   ` (2 preceding siblings ...)
  2020-11-21 21:30 ` [PR PATCH] [Updated] " 2asoft
@ 2020-11-22  5:01 ` the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: the-maldridge @ 2020-11-22  5:01 UTC (permalink / raw)
  To: ml

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

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

GoLand: update to 2020.2.3.
https://github.com/void-linux/void-packages/pull/26563

Description:


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

end of thread, other threads:[~2020-11-22  5:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 17:49 [PR PATCH] GoLand: update to 2020.2.3 2asoft
2020-11-21 17:57 ` [PR PATCH] [Updated] " 2asoft
2020-11-21 20:29 ` the-maldridge
2020-11-21 21:30 ` [PR PATCH] [Updated] " 2asoft
2020-11-22  5:01 ` [PR PATCH] [Merged]: " the-maldridge

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