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

2020-11-15 Thread Levente Polyak via arch-commits
Date: Sunday, November 15, 2020 @ 17:37:53
  Author: anthraxx
Revision: 754616

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 754615, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 754615, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 754615, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  186 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 17:37:48 UTC (rev 754615)
+++ PKGBUILD2020-11-15 17:37:53 UTC (rev 754616)
@@ -1,93 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.2.3
-_build=202.7319.64
-_gitcommit=4682003011bb42ffdb872d081e79d300bb393d17
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-8-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-8-openjdk
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
754615, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 17:37:53 UTC (rev 754616)
@@ -0,0 +1,93 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.2.3
+_build=202.7660.27
+_gitcommit=4682003011bb42ffdb872d081e79d300bb393d17
+pkgrel=3
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: 

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

2020-10-11 Thread Levente Polyak via arch-commits
Date: Sunday, October 11, 2020 @ 14:07:27
  Author: anthraxx
Revision: 723475

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 723474, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 723474, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 723474, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  186 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-11 14:07:22 UTC (rev 723474)
+++ PKGBUILD2020-10-11 14:07:27 UTC (rev 723475)
@@ -1,93 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.2.2
-_build=202.7319.64
-_gitcommit=b85c208f6f0e693f8562147ecd992c705f7af779
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-8-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-8-openjdk
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
723474, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-11 14:07:27 UTC (rev 723475)
@@ -0,0 +1,93 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.2.3
+_build=202.7319.64
+_gitcommit=4682003011bb42ffdb872d081e79d300bb393d17
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: 

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

2020-09-21 Thread Maxime Gauduin via arch-commits
Date: Monday, September 21, 2020 @ 13:13:52
  Author: alucryd
Revision: 711216

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 711215, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 711215, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 711215, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  186 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 13:13:44 UTC (rev 711215)
+++ PKGBUILD2020-09-21 13:13:52 UTC (rev 711216)
@@ -1,93 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.2.1
-_build=202.6948.78
-_gitcommit=a00181c112b6550b815493ef209d62c8f0e744b8
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-8-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-8-openjdk
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
711215, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 13:13:52 UTC (rev 711216)
@@ -0,0 +1,93 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.2.2
+_build=202.7319.64
+_gitcommit=b85c208f6f0e693f8562147ecd992c705f7af779
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: 

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

2020-09-02 Thread Levente Polyak via arch-commits
Date: Wednesday, September 2, 2020 @ 17:14:33
  Author: anthraxx
Revision: 696629

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 696628, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 696628, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 696628, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  184 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 124 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 17:14:28 UTC (rev 696628)
+++ PKGBUILD2020-09-02 17:14:33 UTC (rev 696629)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.4
-_build=201.8743.11
-_gitcommit=260a7894571c469a79b33e8238f552c5d5ac467d
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
696628, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 17:14:33 UTC (rev 696629)
@@ -0,0 +1,93 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.2.1
+_build=202.6948.78
+_gitcommit=a00181c112b6550b815493ef209d62c8f0e744b8
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 

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

2020-07-23 Thread Levente Polyak via arch-commits
Date: Thursday, July 23, 2020 @ 19:45:51
  Author: anthraxx
Revision: 665070

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 665069, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 665069, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 665069, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  182 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 19:45:45 UTC (rev 665069)
+++ PKGBUILD2020-07-23 19:45:51 UTC (rev 665070)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.3
-_build=201.8538.36
-_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
665069, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 19:45:51 UTC (rev 665070)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.4
+_build=201.8743.11
+_gitcommit=260a7894571c469a79b33e8238f552c5d5ac467d
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 

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

2020-07-20 Thread Levente Polyak via arch-commits
Date: Monday, July 20, 2020 @ 07:35:10
  Author: anthraxx
Revision: 664616

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 664615, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 664615, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 664615, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  180 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   29 ++--
 3 files changed, 122 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 07:35:04 UTC (rev 664615)
+++ PKGBUILD2020-07-20 07:35:10 UTC (rev 664616)
@@ -1,89 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.2
-_build=201.7846.77
-_gitcommit=47bc792f3b88d030aeabd4d00b0d757100a35289
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'8c1328ab5693a21fc49447d6aab979bf01cc6e2f592071b0ccbeba64cf6bd2d5')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
664615, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 07:35:10 UTC (rev 664616)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.3
+_build=201.8538.36
+_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  

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

2020-06-13 Thread Levente Polyak via arch-commits
Date: Saturday, June 13, 2020 @ 21:06:27
  Author: anthraxx
Revision: 643091

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 643090, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 643090, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 643090, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  178 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   18 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 21:06:17 UTC (rev 643090)
+++ PKGBUILD2020-06-13 21:06:27 UTC (rev 643091)
@@ -1,89 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.1
-_build=201.7223.92
-_gitcommit=ee7f09caf74f55278ee685476b2d9a3a86d01000
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'8c1328ab5693a21fc49447d6aab979bf01cc6e2f592071b0ccbeba64cf6bd2d5')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
643090, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 21:06:27 UTC (rev 643091)
@@ -0,0 +1,89 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.2
+_build=201.7846.77
+_gitcommit=47bc792f3b88d030aeabd4d00b0d757100a35289
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  java-environment=8
+  java8-openjfx
+  

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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 07:41:44
  Author: anthraxx
