dispcalGUI new upstream release
This commit is contained in:
parent
0ba84e45b9
commit
fd0f731b75
1 changed files with 6 additions and 6 deletions
|
@ -1,24 +1,24 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Contributor: foxbunny <bg.branko@gmail.com>
|
||||
# Contributor: foxbunny <bg.branko@gmail.com>
|
||||
|
||||
pkgname=dispcalgui
|
||||
pkgver=0.8.5.2
|
||||
pkgver=0.8.9.3
|
||||
pkgrel=1
|
||||
pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS "
|
||||
pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://hoech.net/dispcalGUI/"
|
||||
license=('GPL3')
|
||||
depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||
makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools>=0.6c11' 'xdg-utils')
|
||||
depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8.6' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||
optdepends=('python2-numpy: to enable curve viewer'
|
||||
'gksu: For running as root')
|
||||
makedepends=('python>=2.5' 'libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools>=0.6c11' 'xdg-utils')
|
||||
groups=('painters-studio-tools' 'painters-studio-extras' 'painters-studio-complete')
|
||||
install=${pkgname}.install
|
||||
|
||||
#you may need to download this by hand (with wget) if curl is your download tool in makepkg
|
||||
source=("http://dispcalgui.hoech.net/download/dispcalGUI.tar.gz" ${pkgname}.desktop)
|
||||
|
||||
md5sums=('3a6808f724fb7f8233d3356541c00030'
|
||||
md5sums=('80635d59e064ef8adb1368caea8c8051'
|
||||
'a65019defc10243c7e0fd2925405d26e')
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue