Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 2asoft/jb update idea ultimate
@ 2021-10-20 23:03 2asoft
  2021-10-24 20:44 ` intellij-idea-ultimate-edition: update to 2021.2.3 ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 2asoft @ 2021-10-20 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_idea_ultimate
https://github.com/void-linux/void-packages/pull/33659

2asoft/jb update idea ultimate
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From fdb99d0aeb8f4a801f725815835cb7941fb21a78 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Wed, 7 Apr 2021 22:50:49 -0700
Subject: [PATCH 1/2] intellij-idea-ultimate-edition: update to 2021.2.2.

---
 .../intellij-idea-ultimate-edition/template   | 44 ++++++++++++-------
 1 file changed, 28 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template
index d7a2adb865f0..276e8f645547 100644
--- a/srcpkgs/intellij-idea-ultimate-edition/template
+++ b/srcpkgs/intellij-idea-ultimate-edition/template
@@ -1,16 +1,17 @@
 # Template file for 'intellij-idea-ultimate-edition'
 pkgname=intellij-idea-ultimate-edition
-version=2021.2.1
+version=2021.2.2
 revision=1
 archs="i686 x86_64"
-wrksrc="idea-IU-212.5080.55"
+create_wrksrc="true"
 depends="giflib libXtst jetbrains-jdk-bin"
 short_desc="Most intelligent Java IDE"
 maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/idea"
-distfiles="https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"
-checksum=9cf405e13bb25768050779a6fd923021ba1cee7f559253ad6ecb0f985a52a788
+_filename="ideaIU-${version}-no-jbr.tar.gz"
+distfiles="https://download.jetbrains.com/idea/${_filename}"
+checksum=1529470e66928f59feb8812996a79c728a1abc1c2d7ee2f8560693c77a852f1b
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -18,39 +19,50 @@ nopie=yes
 noverifyrdeps=yes
 python_version=3
 
+do_extract() {
+	bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename} --strip-components=1 -C .
+}
+
 post_extract() {
 	# Remove files for other OSes
-	rm -rf plugins/webp/lib/libwebp/win
-	rm -rf plugins/webp/lib/libwebp/mac
+	rm -rf plugins/cwm-plugin/quiche-native/darwin-aarch64
+	rm -rf plugins/cwm-plugin/quiche-native/darwin-x86-64
+	rm -rf plugins/cwm-plugin/quiche-native/win32-x86-64
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/freebsd64
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/freebsd32
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/osx
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/windows32
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/windows64
-	rm -rf plugins/cwm-plugin/quiche-native/win32-x86-64
-	rm -rf plugins/cwm-plugin/quiche-native/darwin-aarch64
-	rm -rf plugins/cwm-plugin/quiche-native/darwin-x86-64
-	rm -rf **/*.dll
-	rm -rf **/*.dylib
+	rm -rf plugins/performanceTesting/bin/libyjpagent.dylib
+	rm -rf plugins/performanceTesting/bin/yjpagent.dll
+	rm -rf plugins/performanceTesting/bin/yjpagent64.dll
+	rm -rf plugins/webp/lib/libwebp/mac
+	rm -rf plugins/webp/lib/libwebp/win
 
 	# Remove files for other CPU architectures
-	rm -rf lib/pty4j-native/linux/ppc64le
+	rm -rf bin/fsnotifier-arm
 	rm -rf lib/pty4j-native/linux/aarch64
-	rm -rf lib/pty4j-native/linux/mips64el
 	rm -rf lib/pty4j-native/linux/arm
+	rm -rf lib/pty4j-native/linux/mips64el
+	rm -rf lib/pty4j-native/linux/ppc64le
 
 	case "$XBPS_TARGET_MACHINE" in
 		x86_64)
-			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni.so
+			rm -rf bin/idea.vmoptions
 			rm -rf lib/pty4j-native/linux/x86
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni.so
 			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux32
 			rm -rf plugins/performanceTesting/bin/libyjpagent.so
+			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni.so
 			;;
 		i686)
-			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni64.so
-			rm -rf lib/pty4j-native/linux/x86-64
+			rm -rf bin/idea64.vmoptions
+			rm -rf bin/libyjpagent-linux64.so
+			rm -rf lib/pty4j-native/linux/x86_64
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni64.so
 			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux64
 			rm -rf plugins/performanceTesting/bin/libyjpagent64.so
+			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 			;;
 	esac
 }

From e7c57aa17f15dcd9eba1328abb614d504abfa7a1 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Tue, 19 Oct 2021 22:16:38 -0700
Subject: [PATCH 2/2] intellij-idea-ultimate-edition: update to 2021.2.3.

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

diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template
index 276e8f645547..e3b32fea16d8 100644
--- a/srcpkgs/intellij-idea-ultimate-edition/template
+++ b/srcpkgs/intellij-idea-ultimate-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-ultimate-edition'
 pkgname=intellij-idea-ultimate-edition
-version=2021.2.2
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
 create_wrksrc="true"
@@ -11,7 +11,7 @@ license="custom:Commercial"
 homepage="https://www.jetbrains.com/idea"
 _filename="ideaIU-${version}-no-jbr.tar.gz"
 distfiles="https://download.jetbrains.com/idea/${_filename}"
-checksum=1529470e66928f59feb8812996a79c728a1abc1c2d7ee2f8560693c77a852f1b
+checksum=0d879d4b16f096b81f401e0ab76a8b565d8142c632f9667cdb7fe5e6bd9813b4
 repository=nonfree
 restricted=yes
 nopie=yes

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

* Re: intellij-idea-ultimate-edition: update to 2021.2.3.
  2021-10-20 23:03 [PR PATCH] 2asoft/jb update idea ultimate 2asoft
@ 2021-10-24 20:44 ` ericonr
  2021-10-26  4:42 ` [PR PATCH] [Updated] " 2asoft
  2021-10-30 18:19 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-24 20:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33659#issuecomment-950392015

Comment:
Please squash the commits into one.

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

* Re: [PR PATCH] [Updated] intellij-idea-ultimate-edition: update to 2021.2.3.
  2021-10-20 23:03 [PR PATCH] 2asoft/jb update idea ultimate 2asoft
  2021-10-24 20:44 ` intellij-idea-ultimate-edition: update to 2021.2.3 ericonr
