Github messages for voidlinux
 help / color / mirror / Atom feed
From: 2asoft <2asoft@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] 2asoft/jb update idea ultimate
Date: Thu, 21 Oct 2021 01:03:49 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33659@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2021-10-20 23:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20 23:03 2asoft [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33659@inbox.vuxu.org \
    --to=2asoft@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).