Date: Sunday, December 4, 2022 @ 18:54:54 Author: artafinde Revision: 1356501
upgpkg: intellij-idea-community-edition 4:2022.3-1 Added: intellij-idea-community-edition/trunk/enable-no-jdr.patch Modified: intellij-idea-community-edition/trunk/PKGBUILD ---------------------+ PKGBUILD | 9 ++++++--- enable-no-jdr.patch | 12 ++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-04 16:40:29 UTC (rev 1356500) +++ PKGBUILD 2022-12-04 18:54:54 UTC (rev 1356501) @@ -4,11 +4,11 @@ # Maintainer: Orhun Parmaksız <[email protected]> pkgname=intellij-idea-community-edition -pkgver=2022.2.4 -_build=222.4459.24 +pkgver=2022.3 +_build=223.7571.182 _jrever=17 _jdkver=17 -pkgrel=3 +pkgrel=1 epoch=4 pkgdesc='IDE for Java, Groovy and other programming languages with advanced refactoring features' url='https://www.jetbrains.com/idea/' @@ -24,6 +24,7 @@ idea-android::"git://git.jetbrains.org/idea/android.git#tag=idea/${_build}" idea.desktop idea.sh + enable-no-jdr.patch # The class src/com/intellij/openapi/projectRoots/ex/JavaSdkUtil.java:56 (git commit 0ea5972cdad569407078fb27070c80e2b9235c53) # assumes the user's maven repo is at {$HOME}/.m2/repository and it contains junit-3.8.1.jar https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar) @@ -32,6 +33,7 @@ 'SKIP' '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93' 'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71' + '5dcb0474c4e07b1b7d44844e8b2da40e4dda9eed55c904b745309b1de5df5d94' 'b58e459509e190bed737f3592bc1950485322846cf10e78ded1d065153012d70') prepare() { @@ -49,6 +51,7 @@ -Dpackaging=jar \ -DgeneratePom=true + patch -Np1 < "${srcdir}/enable-no-jdr.patch" echo ${_build} > build.txt } Added: enable-no-jdr.patch =================================================================== --- enable-no-jdr.patch (rev 0) +++ enable-no-jdr.patch 2022-12-04 18:54:54 UTC (rev 1356501) @@ -0,0 +1,12 @@ +diff --git a/platform/build-scripts/src/org/jetbrains/intellij/build/LinuxDistributionCustomizer.kt b/platform/build-scripts/src/org/jetbrains/intellij/build/LinuxDistributionCustomizer.kt +--- a/platform/build-scripts/src/org/jetbrains/intellij/build/LinuxDistributionCustomizer.kt (revision 7e0cfee10427cc87a372ef23d6bf083cc35fdb5e) ++++ b/platform/build-scripts/src/org/jetbrains/intellij/build/LinuxDistributionCustomizer.kt (date 1670176639293) +@@ -24,7 +24,7 @@ + /** + * If {@code true} a separate *-no-jbr.tar.gz artifact without runtime will be produced. + */ +- var buildTarGzWithoutBundledRuntime = false ++ var buildTarGzWithoutBundledRuntime = true + + /** + * If {@code true}, the only *-no-jbr.tar.gz will be produced, no other binaries for Linux will be built.
