Date: Saturday, October 8, 2022 @ 15:56:22
  Author: artafinde
Revision: 1324377

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
    (from rev 1324376, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
    (from rev 1324376, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
    (from rev 1324376, 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/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--------------+
 PKGBUILD     |  146 ++++++++++++++++++++++++++++-----------------------------
 idea.desktop |   22 ++++----
 idea.sh      |   34 ++++++-------
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-08 15:53:38 UTC (rev 1324376)
+++ PKGBUILD    2022-10-08 15:56:22 UTC (rev 1324377)
@@ -1,73 +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=2022.2.2
-_build=222.4167.29
-_jrever=17
-_jdkver=17
-pkgrel=2
-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' "jre${_jrever}-openjdk" 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme')
-makedepends=('ant' 'git' "jdk${_jdkver}-openjdk")
-optdepends=(
-  'lldb: lldb frontend integration'
-)
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
-        
idea-android::"git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
-        
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
-        idea.desktop
-        idea.sh)
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-            'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
-  # 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
-  mkdir -p /build/.m2/repository/junit/junit/3.8.1/
-  curl https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar -o 
/build/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
-
-  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=/build/.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 1324376, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-08 15:56:22 UTC (rev 1324377)
@@ -0,0 +1,73 @@
+# 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=2022.2.3
+_build=222.4345.14
+_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}")
+optdepends=(
+  'lldb: lldb frontend integration'
+)
+source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
+        
idea-android::"git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
+        
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
+        idea.desktop
+        idea.sh)
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
+            'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71')
+
+prepare() {
+  cd intellij-community
+
+  # build system doesn't like symlinks
+  mv "${srcdir}"/idea-android android
+  mv "${srcdir}"/idea-adt-tools-base android/tools-base
+
+  # 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
+  mkdir -p /build/.m2/repository/junit/junit/3.8.1/
+  curl https://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar -o 
/build/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
+
+  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=/build/.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: idea.desktop
===================================================================
--- idea.desktop        2022-10-08 15:53:38 UTC (rev 1324376)
+++ idea.desktop        2022-10-08 15:56:22 UTC (rev 1324377)
@@ -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 1324376, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop                                (rev 0)
+++ idea.desktop        2022-10-08 15:56:22 UTC (rev 1324377)
@@ -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     2022-10-08 15:53:38 UTC (rev 1324376)
+++ idea.sh     2022-10-08 15:56:22 UTC (rev 1324377)
@@ -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 1324376, intellij-idea-community-edition/trunk/idea.sh)
===================================================================
--- idea.sh                             (rev 0)
+++ idea.sh     2022-10-08 15:56:22 UTC (rev 1324377)
@@ -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