Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Jetbrains IDEs update
@ 2019-10-11 16:36 voidlinux-github
  2019-10-11 17:08 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages jetbrains
https://github.com/void-linux/void-packages/pull/15343

Jetbrains IDEs update


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

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

From 46dad9cb3aec6f2ffc81fd9dc3d4e2e80a20baad Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 19:32:29 +0300
Subject: [PATCH 1/5] CLion: update to 2019.2.4.

---
 srcpkgs/CLion/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/CLion/template b/srcpkgs/CLion/template
index 686b7a88a70..aa34774c3bc 100644
--- a/srcpkgs/CLion/template
+++ b/srcpkgs/CLion/template
@@ -1,6 +1,6 @@
 # Template file for 'CLion'
 pkgname=CLion
-version=2019.2
+version=2019.2.4
 revision=1
 archs="i686 x86_64"
 wrksrc="clion-${version}"
@@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/clion"
 distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
-checksum=e2d453264c2fb6dcc58e976fd5660157afd62ba5c0ee64f829407c772f7e1dcf
+checksum=2d3b1820eef6d60aab4b9a12c7357280de6606f72cdc1c72d6449e3676f23030
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -44,14 +44,14 @@ post_extract() {
 
 do_install() {
 	TARGET_PATH="usr/lib/${pkgname}"
-	LICENSE_PATH="usr/share/licenses/${pkgname}"
 
 	vmkdir usr/bin
 	vmkdir ${TARGET_PATH}
-	vmkdir ${LICENSE_PATH}
 
-	# Ideally vlicense should be called here, but vcopy is more terse.
-	vcopy license/* ${LICENSE_PATH}
+	local i
+	for i in license/* ; do
+		vlicense $i
+	done
 
 	vcopy bin ${TARGET_PATH}
 	vcopy help ${TARGET_PATH}

From 8f478eaca7f94550227f7d30a373d352a726a00e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 19:32:39 +0300
Subject: [PATCH 2/5] GoLand: update to 2019.2.3.

---
 srcpkgs/GoLand/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/GoLand/template b/srcpkgs/GoLand/template
index cebfb255168..70a9d20c60e 100644
--- a/srcpkgs/GoLand/template
+++ b/srcpkgs/GoLand/template
@@ -1,6 +1,6 @@
 # Template file for 'GoLand'
 pkgname=GoLand
-version=2019.1.3
+version=2019.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment"
@@ -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=b0e22be860ead904c88595f005d5fe2b0fea310c15a1d8551372b5c336d1895b
+checksum=d65d5fc57798652be47d6a540c41da3cf344c0ebabc357c0807c6999acff2b7d
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -37,14 +37,14 @@ post_extract() {
 
 do_install() {
 	TARGET_PATH="usr/lib/${pkgname}"
-	LICENSE_PATH="usr/share/licenses/${pkgname}"
 
 	vmkdir usr/bin
 	vmkdir ${TARGET_PATH}
-	vmkdir ${LICENSE_PATH}
 
-	# Ideally vlicense should be called here, but vcopy is more terse.
-	vcopy license/* ${LICENSE_PATH}
+	local i
+	for i in license/* ; do
+		vlicense $i
+	done
 
 	vcopy bin ${TARGET_PATH}
 	vcopy help ${TARGET_PATH}

From e0d0864a905c63157249cc7fde0057198c8dcba7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 19:32:48 +0300
Subject: [PATCH 3/5] RubyMine: update to 2019.2.3.

---
 srcpkgs/RubyMine/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/RubyMine/template b/srcpkgs/RubyMine/template
index 7b674991b74..db8144b63a0 100644
--- a/srcpkgs/RubyMine/template
+++ b/srcpkgs/RubyMine/template
@@ -1,6 +1,6 @@
 # Template file for 'RubyMine'
 pkgname=RubyMine
-version=2019.1.2
+version=2019.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment"
@@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/ruby"
 distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz"
-checksum=db60a07098d3fec4e72bcbd5e5c48638983e20817e41c3f83266733f2d8a0cfe
+checksum=6ac522b2a68d2e32855999d73a900e08144a812f1e54562d4714d99eb0ee1e3d
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -37,14 +37,14 @@ post_extract() {
 
 do_install() {
 	TARGET_PATH="usr/lib/${pkgname}"
-	LICENSE_PATH="usr/share/licenses/${pkgname}"
 
 	vmkdir usr/bin
 	vmkdir ${TARGET_PATH}
-	vmkdir ${LICENSE_PATH}
 
-	# Ideally vlicense should be called here, but vcopy is more terse.
-	vcopy license/* ${LICENSE_PATH}
+	local i
+	for i in license/* ; do
+		vlicense $i
+	done
 
 	vcopy bin ${TARGET_PATH}
 	vcopy help ${TARGET_PATH}

From b5067c2c7489d3de409000bb3b3072d9d0dc0c58 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 19:33:11 +0300
Subject: [PATCH 4/5] WebStorm: update to 2019.2.3.

---
 srcpkgs/WebStorm/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/WebStorm/template b/srcpkgs/WebStorm/template
index 6602c930613..5bf8427f95e 100644
--- a/srcpkgs/WebStorm/template
+++ b/srcpkgs/WebStorm/template
@@ -1,16 +1,16 @@
 # Template file for 'WebStorm'
 pkgname=WebStorm
-version=2019.1.3
+version=2019.2.3
 revision=1
 archs="i686 x86_64"
-wrksrc="WebStorm-191.7479.14"
+wrksrc="WebStorm-192.6817.13"
 depends="virtual?java-environment"
 short_desc="Smartest JavaScript IDE"
 maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/webstorm"
 distfiles="https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"
-checksum=c3ef27051f6de608ee679035957a8a4329897c910b046cb2dbbf840cc8151dae
+checksum=af94c66c80508fe221d9ba2b294d3852d68db8bc293dd240e2638dd2c21a6c50
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -23,12 +23,14 @@ post_extract() {
 	case "$XBPS_TARGET_MACHINE" in
 		x86_64)
 			rm -rf bin/fsnotifier
+			rm -rf bin/fsnotifier-arm
 			rm -rf bin/webstorm.vmoptions
 			rm -rf bin/libyjpagent-linux.so
 			rm -rf lib/pty4j-native/linux/x86
 			;;
 		i686)
 			rm -rf bin/fsnotifier64
+			rm -rf bin/fsnotifier-arm
 			rm -rf bin/webstorm64.vmoptions
 			rm -rf bin/libyjpagent-linux64.so
 			rm -rf lib/pty4j-native/linux/x86_64
@@ -40,14 +42,14 @@ post_extract() {
 
 do_install() {
 	TARGET_PATH="usr/lib/${pkgname}"
-	LICENSE_PATH="usr/share/licenses/${pkgname}"
 
 	vmkdir usr/bin
 	vmkdir ${TARGET_PATH}
-	vmkdir ${LICENSE_PATH}
 
-	# Ideally vlicense should be called here, but vcopy is more terse.
-	vcopy license/* ${LICENSE_PATH}
+	local i
+	for i in license/* ; do
+		vlicense $i
+	done
 
 	vcopy bin ${TARGET_PATH}
 	vcopy help ${TARGET_PATH}

From 7c2f5e45b2ffe32fbcb7ccf546003794f9a60229 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 19:33:28 +0300
Subject: [PATCH 5/5] pycharm-community: update to 2019.2.3.

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

diff --git a/srcpkgs/pycharm-community/template b/srcpkgs/pycharm-community/template
index 0c566cdfb35..cdd7d83a113 100644
--- a/srcpkgs/pycharm-community/template
+++ b/srcpkgs/pycharm-community/template
@@ -1,6 +1,6 @@
 # Template file for 'pycharm-community'
 pkgname=pycharm-community
-version=2019.2.1
+version=2019.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,7 +9,7 @@ maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/pycharm/"
 distfiles="https://download-cf.jetbrains.com/python/${pkgname}-${version}.tar.gz"
-checksum=25a2d9e685f344249d3cee1f6c7207dd2618d5dd1bfa9b5230260029b9886e28
+checksum=205cf868b64bce3099c65a4e600d01e416a7ba81eff117df8a2b525222b7de09
 repository=nonfree
 nopie=yes
 

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

* Re: Jetbrains IDEs update
  2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
@ 2019-10-11 17:08 ` voidlinux-github
  2019-10-11 17:33 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 17:08 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15343#issuecomment-541146915

Comment:
Is it tested for being affected by #15163?

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

* Re: Jetbrains IDEs update
  2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
  2019-10-11 17:08 ` voidlinux-github
@ 2019-10-11 17:33 ` voidlinux-github
  2019-10-11 17:33 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 17:33 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15343#issuecomment-541155413

Comment:
Every one of the programs start normally, from cli as well as from the menu entries (x86_64).

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

* Re: Jetbrains IDEs update
  2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
  2019-10-11 17:08 ` voidlinux-github
  2019-10-11 17:33 ` voidlinux-github
@ 2019-10-11 17:33 ` voidlinux-github
  2019-10-11 18:41 ` voidlinux-github
  2019-10-12  8:31 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 17:33 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15343#issuecomment-541155413

Comment:
Every one of the programs starts normally, from cli as well as from the menu entries (x86_64).

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

* Re: Jetbrains IDEs update
  2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-11 17:33 ` voidlinux-github
@ 2019-10-11 18:41 ` voidlinux-github
  2019-10-12  8:31 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-11 18:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15343#issuecomment-541155413

Comment:
Every one of the programs starts normally, from cli as well as from the menu entries (x86_64).
(To be exact, CLion and PyCharm start from the menu -enlightenment- and WebStorm/Goland/RubyMine from cli).

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

* Re: [PR PATCH] [Merged]: Jetbrains IDEs update
  2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-11 18:41 ` voidlinux-github
@ 2019-10-12  8:31 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-12  8:31 UTC (permalink / raw)
  To: ml

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

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

Jetbrains IDEs update
https://github.com/void-linux/void-packages/pull/15343

Description:


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

end of thread, other threads:[~2019-10-12  8:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 16:36 [PR PATCH] Jetbrains IDEs update voidlinux-github
2019-10-11 17:08 ` voidlinux-github
2019-10-11 17:33 ` voidlinux-github
2019-10-11 17:33 ` voidlinux-github
2019-10-11 18:41 ` voidlinux-github
2019-10-12  8:31 ` [PR PATCH] [Merged]: " voidlinux-github

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