Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2021.1.1.
@ 2021-05-03 10:19 AlexDltg
  2021-05-03 10:30 ` AlexDltg
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AlexDltg/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30639

intellij-idea-community-edition: update to 2021.1.1.
<!-- 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/30639.patch is attached

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

From 0a3b628c17c5fc8edd33dae6dce8f4bf75dc0fec Mon Sep 17 00:00:00 2001
From: Alex <60660439+AlexDltg@users.noreply.github.com>
Date: Mon, 3 May 2021 12:17:40 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2021.1.1.

---
 .../intellij-idea-community-edition/template  | 96 +++++++++++--------
 1 file changed, 54 insertions(+), 42 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 460f8429da73..add2eb063e3e 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,66 +1,78 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2021.1
+version=2021.1.1
 revision=1
 archs="i686 x86_64"
+wrksrc="idea-IC-211.7142.45"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
 short_desc="Java integrated development environment by JetBrains"
 maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
-homepage="https://www.jetbrains.org/"
+homepage="https://www.jetbrains.org/idea"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
-checksum=becd31e78d430db7a3edf381343f6722926e6e16b35d39371b74786decc40617
+checksum=19ffcfedad31cec173d1c3a82e7d07e758d7637c8d4941a0d8599b7ef01896ce
 repository=nonfree
 nopie=yes
+# JetBrains' tools are self-sufficient and while they include code that appears to be linked to libs from other packages, these libs are either included in the tool package, or the code works by looking for one of several supported libs.
+noverifyrdeps=yes
 python_version=3
-skiprdeps="/usr/lib/intellij-idea/plugins/Kotlin/bin/linux/LLDBFrontend"
 
 post_extract() {
-	mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
+	# Remove files for other OSes
+	rm -rf plugins/webp/lib/libwebp/win
+	rm -rf plugins/webp/lib/libwebp/mac
+	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/maven/lib/maven3/lib/jansi-native/freebsd64
+	rm -rf plugins/maven/lib/maven3/lib/jansi-native/freebsd32
+
+	# Remove files for other CPU architectures
+	rm -rf lib/pty4j-native/linux/ppc64le
+	rm -rf lib/pty4j-native/linux/aarch64
+	rm -rf lib/pty4j-native/linux/mips64el
+
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64)
+			rm -rf bin/fsnotifier
+			rm -rf bin/idea.vmoptions
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni.so
+			rm -rf lib/pty4j-native/linux/x86
+			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux32
+			;;
+		i686)
+			rm -rf bin/fsnotifier64
+			rm -rf bin/idea64.vmoptions
+			rm -rf bin/libdbm64.so
+			rm -rf plugins/android/lib/libwebp/linux/libwebp_jni64.so
+			rm -rf lib/pty4j-native/linux/x86_64
+			rm -rf plugins/maven/lib/maven3/lib/jansi-native/linux64
+			;;
+	esac
 }
 
 do_install() {
+	TARGET_PATH="usr/lib/${pkgname}"
+
 	vmkdir usr/bin
-	vmkdir usr/share/doc/intellij-idea
-	vmkdir usr/lib/intellij-idea
+	vmkdir ${TARGET_PATH}
+	vmkdir usr/share/licenses/${pkgname}
 	vmkdir usr/share/pixmaps
 	vmkdir usr/share/icons/hicolor/scalable/apps
 
-	mv bin lib plugins redist 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/android/lib/libwebp/win -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows64 -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/osx -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/freebsd32 -rf
-	rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/freebsd64 -rf
-	case $XBPS_TARGET_MACHINE in
-		x86_64)
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
-		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/aarch64 -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni.so
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux32 -rf
-		;;
-		i686)
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier64
-		rm ${DESTDIR}/usr/lib/intellij-idea/bin/idea64.vmoptions
-		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/aarch64 -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/mips64el -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/lib/pty4j-native/linux/ppc64le -rf
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/webp/lib/libwebp/linux/libwebp_jni64.so
-		rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/linux64 -rf
-		;;
-	esac
+	# Ideally vlicense should be called here, but vcopy is more terse.
+	vcopy license/* usr/share/licenses/${pkgname}
+
+	vcopy bin ${TARGET_PATH}
+	vcopy lib ${TARGET_PATH}
+	vcopy plugins ${TARGET_PATH}
+	vcopy redist ${TARGET_PATH}
+	vcopy product-info.json ${TARGET_PATH}
+	vcopy build.txt ${TARGET_PATH}
+
+	ln -sf /${TARGET_PATH}/bin/idea.sh ${DESTDIR}/usr/bin/idea
+	ln -sf /${TARGET_PATH}/bin/idea.png ${DESTDIR}/usr/share/pixmaps
+	ln -sf /${TARGET_PATH}/bin/idea.svg ${DESTDIR}/usr/share/icons/hicolor/scalable/apps
 
-	ln -sf /usr/lib/intellij-idea/bin/idea.sh ${DESTDIR}/usr/bin/idea
-	ln -sf /usr/lib/intellij-idea/bin/idea.png ${DESTDIR}/usr/share/pixmaps
-	ln -sf /usr/lib/intellij-idea/bin/idea.svg ${DESTDIR}/usr/share/icons/hicolor/scalable/apps
 	vinstall ${FILESDIR}/idea.desktop 644 usr/share/applications
 }

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
@ 2021-05-03 10:30 ` AlexDltg
  2021-05-03 10:34 ` AlexDltg
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:30 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template of the package "intellij-idea-utimate-edition" as a reference for the remake of the template of this package

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
  2021-05-03 10:30 ` AlexDltg
