# Template file for 'dispcalGUI' pkgname=dispcalGUI version=3.7.1.2 revision=1 _name="DisplayCAL" wrksrc="${_name}-${version}" build_style=python2-module pycompile_module="${_name}" hostmakedepends="python" makedepends="python-devel libXxf86vm-devel libXinerama-devel libXrandr-devel" depends="python-numpy wxPython argyllcms" short_desc="Display Calibration and Characterization" maintainer="lemmi " license="GPL-3.0-or-later" homepage="https://displaycal.net/" distfiles="${SOURCEFORGE_SITE}/dispcalgui/${_name}-${version}.tar.gz" checksum=1c0471cfcbc66f70e95c8a179f6c8f0f184b80d916b8da170fe6b0957bf1c819 pre_configure() { sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/displaycal-vrml-to-x3d-converter.desktop } post_install() { find ${DESTDIR}/usr/ -exec chmod a+r \{\} + find ${DESTDIR}/usr/ -type d -exec chmod a+x \{\} + }