Date: Wednesday, October 12, 2022 @ 11:52:05
Author: artafinde
Revision: 1327809
archrelease: copy trunk to community-x86_64
Added:
intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 1327808, intellij-idea-community-edition/trunk/PKGBUILD)
intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 1327808, intellij-idea-community-edition/trunk/idea.desktop)
intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 1327808, 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 | 155 ++++++++++++++++++++++++++++++---------------------------
idea.desktop | 22 ++++----
idea.sh | 34 ++++++------
3 files changed, 110 insertions(+), 101 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-12 11:51:42 UTC (rev 1327808)
+++ PKGBUILD 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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.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:
Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from
rev 1327808, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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=2022.2.3
+_build=222.4345.14
+_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' "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://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
+ # 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'
+ 'SKIP'
+ '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
+ 'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71'
+ 'b58e459509e190bed737f3592bc1950485322846cf10e78ded1d065153012d70')
+
+prepare() {
+ cd intellij-community
+
+ # build system doesn't like symlinks
+ mv "${srcdir}"/idea-android android
+ mv "${srcdir}"/idea-adt-tools-base android/tools-base
+
+ 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
+
+ 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: idea.desktop
===================================================================
--- idea.desktop 2022-10-12 11:51:42 UTC (rev 1327808)
+++ idea.desktop 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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 1327808, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop (rev 0)
+++ idea.desktop 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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-12 11:51:42 UTC (rev 1327808)
+++ idea.sh 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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 1327808, intellij-idea-community-edition/trunk/idea.sh)
===================================================================
--- idea.sh (rev 0)
+++ idea.sh 2022-10-12 11:52:05 UTC (rev 1327809)
@@ -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: