dispcalGUI: update to 3.5.2.0.
This commit is contained in:
parent
230ddd9504
commit
cde534fb67
2 changed files with 11 additions and 8 deletions
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'dispcalGUI'
|
||||
pkgname=dispcalGUI
|
||||
version=3.0.6.3
|
||||
revision=3
|
||||
version=3.5.2.0
|
||||
revision=1
|
||||
_name="DisplayCAL"
|
||||
wrksrc="${_name}-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="dispcalGUI"
|
||||
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 <lemmi@nerd2nerd.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://dispcalgui.hoech.net"
|
||||
distfiles="$SOURCEFORGE_SITE/dispcalgui/${pkgname}-${version}.tar.gz"
|
||||
checksum=ca4384b5bf467153e6466492a9e257bff5eefbc80f96531847f2a504bf9b76a2
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://displaycal.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/dispcalgui/${_name}-${version}.tar.gz"
|
||||
checksum=5dec64ccaacecb58b20db4a00b6b176f15b311f86afec79e7bb8dc0ba1859ebb
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/dispcalGUI-VRML-to-X3D-converter.desktop
|
||||
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/displaycal-vrml-to-x3d-converter.desktop
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
1
srcpkgs/dispcalGUI/update
Normal file
1
srcpkgs/dispcalGUI/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname="${_name}"
|
Loading…
Reference in a new issue