* [PR PATCH] intellij-idea-community-edition: update to 2023.1
@ 2023-04-14 19:48 Bnyro
2023-04-14 21:04 ` mhmdanas
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: Bnyro @ 2023-04-14 19:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1982 bytes --]
From 3413a7794faa4e4f8c58a3cde91af0517e33e6f8 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 14 Apr 2023 21:45:14 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1
---
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22..87725f7551db 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=2023.1
+revision=1
archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Bnyro <bnyro@tutanota.com>"
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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
@ 2023-04-14 21:04 ` mhmdanas
2023-04-15 8:43 ` [PR PATCH] [Updated] " Bnyro
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-04-14 21:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
New comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1509266758
Comment:
Append ", adopt" to your PR title and commit message.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
2023-04-14 21:04 ` mhmdanas
@ 2023-04-15 8:43 ` Bnyro
2023-04-15 8:46 ` intellij-idea-community-edition: update to 2023.1, adopt Bnyro
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-15 8:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 518 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1989 bytes --]
From 3ca0bf3e1d71787cf6f66a09a12528299f01d0ec Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 14 Apr 2023 21:45:14 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1, adopt
---
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22..87725f7551db 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=2023.1
+revision=1
archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Bnyro <bnyro@tutanota.com>"
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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
2023-04-14 21:04 ` mhmdanas
2023-04-15 8:43 ` [PR PATCH] [Updated] " Bnyro
@ 2023-04-15 8:46 ` Bnyro
2023-04-15 11:45 ` Bnyro
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-15 8:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1509647562
Comment:
Thanks for the hint!
Note that intellij stopped shipping/releasing the versions without jbr included, thus adopting the template is required.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (2 preceding siblings ...)
2023-04-15 8:46 ` intellij-idea-community-edition: update to 2023.1, adopt Bnyro
@ 2023-04-15 11:45 ` Bnyro
2023-04-15 19:15 ` mhmdanas
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-15 11:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1509647562
Comment:
Thanks for the hint!
Note that intellij stopped shipping/releasing the versions without jbr included, thus adjusting the template is required.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (3 preceding siblings ...)
2023-04-15 11:45 ` Bnyro
@ 2023-04-15 19:15 ` mhmdanas
2023-04-15 19:23 ` Bnyro
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-04-15 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
New comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1509935019
Comment:
Makes sense, but why did you add a `virtual?java-environment` dependency then?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (4 preceding siblings ...)
2023-04-15 19:15 ` mhmdanas
@ 2023-04-15 19:23 ` Bnyro
2023-04-16 7:45 ` [PR PATCH] [Updated] " Bnyro
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-15 19:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1509936494
Comment:
Oh, that's been a left-over from trying to get it run without the jbr.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (5 preceding siblings ...)
2023-04-15 19:23 ` Bnyro
@ 2023-04-16 7:45 ` Bnyro
2023-04-18 21:57 ` mhmdanas
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-16 7:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1, adopt
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1964 bytes --]
From 6aec44857e6cad606c78d4b4af2fd7898f6d540e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 16 Apr 2023 09:45:32 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1, adopt
---
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22..7df755e43a2c 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=2023.1
+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>"
+maintainer="Bnyro <bnyro@tutanota.com>"
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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (6 preceding siblings ...)
2023-04-16 7:45 ` [PR PATCH] [Updated] " Bnyro
@ 2023-04-18 21:57 ` mhmdanas
2023-04-18 21:57 ` mhmdanas
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-04-18 21:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
New comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1513839827
Comment:
Actually, testing this locally, and something in the package links to libjvm.so, so the package installs openjdk8-jre anyway. With this in mind, it's probably a good idea to keep `virtual?java-environment`.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (7 preceding siblings ...)
2023-04-18 21:57 ` mhmdanas
@ 2023-04-18 21:57 ` mhmdanas
2023-04-20 14:32 ` [PR PATCH] [Updated] " Bnyro
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-04-18 21:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
New comment by mhmdanas on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1513839827
Comment:
Actually, I tested this locally, and something in the package links to libjvm.so, so the package installs openjdk8-jre anyway. With this in mind, it's probably a good idea to keep `virtual?java-environment`.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (8 preceding siblings ...)
2023-04-18 21:57 ` mhmdanas
@ 2023-04-20 14:32 ` Bnyro
2023-04-30 10:46 ` Bnyro
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-20 14:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1, adopt
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1990 bytes --]
From 0d33650e8b4625c036687182e87f4187f5df6c08 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 20 Apr 2023 16:31:48 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1, adopt
---
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22..6dd22d0f2bdb 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=2023.1
+revision=1
archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="virtual?java-environmenti giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Bnyro <bnyro@tutanota.com>"
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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (9 preceding siblings ...)
2023-04-20 14:32 ` [PR PATCH] [Updated] " Bnyro
@ 2023-04-30 10:46 ` Bnyro
2023-05-23 20:14 ` ahesford
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-04-30 10:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1, adopt
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1991 bytes --]
From 8d6c2c109b3ee918158a0c0d671b0488c5c9efea Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 30 Apr 2023 12:46:10 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1, adopt
---
| 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22c..87725f7551dbc 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=2023.1
+revision=1
archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
short_desc="Java integrated development environment by JetBrains"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Bnyro <bnyro@tutanota.com>"
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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (10 preceding siblings ...)
2023-04-30 10:46 ` Bnyro
@ 2023-05-23 20:14 ` ahesford
2023-05-24 8:40 ` [PR PATCH] [Updated] " Bnyro
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2023-05-23 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1560064129
Comment:
Please drop the adoption; we would like to see a history of contributions before adding somebody's name to a package.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1, adopt
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (11 preceding siblings ...)
2023-05-23 20:14 ` ahesford
@ 2023-05-24 8:40 ` Bnyro
2023-05-24 8:40 ` intellij-idea-community-edition: update to 2023.1 Bnyro
2023-05-29 20:23 ` [PR PATCH] [Merged]: " abenson
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-05-24 8:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/43452
intellij-idea-community-edition: update to 2023.1, adopt
#### 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
A patch file from https://github.com/void-linux/void-packages/pull/43452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-43452.patch --]
[-- Type: text/x-diff, Size: 1939 bytes --]
From e97e7bf4cd973e195dce67103b90f2c3510c28b6 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 24 May 2023 10:40:16 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1
---
| 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 1c5f9d167c22..c681412597c5 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=2023.1
+revision=1
archs="x86_64"
-depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme"
+depends="virtual?java-environment 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=e6fe45c9df8e763ee3278444b5fb1003910c436752e83221e0303a62c5e81eaa
repository=nonfree
nopie=yes
python_version=3
@@ -22,7 +22,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 lib plugins product-info.json build.txt jbr ${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] 16+ messages in thread
* Re: intellij-idea-community-edition: update to 2023.1
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (12 preceding siblings ...)
2023-05-24 8:40 ` [PR PATCH] [Updated] " Bnyro
@ 2023-05-24 8:40 ` Bnyro
2023-05-29 20:23 ` [PR PATCH] [Merged]: " abenson
14 siblings, 0 replies; 16+ messages in thread
From: Bnyro @ 2023-05-24 8:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 286 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/43452#issuecomment-1560694225
Comment:
> Please drop the adoption; we would like to see a history of contributions before adding somebody's name to a package.
>
sure, understandable
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2023.1
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
` (13 preceding siblings ...)
2023-05-24 8:40 ` intellij-idea-community-edition: update to 2023.1 Bnyro
@ 2023-05-29 20:23 ` abenson
14 siblings, 0 replies; 16+ messages in thread
From: abenson @ 2023-05-29 20:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
There's a merged pull request on the void-packages repository
intellij-idea-community-edition: update to 2023.1
https://github.com/void-linux/void-packages/pull/43452
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
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-05-29 20:23 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 19:48 [PR PATCH] intellij-idea-community-edition: update to 2023.1 Bnyro
2023-04-14 21:04 ` mhmdanas
2023-04-15 8:43 ` [PR PATCH] [Updated] " Bnyro
2023-04-15 8:46 ` intellij-idea-community-edition: update to 2023.1, adopt Bnyro
2023-04-15 11:45 ` Bnyro
2023-04-15 19:15 ` mhmdanas
2023-04-15 19:23 ` Bnyro
2023-04-16 7:45 ` [PR PATCH] [Updated] " Bnyro
2023-04-18 21:57 ` mhmdanas
2023-04-18 21:57 ` mhmdanas
2023-04-20 14:32 ` [PR PATCH] [Updated] " Bnyro
2023-04-30 10:46 ` Bnyro
2023-05-23 20:14 ` ahesford
2023-05-24 8:40 ` [PR PATCH] [Updated] " Bnyro
2023-05-24 8:40 ` intellij-idea-community-edition: update to 2023.1 Bnyro
2023-05-29 20:23 ` [PR PATCH] [Merged]: " abenson
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).