19 lines
693 B
Bash
19 lines
693 B
Bash
# Template file for 'dispcalGUI'
|
|
pkgname=dispcalGUI
|
|
version=3.0.4.4
|
|
revision=1
|
|
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 <lemmi@nerd2nerd.org>"
|
|
license="GPL-3"
|
|
homepage="http://dispcalgui.hoech.net"
|
|
distfiles="$SOURCEFORGE_SITE/dispcalgui/${pkgname}-${version}.tar.gz"
|
|
checksum=b4d7cc23c7be9ad882da670799846db21ce80aba2de899766dbbea1bb458dafe
|
|
|
|
pre_configure() {
|
|
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/dispcalGUI-VRML-to-X3D-converter.desktop
|
|
}
|