2
0

Added ttf-font as depends

This commit is contained in:
XavierCLL 2016-03-30 16:09:17 -05:00
parent 0da8c1f634
commit 54273cc4c0
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Wed Mar 30 19:40:17 UTC 2016
# Wed Mar 30 21:08:23 UTC 2016
pkgbase = pycharm-professional
pkgdesc = Powerful Python and Django IDE. Professional version.
pkgver = 2016.1
@ -13,6 +13,7 @@ pkgbase = pycharm-professional
depends = alsa-lib
depends = libxslt
depends = java-environment
depends = ttf-font
optdepends = ipython2: For enhanced interactive Python shell v2 inside Pycharm
optdepends = ipython: For enhanced interactive Python shell v3 inside Pycharm
optdepends = openssh: For deployment and remote connections

View File

@ -11,7 +11,7 @@ conflicts=('pycharm' 'pycharm-community')
provides=('pycharm')
license=('custom')
install=${pkgname}.install
depends=('gtk2' 'libxtst' 'alsa-lib' 'libxslt' 'java-environment')
depends=('gtk2' 'libxtst' 'alsa-lib' 'libxslt' 'java-environment' 'ttf-font')
source=(https://download.jetbrains.com/python/$pkgname-$pkgver.tar.gz
'pycharm-professional.desktop'
'pycharm-professional.install'