@ 2021-05-03 10:34 ` AlexDltg
  2021-05-03 10:54 ` AlexDltg
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:34 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template of the package [intellij-idea-utimate-edition](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-ultimate-edition/template) as a reference for the remake of the template of this package

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
  2021-05-03 10:30 ` AlexDltg
  2021-05-03 10:34 ` AlexDltg
@ 2021-05-03 10:54 ` AlexDltg
  2021-05-03 10:55 ` AlexDltg
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:54 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template [intellij-idea-utimate-edition](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-ultimate-edition/template) as a reference for the remake of this template

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (2 preceding siblings ...)
  2021-05-03 10:54 ` AlexDltg
@ 2021-05-03 10:55 ` AlexDltg
  2021-05-03 10:56 ` AlexDltg
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:55 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template [intellij-idea-utimate-edition](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-ultimate-edition/template) as a reference for the remake of this template.

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (3 preceding siblings ...)
  2021-05-03 10:55 ` AlexDltg
@ 2021-05-03 10:56 ` AlexDltg
  2021-05-03 11:40 ` AlexDltg
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 10:56 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template [intellij-idea-utimate-edition](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-ultimate-edition/template) as a reference for the remake of [this](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-community-edition/template) template.

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (4 preceding siblings ...)
  2021-05-03 10:56 ` AlexDltg
@ 2021-05-03 11:40 ` AlexDltg
  2021-05-04 12:14 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AlexDltg @ 2021-05-03 11:40 UTC (permalink / raw)
  To: ml

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

New comment by AlexDltg on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-831172473

Comment:
I have used the template [intellij-idea-ultimate-edition](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-ultimate-edition/template) as a reference for the remake of [this](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intellij-idea-community-edition/template) template.

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

* Re: [PR REVIEW] intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (5 preceding siblings ...)
  2021-05-03 11:40 ` AlexDltg
@ 2021-05-04 12:14 ` ericonr
  2021-06-15 10:56 ` Dko1905
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-04 12:14 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#discussion_r625729483

Comment:
Split this comment into multiple lines.

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (6 preceding siblings ...)
  2021-05-04 12:14 ` [PR REVIEW] " ericonr
@ 2021-06-15 10:56 ` Dko1905
  2022-05-19  2:16 ` github-actions
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Dko1905 @ 2021-06-15 10:56 UTC (permalink / raw)
  To: ml

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

New comment by Dko1905 on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-861400613

Comment:
+1

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

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (7 preceding siblings ...)
  2021-06-15 10:56 ` Dko1905
@ 2022-05-19  2:16 ` github-actions
  2022-05-19 18:14 ` [PR PATCH] [Closed]: " Chocimier
  2022-05-19 18:14 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-05-19  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-1131014115

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (8 preceding siblings ...)
  2022-05-19  2:16 ` github-actions
@ 2022-05-19 18:14 ` Chocimier
  2022-05-19 18:14 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2022-05-19 18:14 UTC (permalink / raw)
  To: ml

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

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

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

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] 12+ messages in thread

* Re: intellij-idea-community-edition: update to 2021.1.1.
  2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
                   ` (9 preceding siblings ...)
  2022-05-19 18:14 ` [PR PATCH] [Closed]: " Chocimier
@ 2022-05-19 18:14 ` Chocimier
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2022-05-19 18:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/30639#issuecomment-1132032194

Comment:
Updated to 2021.3.2 by now.

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

end of thread, other threads:[~2022-05-19 18:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03 10:19 [PR PATCH] intellij-idea-community-edition: update to 2021.1.1 AlexDltg
2021-05-03 10:30 ` AlexDltg
2021-05-03 10:34 ` AlexDltg
2021-05-03 10:54 ` AlexDltg
2021-05-03 10:55 ` AlexDltg
2021-05-03 10:56 ` AlexDltg
2021-05-03 11:40 ` AlexDltg
2021-05-04 12:14 ` [PR REVIEW] " ericonr
2021-06-15 10:56 ` Dko1905
2022-05-19  2:16 ` github-actions
2022-05-19 18:14 ` [PR PATCH] [Closed]: " Chocimier
2022-05-19 18:14 ` Chocimier

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