Revision: 625544

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 625543, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 625543, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 625543, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  174 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   18 ++---
 3 files changed, 109 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 07:41:37 UTC (rev 625543)
+++ PKGBUILD2020-05-08 07:41:44 UTC (rev 625544)
@@ -1,85 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2019.2.3
-_build=192.6817.19
-_gitcommit=021e51234f87c12ffb775c903a3ddcb48c6de6e6
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'8c1328ab5693a21fc49447d6aab979bf01cc6e2f592071b0ccbeba64cf6bd2d5')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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 "s/SNAPSHOT/PC-${_build}/; s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m 
-XX:MaxPermSize=512m/" -i python/build.xml
-  sed '/intellij\.markdown/d' -i 
python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.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 .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,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.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
625543, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 07:41:44 UTC (rev 625544)
@@ -0,0 +1,89 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.1
+_build=201.7223.92
+_gitcommit=ee7f09caf74f55278ee685476b2d9a3a86d01000
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  java-environment=8
+  java8-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('SKIP'
+

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

2019-09-26 Thread Levente Polyak via arch-commits
Date: Thursday, September 26, 2019 @ 08:41:36
  Author: anthraxx
Revision: 511815

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 511814, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 511814, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 511814, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  169 +++---
 pycharm.desktop |   22 +++
 pycharm.sh  |   18 ++---
 3 files changed, 105 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-26 08:41:28 UTC (rev 511814)
+++ PKGBUILD2019-09-26 08:41:36 UTC (rev 511815)
@@ -1,84 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2019.2.2
-_build=192.6603.34
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
git+https://github.com/JetBrains/intellij-community.git#commit=34475245b1c4c3371dfdf9c99a4684d6849b6ac5
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'eaae397aebb9df4681f5813c82afcc2292e3ea2978d02ce68be3ee89c824e996')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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 "s/SNAPSHOT/PC-${_build}/; s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m 
-XX:MaxPermSize=512m/" -i python/build.xml
-  sed '/intellij\.markdown/d' -i 
python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.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 .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,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.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
511814, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-26 08:41:36 UTC (rev 511815)
@@ -0,0 +1,85 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2019.2.3
+_build=192.6817.19
+_gitcommit=021e51234f87c12ffb775c903a3ddcb48c6de6e6
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  java-environment=8
+  java8-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit};
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('SKIP'
+'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
+

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

2019-09-12 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 12, 2019 @ 19:58:48
  Author: alucryd
Revision: 509837

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 509836, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 509836, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 509836, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  168 +++---
 pycharm.desktop |   22 +++
 pycharm.sh  |   18 ++---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-12 19:58:40 UTC (rev 509836)
+++ PKGBUILD2019-09-12 19:58:48 UTC (rev 509837)
@@ -1,84 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2019.2.1
-_build=192.6262.63
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
git+https://github.com/JetBrains/intellij-community.git#commit=c174f139a77b056fc33292eab4248bbef2ef8f8c
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'eaae397aebb9df4681f5813c82afcc2292e3ea2978d02ce68be3ee89c824e996')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  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 "s/SNAPSHOT/PC-${_build}/; s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m 
-XX:MaxPermSize=512m/" -i python/build.xml
-  sed '/intellij\.markdown/d' -i 
python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.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 .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # 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,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.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
509836, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-12 19:58:48 UTC (rev 509837)
@@ -0,0 +1,84 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2019.2.2
+_build=192.6603.34
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  java-environment=8
+  java8-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
git+https://github.com/JetBrains/intellij-community.git#commit=34475245b1c4c3371dfdf9c99a4684d6849b6ac5
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('SKIP'
+'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+

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

2018-08-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 9, 2018 @ 08:44:50
  Author: alucryd
Revision: 370599

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 370598, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 370598, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 370598, 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|  126 +-
 pycharm-build.patch |   80 +++
 pycharm.desktop |   22 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-09 08:44:40 UTC (rev 370598)
+++ PKGBUILD2018-08-09 08:44:50 UTC (rev 370599)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-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:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
370598, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-09 08:44:50 UTC (rev 370599)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.2.1
+_build=182.3911.33
+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=('09e6805e436617f6e835458a0d649ad2aa05b834c7d071d4d68d5ddb282d39e1'
+  

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

2018-07-26 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2018-07-26 08:49:34 UTC (rev 363488)
+++ PKGBUILD2018-07-26 08:49:43 UTC (rev 363489)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-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)
+++ PKGBUILD2018-07-26 08:49:43 UTC (rev 363489)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+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'
+

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

2018-06-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, June 3, 2018 @ 14:44:11
  Author: alucryd
Revision: 339151

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 339150, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 339150, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 339150, 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|  124 +-
 pycharm-build.patch |   80 
 pycharm.desktop |   22 
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 14:43:29 UTC (rev 339150)
+++ PKGBUILD2018-06-03 14:44:11 UTC (rev 339151)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.1.2
-_build=181.4668.75
-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=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
-'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 
339150, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 14:44:11 UTC (rev 339151)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+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'
+

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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:30:15
  Author: alucryd
Revision: 321582

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 321581, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 321581, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 321581, 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|  124 +-
 pycharm-build.patch |   80 
 pycharm.desktop |   22 
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:30:04 UTC (rev 321581)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.1
-_build=181.4203.547
-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=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
-'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 
321581, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.1.2
+_build=181.4668.75
+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=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
+