Merge branch 'master' of https://github.com/X-dark/ArchLinux
This commit is contained in:
commit
06e3b900e5
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
# Contributor: foxbunny <bg.branko@gmail.com>
|
# Contributor: foxbunny <bg.branko@gmail.com>
|
||||||
|
|
||||||
pkgname=dispcalgui
|
pkgname=dispcalgui
|
||||||
pkgver=0.9.6.6
|
pkgver=0.9.9.1
|
||||||
pkgrel=2
|
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>=0.6c11' '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')
|
||||||
optdepends=('python2-numpy: to enable curve viewer'
|
optdepends=('python2-numpy: to enable curve viewer'
|
||||||
'gksu: For running as root')
|
'gksu: For running as root')
|
||||||
|
@ -18,7 +18,7 @@ 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://dispcalgui.hoech.net/download/dispcalGUI.tar.gz" ${pkgname}.desktop)
|
||||||
|
|
||||||
md5sums=('8d875dd12613a38620e2edb120d8f1be'
|
md5sums=('c57365cdfaa85baed5cbc43923a66692'
|
||||||
'a65019defc10243c7e0fd2925405d26e')
|
'a65019defc10243c7e0fd2925405d26e')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue