dispcalgui: updated to 1.0.7.6

new download link
python-numpy switched from optdep to dep
This commit is contained in:
Cedric Girard 2012-06-25 15:20:05 +02:00
parent 7005631213
commit 4bb08a69f1
1 changed files with 5 additions and 6 deletions

View File

@ -2,23 +2,22 @@
# Contributor: foxbunny <bg.branko@gmail.com>
pkgname=dispcalgui
pkgver=0.9.9.1
pkgver=1.0.7.6
pkgrel=1
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')
makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' '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')
depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8.6' 'hicolor-icon-theme' 'desktop-file-utils' 'python2-numpy')
optdepends=('gksu: For running as root')
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)
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz" ${pkgname}.desktop)
md5sums=('c57365cdfaa85baed5cbc43923a66692'
md5sums=('25a92fcf05481e15dfae7de94d85f26f'
'a65019defc10243c7e0fd2925405d26e')
package() {