# Maintainer: Tobias Bachmann pkgname=fsleyes pkgver=0.22.3 pkgrel=1 pkgdesc="FSLeyes is the FSL image viewer" arch=('any') url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes" license=('Apache') groups=() depends=('python' 'python-sphinx' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-pillow' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython-phoenix' 'fsl' 'fsleyes-widgets>=0.5.4' 'fsleyes-props>=1.5.1' 'python-wxnatpy>=0.3.0' 'python-indexed-gzip>=0.7.0') makedepends=() provides=() conflicts=() replaces=() source=("$pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=$pkgver" "$pkgname.png::https://git.fmrib.ox.ac.uk/uploads/-/system/group/avatar/85/icon_512x512.png" "$pkgname.desktop") sha256sums=('ffc1acd7f6477ea9208649f5f07b8ffaef05eacb2bc9a80c184ebd740dc50bd4' 'c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a' '6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb') package() { cd "$srcdir/$pkgname-$pkgver-"* # "Patching" for Pillow>=5.0 support sed -i 's/Pillow>=3\.2\.0,<5\.0/Pillow>=3\.2\.0/g' requirements.txt python setup.py install --root="$pkgdir/" --optimize=1 cd "$startdir" install -Dm644 $pkgname.png "$pkgdir"/usr/share/icons/hicolor/512x512/apps/$pkgname.png install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop }