[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (7 files)
Levente Polyak
anthraxx at archlinux.org
Sat Mar 28 21:17:16 UTC 2020
Date: Saturday, March 28, 2020 @ 21:17:13
Author: anthraxx
Revision: 605534
archrelease: copy trunk to community-x86_64
Added:
intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 605533, intellij-idea-community-edition/trunk/PKGBUILD)
intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 605533, intellij-idea-community-edition/trunk/idea.desktop)
intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 605533, 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-build.patch
intellij-idea-community-edition/repos/community-x86_64/idea.desktop
intellij-idea-community-edition/repos/community-x86_64/idea.sh
------------------+
PKGBUILD | 141 +++++++++++++++++++++++++----------------------------
idea-build.patch | 65 ------------------------
idea.desktop | 22 ++++----
idea.sh | 22 ++++----
4 files changed, 91 insertions(+), 159 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-28 21:17:05 UTC (rev 605533)
+++ PKGBUILD 2020-03-28 21:17:13 UTC (rev 605534)
@@ -1,72 +0,0 @@
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=intellij-idea-community-edition
-pkgver=2019.3.2
-_build=193.6015.39
-pkgrel=1
-epoch=2
-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/idea.vmoptions'
- 'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 'libdbusmenu-glib')
-makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}"
- idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build}"
- idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
- idea-build.patch
- idea.desktop
- idea.sh)
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'c3beea12e932eadbd4af05f842e4134b904a309a708b0c11e0106a8acbdf859b'
- '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
- '5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
-
-prepare() {
- cd intellij-community
-
- # build system doesn't like symlinks
- mv "${srcdir}"/idea-android android
- mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
- patch -Np1 < ../idea-build.patch
- sed '/def targetOs =/c def targetOs = "linux"' -i build/dependencies/setupJbre.gradle
- sed '/String targetOS/c String targetOS = OS_LINUX' -i platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
- sed -E 's/-Xmx[0-9]+m/-XX:-UseGCOverheadLimit/' -i build.xml
- echo ${_build} > build.txt
-}
-
-build() {
- cd intellij-community
- unset _JAVA_OPTIONS
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
- export PATH="${JAVA_HOME}/bin:${PATH}"
- ant build
- tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
- cd idea-IC-${_build}
-
- # workaround FS#40934
- sed -i 's/lcd/on/' bin/*.vmoptions
-
- rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
-
- install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
- cp -dr --no-preserve='ownership' bin lib plugins redist "${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 605533, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-28 21:17:13 UTC (rev 605534)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=intellij-idea-community-edition
+pkgver=2019.3.4
+_build=193.6911.18
+pkgrel=1
+epoch=2
+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/idea.vmoptions'
+ 'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 'libdbusmenu-glib')
+makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
+source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}"
+ idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build}"
+ idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
+ idea.desktop
+ idea.sh)
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
+ '5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
+
+prepare() {
+ cd intellij-community
+
+ # build system doesn't like symlinks
+ mv "${srcdir}"/idea-android android
+ mv "${srcdir}"/idea-adt-tools-base android/tools-base
+
+ sed '/def targetOs =/c def targetOs = "linux"' -i build/dependencies/setupJbre.gradle
+ sed '/String targetOS/c String targetOS = OS_LINUX' -i platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
+ sed -E 's/-Xmx[0-9]+m/-XX:-UseGCOverheadLimit/' -i build.xml
+ echo ${_build} > build.txt
+}
+
+build() {
+ cd intellij-community
+ unset _JAVA_OPTIONS
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+ export PATH="${JAVA_HOME}/bin:${PATH}"
+ ant build
+ tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
+}
+
+package() {
+ cd idea-IC-${_build}
+
+ # workaround FS#40934
+ sed -i 's/lcd/on/' bin/*.vmoptions
+
+ rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
+
+ install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
+ cp -dr --no-preserve='ownership' bin lib plugins redist "${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-build.patch
===================================================================
--- idea-build.patch 2020-03-28 21:17:05 UTC (rev 605533)
+++ idea-build.patch 2020-03-28 21:17:13 UTC (rev 605534)
@@ -1,65 +0,0 @@
---- intellij-community-pycharm-182.1177/build/dependencies/setupJdk.gradle 2019-04-01 13:07:28.258512665 +0200
-+++ intellij-community-pycharm-182.1177/build/dependencies/setupJdk.gradle 2019-04-01 13:07:22.691827611 +0200
-@@ -136,9 +136,7 @@
-
- // JDK 1.6
- repositories {
-- maven {
-- url 'https://repo.labs.intellij.net/java'
-- }
-+ mavenCentral()
- }
-
- configurations {
-diff -rupN intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
---- intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy 2018-03-29 19:26:25.415841858 +0200
-+++ intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy 2018-03-29 19:31:46.883868914 +0200
-@@ -100,7 +100,7 @@ class BuildOptions {
- * Build number without product code (e.g. '162.500.10'), if {@code null} '<baseline>.SNAPSHOT' will be used. Use {@link BuildContext#buildNumber} to
- * get the actual build number in build scripts.
- */
-- String buildNumber = System.getProperty("build.number")
-+ String buildNumber = System.getProperty("idea.build.number")
-
- /**
- * By default build process produces temporary and resulting files under projectHome/out/productName directory, use this property to
---- a/android/android-kotlin/android-extensions-idea/intellij.android.kotlin.extensions.iml 2020-01-27 12:08:36.364855975 +0100
-+++ b/android/android-kotlin/android-extensions-idea/intellij.android.kotlin.extensions.iml 2020-01-27 12:08:17.019038646 +0100
-@@ -23,6 +23,7 @@
- <orderEntry type="module" module-name="intellij.android.kotlin.idea" />
- <orderEntry type="module" module-name="analytics-crash" />
- <orderEntry type="library" name="Gradle" level="project" />
-+ <orderEntry type="library" name="KotlinPlugin" level="project" />
- <orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
- <orderEntry type="library" name="kotlin-plugin" level="project" />
- <orderEntry type="library" name="KotlinPlugin" level="project" />
---- a/android/android-kotlin/idea-android/intellij.android.kotlin.idea.iml 2020-01-27 12:07:51.640215834 +0100
-+++ b/android/android-kotlin/idea-android/intellij.android.kotlin.idea.iml 2020-01-27 12:07:57.129954977 +0100
-@@ -22,6 +22,7 @@
- <orderEntry type="library" name="Gradle" level="project" />
- <orderEntry type="module" module-name="intellij.xml.psi.impl" />
- <orderEntry type="library" name="kotlin-plugin" level="project" />
-+ <orderEntry type="library" name="KotlinPlugin" level="project" />
- <orderEntry type="module-library" scope="PROVIDED">
- <library>
- <CLASSES>
---- a/android/android/intellij.android.core.iml 2020-01-27 12:03:41.138093020 +0100
-+++ b/android/android/intellij.android.core.iml 2020-01-27 12:05:14.352668108 +0100
-@@ -14,6 +14,7 @@
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="freemarker" level="project" />
-+ <orderEntry type="library" name="KotlinPlugin" level="project" />
- <orderEntry type="module" module-name="intellij.java" />
- <orderEntry type="module" module-name="intellij.xml.dom" />
- <orderEntry type="module" module-name="intellij.java.execution.impl" />
---- a/android/android/intellij.android.core.tests.iml 2020-01-27 13:53:50.688352986 +0100
-+++ b/android/android/intellij.android.core.tests.iml 2020-01-27 13:53:54.205031818 +0100
-@@ -7,6 +7,7 @@
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
-+ <orderEntry type="library" scope="TEST" name="KotlinPlugin" level="project" />
- <orderEntry type="module" module-name="intellij.platform.lang.impl" scope="TEST" />
- <orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
Deleted: idea.desktop
===================================================================
--- idea.desktop 2020-03-28 21:17:05 UTC (rev 605533)
+++ idea.desktop 2020-03-28 21:17:13 UTC (rev 605534)
@@ -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 605533, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop (rev 0)
+++ idea.desktop 2020-03-28 21:17:13 UTC (rev 605534)
@@ -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 2020-03-28 21:17:05 UTC (rev 605533)
+++ idea.sh 2020-03-28 21:17:13 UTC (rev 605534)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# WARNING:
-# Running IntelliJ IDEA with java other than java 11
-# may cause various problems, such as Graddle import not working
-if [ -z "$IDEA_JDK" ] ; then
- IDEA_JDK="/usr/lib/jvm/java-11-openjdk/"
-fi
-exec env IDEA_JDK="$IDEA_JDK" /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 605533, intellij-idea-community-edition/trunk/idea.sh)
===================================================================
--- idea.sh (rev 0)
+++ idea.sh 2020-03-28 21:17:13 UTC (rev 605534)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# WARNING:
+# Running IntelliJ IDEA with java other than java 11
+# may cause various problems, such as Graddle import not working
+if [ -z "$IDEA_JDK" ] ; then
+ IDEA_JDK="/usr/lib/jvm/java-11-openjdk/"
+fi
+exec env IDEA_JDK="$IDEA_JDK" /usr/share/idea/bin/idea.sh "$@"
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list