pkgname=eric6 pkgver=21.11 pkgrel=2 pkgdesc="Full-featured Python 3.x and Ruby IDE written in python, based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control" arch=('x86_64') url="http://eric-ide.python-projects.org/" license=('GPL3') depends=('python3' 'pyqt5-python3' 'python3-qscintilla-qt5' 'python3-pylint' 'pyqtwebengine' 'pyyaml' 'python3-pygments' 'python3-toml' 'python3-chardet') makedepends=('eric6') provides=('eric6-i18n') replaces=('eric6-i18n') conflicts=('eric6-i18n') source=("https://downloads.sourceforge.net/eric-ide/${pkgname}-${pkgver}.tar.gz" 'install.diff') sha1sums=('6efd2377400cc7d03afbccda3e40cf5e89dc3c52' '08a619fa08040117140271a8fc29f00f9b50eae3') prepare() { cd ${pkgname}-${pkgver} patch -p1 -i ${srcdir}/install.diff } package() { cd ${pkgname}-${pkgver} install -d ${pkgdir}/usr/bin install -d ${pkgdir}/usr/lib/python3.8/site-packages install -d ${pkgdir}/usr/share/pixmaps python3 install.py -c -b /usr/bin -i ${pkgdir} python3 install-i18n.py }