[arch-commits] Commit in pycharm-community-edition/repos/community-x86_64 (6 files)

Maxime Gauduin alucryd at archlinux.org
Thu Jul 26 08:49:43 UTC 2018


    Date: Thursday, July 26, 2018 @ 08:49:43
  Author: alucryd
Revision: 363489

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
    (from rev 363488, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
    (from rev 363488, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
    (from rev 363488, pycharm-community-edition/trunk/pycharm.desktop)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop

---------------------+
 PKGBUILD            |  125 +++++++++++++++++++++++++-------------------------
 pycharm-build.patch |   80 ++++++++++++++++----------------
 pycharm.desktop     |   22 ++++----
 3 files changed, 114 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 08:49:34 UTC (rev 363488)
+++ PKGBUILD	2018-07-26 08:49:43 UTC (rev 363489)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: David Keogh <davekeogh at archlinux.us>
-
-pkgname=pycharm-community-edition
-pkgver=2018.1.4
-_build=181.5087.37
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-            'ipython: IPython integration for Python 3'
-            'python2: Python 2 support'
-            'python: Python 3 support')
-makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
-             'python2-setuptools' 'python-setuptools')
-conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
-provides=('pycharm')
-source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz"
-        'pycharm.desktop'
-        'pycharm-build.patch')
-sha256sums=('65c3c226aa161b500b9af4dfa55c04275d4514618433c7e60293b45d144351cf'
-            '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-            '3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
-
-prepare() {
-  cd intellij-community-pycharm-${_build}
-
-  patch -Np1 -i ../pycharm-build.patch
-  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
-}
-
-build() {
-  cd intellij-community-pycharm-${_build}/python
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C "${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,licenses,pixmaps,pycharm}}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins "${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -m 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 363488, pycharm-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-26 08:49:43 UTC (rev 363489)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: David Keogh <davekeogh at archlinux.us>
+
+pkgname=pycharm-community-edition
+pkgver=2018.2
+_build=182.3684.100
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=('x86_64')
+url='http://www.jetbrains.com/pycharm/'
+license=('Apache')
+depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
+optdepends=('ipython2: IPython integration for Python 2'
+            'ipython: IPython integration for Python 3'
+            'python2: Python 2 support'
+            'python: Python 3 support')
+makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
+             'python2-setuptools' 'python-setuptools')
+conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
+provides=('pycharm')
+source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz"
+        'pycharm.desktop'
+        'pycharm-build.patch')
+sha256sums=('903456e18fef7d0ff9429087732e1cab46fbb8bbccbe6b12d26d00af04d2c78e'
+            '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+            '3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
+
+prepare() {
+  cd intellij-community-pycharm-${_build}
+
+  patch -Np1 -i ../pycharm-build.patch
+  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
+  sed '/intellij\.markdown/d' -i python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
+}
+
+build() {
+  cd intellij-community-pycharm-${_build}/python
+
+  unset _JAVA_OPTIONS
+
+  ant build
+  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C "${srcdir}"
+
+  cd ../../pycharm-community-${pkgver}
+
+  python2 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
+  python3 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
+  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
+}
+
+package() {
+  cd pycharm-community-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,licenses,pixmaps,pycharm}}
+  cp -dr --no-preserve='ownership' bin helpers lib plugins "${pkgdir}"/usr/share/pycharm/
+  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/pycharm/
+  ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
+  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
+  install -m 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: pycharm-build.patch
===================================================================
--- pycharm-build.patch	2018-07-26 08:49:34 UTC (rev 363488)
+++ pycharm-build.patch	2018-07-26 08:49:43 UTC (rev 363489)
@@ -1,40 +0,0 @@
-diff -rupN intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
---- intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle	2018-03-29 19:26:20.265970726 +0200
-+++ intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle	2018-03-29 19:26:52.690160085 +0200
-@@ -1,7 +1,7 @@
- task setupJbre {}
- 
- def jdkRepo = inJetBrainsNetwork ? 'http://repo.labs.intellij.net/intellij-jdk' : 'https://dl.bintray.com/jetbrains/intellij-jdk'
--def targetOs = "${System.getProperty("intellij.build.target.os", "all")}"
-+def targetOs = "${System.getProperty("intellij.build.target.os", "linux")}"
- 
- jrePlatformsToDownload(targetOs).each { platform ->
-   archToDownload(platform).each { arch ->
-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.orig/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
-@@ -33,7 +33,7 @@ class BuildOptions {
-   /**
-    * Specifies for which operating systems distributions should be built.
-    */
--  String targetOS = System.getProperty("intellij.build.target.os", OS_ALL)
-+  String targetOS = System.getProperty("intellij.build.target.os", OS_LINUX)
-   static final String OS_LINUX = "linux"
-   static final String OS_WINDOWS = "windows"
-   static final String OS_MAC = "mac"
-@@ -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
-@@ -115,4 +115,4 @@ class BuildOptions {
-    */
-   boolean isInDevelopmentMode = SystemProperties.getBooleanProperty("intellij.build.dev.mode",
-                                                                     System.getProperty("teamcity.buildType.id") == null)
--}
-\ No newline at end of file
-+}

Copied: pycharm-community-edition/repos/community-x86_64/pycharm-build.patch (from rev 363488, pycharm-community-edition/trunk/pycharm-build.patch)
===================================================================
--- pycharm-build.patch	                        (rev 0)
+++ pycharm-build.patch	2018-07-26 08:49:43 UTC (rev 363489)
@@ -0,0 +1,40 @@
+diff -rupN intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
+--- intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle	2018-03-29 19:26:20.265970726 +0200
++++ intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle	2018-03-29 19:26:52.690160085 +0200
+@@ -1,7 +1,7 @@
+ task setupJbre {}
+ 
+ def jdkRepo = inJetBrainsNetwork ? 'http://repo.labs.intellij.net/intellij-jdk' : 'https://dl.bintray.com/jetbrains/intellij-jdk'
+-def targetOs = "${System.getProperty("intellij.build.target.os", "all")}"
++def targetOs = "${System.getProperty("intellij.build.target.os", "linux")}"
+ 
+ jrePlatformsToDownload(targetOs).each { platform ->
+   archToDownload(platform).each { arch ->
+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.orig/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
+@@ -33,7 +33,7 @@ class BuildOptions {
+   /**
+    * Specifies for which operating systems distributions should be built.
+    */
+-  String targetOS = System.getProperty("intellij.build.target.os", OS_ALL)
++  String targetOS = System.getProperty("intellij.build.target.os", OS_LINUX)
+   static final String OS_LINUX = "linux"
+   static final String OS_WINDOWS = "windows"
+   static final String OS_MAC = "mac"
+@@ -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
+@@ -115,4 +115,4 @@ class BuildOptions {
+    */
+   boolean isInDevelopmentMode = SystemProperties.getBooleanProperty("intellij.build.dev.mode",
+                                                                     System.getProperty("teamcity.buildType.id") == null)
+-}
+\ No newline at end of file
++}

Deleted: pycharm.desktop
===================================================================
--- pycharm.desktop	2018-07-26 08:49:34 UTC (rev 363488)
+++ pycharm.desktop	2018-07-26 08:49:43 UTC (rev 363489)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=PyCharm Community Edition
-Comment=Python IDE for Professional Developers.
-Exec=/usr/bin/pycharm %f
-Icon=pycharm
-Terminal=false
-StartupNotify=true
-StartupWMClass=jetbrains-pycharm-ce
-Categories=Development;IDE;Python;

Copied: pycharm-community-edition/repos/community-x86_64/pycharm.desktop (from rev 363488, pycharm-community-edition/trunk/pycharm.desktop)
===================================================================
--- pycharm.desktop	                        (rev 0)
+++ pycharm.desktop	2018-07-26 08:49:43 UTC (rev 363489)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PyCharm Community Edition
+Comment=Python IDE for Professional Developers.
+Exec=/usr/bin/pycharm %f
+Icon=pycharm
+Terminal=false
+StartupNotify=true
+StartupWMClass=jetbrains-pycharm-ce
+Categories=Development;IDE;Python;



More information about the arch-commits mailing list