# Template file for 'dispcalGUI' pkgname=dispcalGUI version=3.0.6.3 revision=2 build_style=python-module nocross=yes 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" homepage="http://dispcalgui.hoech.net" distfiles="$SOURCEFORGE_SITE/dispcalgui/${pkgname}-${version}.tar.gz" checksum=ca4384b5bf467153e6466492a9e257bff5eefbc80f96531847f2a504bf9b76a2 pre_configure() { sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/dispcalGUI-VRML-to-X3D-converter.desktop } post_install() { find ${DESTDIR}/usr/ -exec chmod a+r \{\} + find ${DESTDIR}/usr/ -type d -exec chmod a+x \{\} + }