Date: Monday, May 1, 2023 @ 21:10:47
  Author: artafinde
Revision: 1455762

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
    (from rev 1455761, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/enable-no-jdr.patch
    (from rev 1455761, 
intellij-idea-community-edition/trunk/enable-no-jdr.patch)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
    (from rev 1455761, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
    (from rev 1455761, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/enable-no-jdr.patch
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

---------------------+
 PKGBUILD            |  164 +++++++++++++++++++++++++-------------------------
 enable-no-jdr.patch |   24 +++----
 idea.desktop        |   22 +++---
 idea.sh             |   34 +++++-----
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 21:10:39 UTC (rev 1455761)
+++ PKGBUILD    2023-05-01 21:10:47 UTC (rev 1455762)
@@ -1,82 +0,0 @@
-# Maintainer: Lukas Jirkovsky <[email protected]>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Maxime Gauduin <[email protected]>
-# Maintainer: Orhun Parmaksız <[email protected]>
-
-pkgname=intellij-idea-community-edition
-pkgver=2023.1
-_build=231.8109.175
-_jrever=17
-_jdkver=17
-pkgrel=1
-epoch=4
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' "java-runtime=${_jrever}" 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme')
-makedepends=('ant' 'git' "java-environment-openjdk=${_jdkver}" maven)
-optdepends=(
-  'lldb: lldb frontend integration'
-)
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
-        
idea-android::"git+https://github.com/JetBrains/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)
-noextract=('junit-3.8.1.jar')
-sha256sums=('SKIP'
-            'SKIP'
-            '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-            'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71'
-            '5dcb0474c4e07b1b7d44844e8b2da40e4dda9eed55c904b745309b1de5df5d94'
-            'b58e459509e190bed737f3592bc1950485322846cf10e78ded1d065153012d70')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-
-  export MAVEN_REPOSITORY=${srcdir}/.m2/repository
-  mvn install:install-file \
-    -Dfile="${srcdir}"/junit-3.8.1.jar \
-    -DgroupId=junit \
-    -DartifactId=junit \
-    -Dversion=3.8.1 \
-    -Dpackaging=jar \
-    -DgeneratePom=true
-
-  patch -Np1 < "${srcdir}/enable-no-jdr.patch"
-  echo ${_build} > build.txt
-}
-
-build() {
-  cd intellij-community
-  
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  export MAVEN_REPOSITORY=${srcdir}/.m2/repository
-  
-  ./installers.cmd -Dintellij.build.use.compiled.classes=false 
-Dintellij.build.target.os=linux
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins "${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 1455761, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-01 21:10:47 UTC (rev 1455762)
@@ -0,0 +1,82 @@
+# Maintainer: Lukas Jirkovsky <[email protected]>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: Orhun Parmaksız <[email protected]>
+
+pkgname=intellij-idea-community-edition
+pkgver=2023.1.1
+_build=231.8770.65
+_jrever=17
+_jdkver=17
+pkgrel=1
+epoch=4
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' "java-runtime=${_jrever}" 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme')
+makedepends=('ant' 'git' "java-environment-openjdk=${_jdkver}" maven)
+optdepends=(
+  'lldb: lldb frontend integration'
+)
+source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
+        
idea-android::"git+https://github.com/JetBrains/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)
+noextract=('junit-3.8.1.jar')
+sha256sums=('SKIP'
+            'SKIP'
+            '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
+            'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71'
+            '5dcb0474c4e07b1b7d44844e8b2da40e4dda9eed55c904b745309b1de5df5d94'
+            'b58e459509e190bed737f3592bc1950485322846cf10e78ded1d065153012d70')
+
+prepare() {
+  cd intellij-community
+
+  # build system doesn't like symlinks
+  mv "${srcdir}"/idea-android android
+
+  export MAVEN_REPOSITORY=${srcdir}/.m2/repository
+  mvn install:install-file \
+    -Dfile="${srcdir}"/junit-3.8.1.jar \
+    -DgroupId=junit \
+    -DartifactId=junit \
+    -Dversion=3.8.1 \
+    -Dpackaging=jar \
+    -DgeneratePom=true
+
+  patch -Np1 < "${srcdir}/enable-no-jdr.patch"
+  echo ${_build} > build.txt
+}
+
+build() {
+  cd intellij-community
+  
+  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+  export MAVEN_REPOSITORY=${srcdir}/.m2/repository
+  
+  ./installers.cmd -Dintellij.build.use.compiled.classes=false 
-Dintellij.build.target.os=linux
+  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
+}
+
+package() {
+  cd idea-IC-${_build}
+
+  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
+  cp -dr --no-preserve='ownership' bin lib plugins "${pkgdir}"/usr/share/idea/
+  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
+  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
+  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
+  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
+  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
+}
+
+# vim: ts=2 sw=2 et:

Deleted: enable-no-jdr.patch
===================================================================
--- enable-no-jdr.patch 2023-05-01 21:10:39 UTC (rev 1455761)
+++ enable-no-jdr.patch 2023-05-01 21:10:47 UTC (rev 1455762)
@@ -1,12 +0,0 @@
-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.

Copied: 
intellij-idea-community-edition/repos/community-x86_64/enable-no-jdr.patch 
(from rev 1455761, intellij-idea-community-edition/trunk/enable-no-jdr.patch)
===================================================================
--- enable-no-jdr.patch                         (rev 0)
+++ enable-no-jdr.patch 2023-05-01 21:10:47 UTC (rev 1455762)
@@ -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.

Deleted: idea.desktop
===================================================================
--- idea.desktop        2023-05-01 21:10:39 UTC (rev 1455761)
+++ idea.desktop        2023-05-01 21:10:47 UTC (rev 1455762)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=IntelliJ IDEA Community Edition
-Comment=Develop with pleasure!
-Exec=/usr/bin/idea %f
-Icon=idea
-Terminal=false
-StartupNotify=true
-StartupWMClass=jetbrains-idea-ce
-Categories=Development;IDE;Java;

Copied: intellij-idea-community-edition/repos/community-x86_64/idea.desktop 
(from rev 1455761, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop                                (rev 0)
+++ idea.desktop        2023-05-01 21:10:47 UTC (rev 1455762)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=IntelliJ IDEA Community Edition
+Comment=Develop with pleasure!
+Exec=/usr/bin/idea %f
+Icon=idea
+Terminal=false
+StartupNotify=true
+StartupWMClass=jetbrains-idea-ce
+Categories=Development;IDE;Java;

Deleted: idea.sh
===================================================================
--- idea.sh     2023-05-01 21:10:39 UTC (rev 1455761)
+++ idea.sh     2023-05-01 21:10:47 UTC (rev 1455762)
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-if [ -z "$IDEA_JDK" ] ; then
-  IDEA_JDK="/usr/lib/jvm/java-17-openjdk/"
-fi
-# open-jfx location that should match the JDK version
-if [ -z "$IDEA_JFX" ] ; then
-  IDEA_JFX="/usr/lib/jvm/java-17-openjfx/"
-fi
-# classpath according to defined JDK/JFX
-if [ -z "$IDEA_CLASSPATH" ] ; then
-  IDEA_CLASSPATH="${IDEA_JDK}/lib/*:${IDEA_JFX}/lib/*"
-fi
-
-exec env IDEA_JDK="$IDEA_JDK" IDEA_CLASSPATH="$IDEA_CLASSPATH" 
/usr/share/idea/bin/idea.sh "$@"
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/idea.sh (from 
rev 1455761, intellij-idea-community-edition/trunk/idea.sh)
===================================================================
--- idea.sh                             (rev 0)
+++ idea.sh     2023-05-01 21:10:47 UTC (rev 1455762)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+if [ -z "$IDEA_JDK" ] ; then
+  IDEA_JDK="/usr/lib/jvm/java-17-openjdk/"
+fi
+# open-jfx location that should match the JDK version
+if [ -z "$IDEA_JFX" ] ; then
+  IDEA_JFX="/usr/lib/jvm/java-17-openjfx/"
+fi
+# classpath according to defined JDK/JFX
+if [ -z "$IDEA_CLASSPATH" ] ; then
+  IDEA_CLASSPATH="${IDEA_JDK}/lib/*:${IDEA_JFX}/lib/*"
+fi
+
+exec env IDEA_JDK="$IDEA_JDK" IDEA_CLASSPATH="$IDEA_CLASSPATH" 
/usr/share/idea/bin/idea.sh "$@"
+
+# vim: ts=2 sw=2 et:

Reply via email to