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

Maxime Gauduin alucryd at archlinux.org
Wed Dec 6 09:48:07 UTC 2017


    Date: Wednesday, December 6, 2017 @ 09:48:06
  Author: alucryd
Revision: 272470

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |   89 +++++++++++++++++++++++++++---------------------------
 pycharm.desktop |   22 ++++++-------
 2 files changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 09:47:53 UTC (rev 272469)
+++ PKGBUILD	2017-12-06 09:48:06 UTC (rev 272470)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: David Keogh <davekeogh at archlinux.us>
-
-pkgname=pycharm-community-edition
-pkgver=2017.3
-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' '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=('python2-setuptools' 'python-setuptools')
-conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
-provides=('pycharm')
-source=("https://download.jetbrains.com/python/pycharm-community-${pkgver}.tar.gz"
-        'pycharm.desktop')
-sha256sums=('b973581cb3de0f0f5a203231f67b21a45b7dd58968393cef49d48403cb1b8ad1'
-            '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480')
-
-build() {
-  cd pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --inplace
-  python3 helpers/pydev/setup_cython.py build_ext --inplace
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,doc,licenses,pixmaps,pycharm}}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins "${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' help "${pkgdir}"/usr/share/doc/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 272469, pycharm-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-06 09:48:06 UTC (rev 272470)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: David Keogh <davekeogh at archlinux.us>
+
+pkgname=pycharm-community-edition
+pkgver=2017.3
+pkgrel=2
+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=('python2-setuptools' 'python-setuptools')
+conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
+provides=('pycharm')
+source=("https://download.jetbrains.com/python/pycharm-community-${pkgver}.tar.gz"
+        'pycharm.desktop')
+sha256sums=('b973581cb3de0f0f5a203231f67b21a45b7dd58968393cef49d48403cb1b8ad1'
+            '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480')
+
+build() {
+  cd pycharm-community-${pkgver}
+
+  python2 helpers/pydev/setup_cython.py build_ext --inplace
+  python3 helpers/pydev/setup_cython.py build_ext --inplace
+  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
+}
+
+package() {
+  cd pycharm-community-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,doc,licenses,pixmaps,pycharm}}
+  cp -dr --no-preserve='ownership' bin helpers lib plugins "${pkgdir}"/usr/share/pycharm/
+  cp -dr --no-preserve='ownership' help "${pkgdir}"/usr/share/doc/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.desktop
===================================================================
--- pycharm.desktop	2017-12-06 09:47:53 UTC (rev 272469)
+++ pycharm.desktop	2017-12-06 09:48:06 UTC (rev 272470)
@@ -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 272469, pycharm-community-edition/trunk/pycharm.desktop)
===================================================================
--- pycharm.desktop	                        (rev 0)
+++ pycharm.desktop	2017-12-06 09:48:06 UTC (rev 272470)
@@ -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