Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2022.2.3.
@ 2022-10-27 21:40 fccapria
  2022-12-07 10:53 ` [PR PATCH] [Closed]: " fccapria
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fccapria @ 2022-10-27 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages idea-2022.2.3
https://github.com/void-linux/void-packages/pull/40195

intellij-idea-community-edition: update to 2022.2.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

I modified the template by adding the version with the JetBrains JRE because in the previous template the IDE did not start (without the JetBrains JRE).

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

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

From 55966077a0567217be847fd2cac18fbf4905fc58 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Thu, 27 Oct 2022 23:36:12 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2022.2.3.

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

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 695389ea44cb..ef7383481ba9 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,15 +1,15 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2022.2.2
-revision=2
+version=2022.2.3
+revision=1
 archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="giflib libXtst hicolor-icon-theme"
 short_desc="Java integrated development environment by JetBrains"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
-distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=d645ec79bc95bc383f70c1f453b0aa6188cf6ebe086e0179662b02d9675d4737
+distfiles="https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"
+checksum=4ba5faafad48d58db5099fae080ae2238086d3d9803080082de8efe35d8bf4ed
 repository=nonfree
 nopie=yes
 python_version=3
@@ -26,7 +26,7 @@ do_install() {
 	vmkdir usr/share/pixmaps
 	vmkdir usr/share/icons/hicolor/scalable/apps
 
-	mv bin lib plugins product-info.json build.txt  ${DESTDIR}/usr/lib/intellij-idea
+	mv bin jbr lib plugins 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/plugins/webp/lib/libwebp/win -rf
 	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/mac -rf

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

* Re: [PR PATCH] [Closed]: intellij-idea-community-edition: update to 2022.2.3.
  2022-10-27 21:40 [PR PATCH] intellij-idea-community-edition: update to 2022.2.3 fccapria
@ 2022-12-07 10:53 ` fccapria
  2022-12-18 11:44 ` mayhair
  2022-12-18 21:42 ` fccapria
  2 siblings, 0 replies; 4+ messages in thread
From: fccapria @ 2022-12-07 10:53 UTC (permalink / raw)
  To: ml

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

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

intellij-idea-community-edition: update to 2022.2.3.
https://github.com/void-linux/void-packages/pull/40195

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

I modified the template by adding the version with the JetBrains JRE because in the previous template the IDE did not start (without the JetBrains JRE).

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

* Re: intellij-idea-community-edition: update to 2022.2.3.
  2022-10-27 21:40 [PR PATCH] intellij-idea-community-edition: update to 2022.2.3 fccapria
  2022-12-07 10:53 ` [PR PATCH] [Closed]: " fccapria
@ 2022-12-18 11:44 ` mayhair
  2022-12-18 21:42 ` fccapria
  2 siblings, 0 replies; 4+ messages in thread
From: mayhair @ 2022-12-18 11:44 UTC (permalink / raw)
  To: ml

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

New comment by mayhair on void-packages repository

https://github.com/void-linux/void-packages/pull/40195#issuecomment-1356780606

Comment:
Why did you close this issue?

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

* Re: intellij-idea-community-edition: update to 2022.2.3.
  2022-10-27 21:40 [PR PATCH] intellij-idea-community-edition: update to 2022.2.3 fccapria
  2022-12-07 10:53 ` [PR PATCH] [Closed]: " fccapria
  2022-12-18 11:44 ` mayhair
@ 2022-12-18 21:42 ` fccapria
  2 siblings, 0 replies; 4+ messages in thread
From: fccapria @ 2022-12-18 21:42 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/40195#issuecomment-1356882248

Comment:
> Why did you close this issue?

Hi, mainly for two reasons:
the first is that the PR has been open and without activity for a long time, consequently I thought it would no longer be managed;
the second reason is that a new version of intellij idea has been released so it was "useless" to update it to version 2022.2.3.

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

end of thread, other threads:[~2022-12-18 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 21:40 [PR PATCH] intellij-idea-community-edition: update to 2022.2.3 fccapria
2022-12-07 10:53 ` [PR PATCH] [Closed]: " fccapria
2022-12-18 11:44 ` mayhair
2022-12-18 21:42 ` fccapria

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