@ 2021-10-26  4:42 ` 2asoft
  2021-10-30 18:19 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: 2asoft @ 2021-10-26  4:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_idea_ultimate
https://github.com/void-linux/void-packages/pull/33659

intellij-idea-ultimate-edition: update to 2021.2.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From cbe71c062171839b3e6d9152bc3a3fea168d7cac Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Wed, 7 Apr 2021 22:50:49 -0700
Subject: [PATCH] intellij-idea-ultimate-edition: update to 2021.2.3.

---
 .../intellij-idea-ultimate-edition/template   | 44 ++++++++++++-------
 1 file changed, 28 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/intellij-idea-ultimate-edition/template b/srcpkgs/intellij-idea-ultimate-edition/template
index d7a2adb865f0..e3b32fea16d8 100644
--- a/srcpkgs/intellij-idea-ultimate-edition/template
+++ b/srcpkgs/intellij-idea-ultimate-edition/template
@@ -1,16 +1,17 @@
 # Template file for 'intellij-idea-ultimate-edition'
 pkgname=intellij-idea-ultimate-edition
-version=2021.2.1
+version=2021.2.3
 revision=1
 archs="i686 x86_64"
-wrksrc="idea-IU-212.5080.55"
+create_wrksrc="true"
 depends="giflib libXtst jetbrains-jdk-bin"
 short_desc="Most intelligent Java IDE"
 maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
 license="custom:Commercial"
 homepage="https://www.jetbrains.com/idea"
-distfiles="https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"
-checksum=9cf405e13bb25768050779a6fd923021ba1cee7f559253ad6ecb0f985a52a788
+_filename="ideaIU-${version}-no-jbr.tar.gz"
+distfiles="https://download.jetbrains.com/idea/${_filename}"
+checksum=0d879d4b16f096b81f401e0ab76a8b565d8142c632f9667cdb7fe5e6bd9813b4
 repository=nonfree
 restricted=yes
 nopie=yes
@@ -18,39 +19,50 @@ nopie=yes
 noverifyrdeps=yes
 python_version=3
 
+do_extract() {
+	bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename} --strip-components=1 -C .
+}
+
 post_extract() {
 	# Remove files for other OSes
-	rm -rf plugins/webp/lib/libwebp/win
-	rm -rf plugins/webp/lib/libwebp/mac
+	rm -rf plugins/cwm-plugin/quiche-native/darwin-aarch64
+	rm -rf plugins/cwm-plugin/quiche-native/darwin-x86-64
+	rm -rf plugins/cwm-plugin/quiche-native/win32-x86-64
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/freebsd64
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/freebsd32
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/osx
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/windows32
 	rm -rf plugins/maven/lib/maven3/lib/jansi-native/windows64
-	rm -rf plugins/cwm-plugin/quiche-native/win32-x86-64
-	rm -rf plugins/cwm-plugin/quiche-native/darwin-aarch64
-	rm -rf plugins/cwm-plugin/quiche-native/darwin-x86-64
-	rm -rf **/*.dll
-	rm -rf **/*.dylib
+	rm -rf plugins/performanceTesting/bin/libyjpagent.dylib
+	rm -rf plugins/performanceTesting/bin/yjpagent.dll
+	rm -rf plugins/performanceTesting/bin/yjpagent64.dll
+	rm -rf plugins/webp/lib/libwebp/mac
+	rm -rf plugins/webp/lib/libwebp/win
 
 	# Remove files for other CPU architectures
-	rm -rf lib/pty4j-native/linux/ppc64le
+	rm -rf bin/fsnotifier-arm
 	rm -rf lib/pty4j-native/linux/aarch64
-	rm -rf lib/pty4j-native/linux/mips64el
 	rm -rf lib/pty4j-native/linux/arm
+	rm -rf lib/pty4j-native/linux/mips64el
+	rm -rf lib/pty4j-native/linux/ppc64le
 
 	case "$XBPS_TARGET_MACHINE" in
 		x86_64)
-			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni.so
+			rm -rf bin/idea.vmoptions
 			rm -rf lib/pty4j-native/linux/x86
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni.so
 			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux32
 			rm -rf plugins/performanceTesting/bin/libyjpagent.so
+			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni.so
 			;;
 		i686)
-			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni64.so
-			rm -rf lib/pty4j-native/linux/x86-64
+			rm -rf bin/idea64.vmoptions
+			rm -rf bin/libyjpagent-linux64.so
+			rm -rf lib/pty4j-native/linux/x86_64
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni64.so
 			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux64
 			rm -rf plugins/performanceTesting/bin/libyjpagent64.so
+			rm -rf plugins/webp/lib/libwebp/linux/libwebp_jni64.so
 			;;
 	esac
 }

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

* Re: [PR PATCH] [Merged]: intellij-idea-ultimate-edition: update to 2021.2.3.
  2021-10-20 23:03 [PR PATCH] 2asoft/jb update idea ultimate 2asoft
  2021-10-24 20:44 ` intellij-idea-ultimate-edition: update to 2021.2.3 ericonr
  2021-10-26  4:42 ` [PR PATCH] [Updated] " 2asoft
@ 2021-10-30 18:19 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-30 18:19 UTC (permalink / raw)
  To: ml

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

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

intellij-idea-ultimate-edition: update to 2021.2.3.
https://github.com/void-linux/void-packages/pull/33659

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-30 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 23:03 [PR PATCH] 2asoft/jb update idea ultimate 2asoft
2021-10-24 20:44 ` intellij-idea-ultimate-edition: update to 2021.2.3 ericonr
2021-10-26  4:42 ` [PR PATCH] [Updated] " 2asoft
2021-10-30 18:19 ` [PR PATCH] [Merged]: " ericonr

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