Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2020.1.1
@ 2020-06-01 12:12 rafa-99
  2020-06-01 14:26 ` abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rafa-99 @ 2020-06-01 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rafa-99/void-packages master
https://github.com/void-linux/void-packages/pull/22492

intellij-idea-community-edition: update to 2020.1.1


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

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

From 53ba112b4b8107d92758ea7c4e0786140a821b08 Mon Sep 17 00:00:00 2001
From: rafa-99 <190221048@estudantes.ips.pt>
Date: Mon, 1 Jun 2020 14:09:33 +0100
Subject: [PATCH] Updated IntelliJ Community Edition to 2020.1.1

---
 common/shlibs                                    | 1 +
 srcpkgs/intellij-idea-community-edition/template | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..3c0ae4ad15b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1028,6 +1028,7 @@ libuchardet.so.0 uchardet-0.0.6_1
 libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
 libyajl.so.2 yajl-2.0.1_1
 libconfuse.so.2 confuse-3.2.1_1
+liblldb.so glibc-2.29_1
 liblldb.so.10 lldb-10.0.0_1
 libclang.so.10 clang-10.0.0_1
 libclang-cpp.so.10 clang-10.0.0_1
diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index e6981862fea..338a0842dd4 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2019.2.4
+version=2020.1.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,9 +9,10 @@ maintainer="John <johnz@posteo.net>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=5e318015a0105fd72802794afcf976a2db5d9b7cd53e3f53c95c31ee4736211c
+checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
 repository=nonfree
 nopie=yes
+python_version=3
 
 post_extract() {
 	mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
@@ -24,7 +25,6 @@ do_install() {
 
 	mv bin lib plugins redist product-info.json build.txt  ${DESTDIR}/usr/lib/intellij-idea
 	mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea
-	rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier-arm
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/win -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf

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

* Re: intellij-idea-community-edition: update to 2020.1.1
  2020-06-01 12:12 [PR PATCH] intellij-idea-community-edition: update to 2020.1.1 rafa-99
@ 2020-06-01 14:26 ` abenson
  2020-06-01 20:01 ` [PR PATCH] [Updated] " rafa-99
  2020-06-01 21:18 ` rafa-99
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-06-01 14:26 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/22492#issuecomment-636891529

Comment:
The commit message still needs to be fixed.

Also, please don't close/reopen commits, it makes it harder to track comments.

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

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2020.1.1
  2020-06-01 12:12 [PR PATCH] intellij-idea-community-edition: update to 2020.1.1 rafa-99
  2020-06-01 14:26 ` abenson
@ 2020-06-01 20:01 ` rafa-99
  2020-06-01 21:18 ` rafa-99
  2 siblings, 0 replies; 4+ messages in thread
From: rafa-99 @ 2020-06-01 20:01 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by rafa-99 against master on the void-packages repository

https://github.com/rafa-99/void-packages master
https://github.com/void-linux/void-packages/pull/22492

intellij-idea-community-edition: update to 2020.1.1


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

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

From 0a06db0de5e5d341deca54ed24ac29381d07452e Mon Sep 17 00:00:00 2001
From: rafa-99 <190221048@estudantes.ips.pt>
Date: Mon, 1 Jun 2020 14:09:33 +0100
Subject: [PATCH] intellij-idea-community-edition: update to 2020.1.1

---
 common/shlibs                                    | 1 +
 srcpkgs/intellij-idea-community-edition/template | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..3c0ae4ad15b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1028,6 +1028,7 @@ libuchardet.so.0 uchardet-0.0.6_1
 libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
 libyajl.so.2 yajl-2.0.1_1
 libconfuse.so.2 confuse-3.2.1_1
+liblldb.so glibc-2.29_1
 liblldb.so.10 lldb-10.0.0_1
 libclang.so.10 clang-10.0.0_1
 libclang-cpp.so.10 clang-10.0.0_1
diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index e6981862fea..338a0842dd4 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2019.2.4
+version=2020.1.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,9 +9,10 @@ maintainer="John <johnz@posteo.net>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=5e318015a0105fd72802794afcf976a2db5d9b7cd53e3f53c95c31ee4736211c
+checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
 repository=nonfree
 nopie=yes
+python_version=3
 
 post_extract() {
 	mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
@@ -24,7 +25,6 @@ do_install() {
 
 	mv bin lib plugins redist product-info.json build.txt  ${DESTDIR}/usr/lib/intellij-idea
 	mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea
-	rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier-arm
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/win -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf

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

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2020.1.1
  2020-06-01 12:12 [PR PATCH] intellij-idea-community-edition: update to 2020.1.1 rafa-99
  2020-06-01 14:26 ` abenson
  2020-06-01 20:01 ` [PR PATCH] [Updated] " rafa-99
@ 2020-06-01 21:18 ` rafa-99
  2 siblings, 0 replies; 4+ messages in thread
From: rafa-99 @ 2020-06-01 21:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by rafa-99 against master on the void-packages repository

https://github.com/rafa-99/void-packages master
https://github.com/void-linux/void-packages/pull/22492

intellij-idea-community-edition: update to 2020.1.1


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

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

From e1f2297fcd0576fb0d4051d45a25d46c071856d8 Mon Sep 17 00:00:00 2001
From: rafa-99 <190221048@estudantes.ips.pt>
Date: Mon, 1 Jun 2020 23:18:02 +0100
Subject: [PATCH] intellij-idea-community-edition: update to 2020.1.1

---
 srcpkgs/intellij-idea-community-edition/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index e6981862fea..71e9559efc9 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2019.2.4
+version=2020.1.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,9 +9,11 @@ maintainer="John <johnz@posteo.net>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=5e318015a0105fd72802794afcf976a2db5d9b7cd53e3f53c95c31ee4736211c
+checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
 repository=nonfree
 nopie=yes
+python_version=3
+skiprdeps="/usr/lib/intellij-idea/plugins/Kotlin/bin/linux/LLDBFrontend"
 
 post_extract() {
 	mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
@@ -24,7 +26,6 @@ do_install() {
 
 	mv bin lib plugins redist product-info.json build.txt  ${DESTDIR}/usr/lib/intellij-idea
 	mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea
-	rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier-arm
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/win -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf

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

end of thread, other threads:[~2020-06-01 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 12:12 [PR PATCH] intellij-idea-community-edition: update to 2020.1.1 rafa-99
2020-06-01 14:26 ` abenson
2020-06-01 20:01 ` [PR PATCH] [Updated] " rafa-99
2020-06-01 21:18 ` rafa-99

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