dispcalgui: updated to 1.0.7.6
new download link python-numpy switched from optdep to dep
This commit is contained in:
parent
7005631213
commit
4bb08a69f1
1 changed files with 5 additions and 6 deletions
|
@ -2,23 +2,22 @@
|
||||||
# Contributor: foxbunny <bg.branko@gmail.com>
|
# Contributor: foxbunny <bg.branko@gmail.com>
|
||||||
|
|
||||||
pkgname=dispcalgui
|
pkgname=dispcalgui
|
||||||
pkgver=0.9.9.1
|
pkgver=1.0.7.6
|
||||||
pkgrel=1
|
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')
|
arch=('i686' 'x86_64')
|
||||||
url="http://hoech.net/dispcalGUI/"
|
url="http://hoech.net/dispcalGUI/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 'xdg-utils')
|
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')
|
depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8.6' 'hicolor-icon-theme' 'desktop-file-utils' 'python2-numpy')
|
||||||
optdepends=('python2-numpy: to enable curve viewer'
|
optdepends=('gksu: For running as root')
|
||||||
'gksu: For running as root')
|
|
||||||
groups=('painters-studio-tools' 'painters-studio-extras' 'painters-studio-complete')
|
groups=('painters-studio-tools' 'painters-studio-extras' 'painters-studio-complete')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
#you may need to download this by hand (with wget) if curl is your download tool in makepkg
|
#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')
|
'a65019defc10243c7e0fd2925405d26e')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue