# Maintainer: Xavion # Co-Maintainer: derchef # Contributor: Evgeniy Alekseev # Contributor: Ray Rashif # Contributor: Brad Fanella # See .contrib for older/other contributors pkgname=eric pkgver=23.6 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-qt6' 'python-pyqt6-webengine' 'python-pyqt6-charts' 'qt6-tools' 'qt6-svg' 'python-editorconfig' 'python-asttokens' 'python-black' 'python-isort' 'python-tomlkit' 'python-coverage' 'python-semver' 'qt6-serialport') makedepends=('python-pip') conflicts=(${pkgname}-common) replaces=(${pkgname}-common) source=("https://downloads.sourceforge.net/${pkgname}-ide/${pkgname}7-${pkgver}.tar.gz") sha256sums=('ff1781c67345adfb7a83fa2322d8b7a7384f1540cca1962df0b2116eb91593d4') package_eric() { cd "${pkgname}7-${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" {} \; }