# Maintainer: Tobias Bachmann pkgname=fsleyes pkgver=0.28.2 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-setuptools' 'python-sphinx' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython>=4.0.1-2' 'fsl' 'fslpy>=2.1.0' 'fsleyes-widgets>=0.7.3' 'fsleyes-props>=1.6.5') optdepends=('python-wxnatpy: Enable loading overlay from XNAT' 'python-indexed-gzip: Fast random access of gzipped image files' 'python-rtree') 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=('b348d700e214f14103620d72e62b8c7a68a8b9b02239bc8752a553062278528e' 'c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a' '6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb') package() { cd "${srcdir}/${pkgname}-${pkgver}-"* python setup.py install --root="${pkgdir}/" --optimize=1 install -Dm644 "${srcdir}"/${pkgname}.png "${pkgdir}"/usr/share/icons/hicolor/512x512/apps/${pkgname}.png install -Dm644 "${srcdir}"/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop }