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