# Maintainer: Xavion # Contributor: Evgeniy Alekseev # Contributor: Ray Rashif # Contributor: Brad Fanella # See .contrib for older/other contributors pkgname=eric pkgver=21.7 pkgrel=1 pkgdesc="A full-featured Python and Ruby IDE in PyQt" arch=('any') url="https://${pkgname}-ide.python-projects.org/" license=('GPL3') depends=('python-qscintilla-qt5' 'python-pyqt5-webengine' 'python-pyqt5-chart' 'qt5-svg' 'python-editorconfig' 'python-asttokens') makedepends=('python-pip') conflicts=(${pkgname}-common) replaces=(${pkgname}-common) source=("https://downloads.sourceforge.net/${pkgname}-ide/${pkgname}6-${pkgver}.tar.gz") package_eric() { cd "${pkgname}6-${pkgver}" python install.py -c -b "/usr/bin" -i "${pkgdir}" # fix paths in desktop files find "${pkgdir}" -name '*.desktop' -exec sed -i "s|${pkgdir}||g" {} \; } sha256sums=('36fd55dd0bc81c711848d2b45e9ac7b9344e6f7e09bd0559bbd920a30ddbddb3')