Github messages for voidlinux
 help / color / mirror / Atom feed
From: seitenca <seitenca@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2020.2.3.
Date: Thu, 15 Oct 2020 09:08:17 +0200	[thread overview]
Message-ID: <20201015070817.7ewubIqNHtONl2SrvzkFHxwmhih0AsFHv4dFX47rfAQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25407@inbox.vuxu.org>

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

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

https://github.com/seitenca/void-packages patch-2
https://github.com/void-linux/void-packages/pull/25407

intellij-idea-community-edition: update to 2020.2.3.


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

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

From 3d39b91f1075fa8721b80c6d8e44969e1014534f Mon Sep 17 00:00:00 2001
From: Alex <55158851+seitenca@users.noreply.github.com>
Date: Wed, 7 Oct 2020 09:39:50 +0200
Subject: [PATCH 1/3] intellij-idea-community-edition: update to 2020.2.3.

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

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index f21f5e7aeca..44801403d4e 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=2020.1.1
+version=2020.2.3
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
+checksum=69923aef570ba0d0e2f81809e2281ef86c9fd852c7e594acc58560d675358af8
 repository=nonfree
 nopie=yes
 python_version=3

From d0706a6dd9b396c2b5582d71a304310af81b125c Mon Sep 17 00:00:00 2001
From: Alex <55158851+seitenca@users.noreply.github.com>
Date: Wed, 7 Oct 2020 11:39:09 +0200
Subject: [PATCH 2/3] Update template

---
 srcpkgs/intellij-idea-community-edition/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 44801403d4e..962549ae7ed 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -39,7 +39,6 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
 		i686)
@@ -48,7 +47,6 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/libdbm64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86_64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;
 	esac

From 412da4af83abc20e589b759e1004dfed88114669 Mon Sep 17 00:00:00 2001
From: alex <alexdltg@protonmail.com>
Date: Thu, 15 Oct 2020 09:08:03 +0200
Subject: [PATCH 3/3] intellij-idea-community-edition: update to 2020.2.3.

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

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 962549ae7ed..f21f5e7aeca 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=2020.2.3
+version=2020.1.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,7 +9,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=69923aef570ba0d0e2f81809e2281ef86c9fd852c7e594acc58560d675358af8
+checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
 repository=nonfree
 nopie=yes
 python_version=3
@@ -39,6 +39,7 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea.vmoptions
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
 		;;
 		i686)
@@ -47,6 +48,7 @@ do_install() {
 		rm ${DESTDIR}/usr/lib/intellij-idea/bin/libdbm64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/x86_64 -rf
 		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
+		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni64.so
 		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
 		;;
 	esac

  parent reply	other threads:[~2020-10-15  7:08 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  7:40 [PR PATCH] " seitenca
2020-10-07  9:39 ` [PR PATCH] [Updated] " seitenca
2020-10-15  5:57 ` ericonr
2020-10-15  7:08 ` seitenca [this message]
2020-10-15  7:16 ` seitenca
2020-10-15  7:19 ` [PR PATCH] [Updated] " seitenca
2020-10-15  7:21 ` seitenca
2020-10-15  7:22 ` seitenca
2020-10-15  7:52 ` [PR PATCH] [Closed]: " seitenca
2020-10-15  7:52 ` [PR PATCH] [Updated] " seitenca
2020-10-15  8:03 ` seitenca
2020-10-15  8:21 ` [PR PATCH] [Updated] " seitenca
2020-10-24 15:45 ` [PR REVIEW] " Chocimier
2020-10-24 16:21 ` seitenca
2020-10-24 16:23 ` seitenca
2020-10-24 16:46 ` seitenca
2020-10-24 16:47 ` seitenca
2020-10-24 16:47 ` seitenca
2020-10-24 16:50 ` seitenca
2020-10-24 16:52 ` seitenca
2020-10-24 17:59 ` Chocimier
2020-10-24 18:07 ` seitenca
2020-10-24 18:08 ` seitenca
2020-11-02  7:03 ` [PR PATCH] [Closed]: " seitenca

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=20201015070817.7ewubIqNHtONl2SrvzkFHxwmhih0AsFHv4dFX47rfAQ@z \
    --to=seitenca@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).