mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/argyllcms to 1.7.0-1
This commit is contained in:
parent
9e17b3d079
commit
e090c7f153
1 changed files with 5 additions and 6 deletions
|
@ -3,24 +3,23 @@
|
|||
# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - switch source server
|
||||
# - don't run makepackagebin.sh, not ARM friendly, not needed
|
||||
|
||||
pkgname=argyllcms
|
||||
_pkgname=Argyll
|
||||
pkgver=1.6.3
|
||||
pkgver=1.7.0
|
||||
_pkgver="V${pkgver}"
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="An ICC compatible color management system with support for different colorimeter hardware"
|
||||
arch=(i686 x86_64)
|
||||
depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
|
||||
depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'zlib')
|
||||
makedepends=('ftjam' 'zip' 'unzip')
|
||||
# You need to fake an UserAgent or it doesn't download
|
||||
source=(http://ftp3.usa.openbsd.org/pub/OpenBSD/distfiles/${_pkgname}_${_pkgver}_src.zip)
|
||||
source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
|
||||
url="http://www.argyllcms.com/"
|
||||
license=("GPL" "AGPL")
|
||||
install=${pkgname}.install
|
||||
sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
|
||||
sha256sums=('dac51cf5d8f6d04bb02f2f5b119fa0e8b773a010e6377116768b082ef018f663')
|
||||
|
||||
prepare() {
|
||||
sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p":IMPORT{builtin}="hwdb --subsystem=usb":' ${_pkgname}_${_pkgver}/usb/55-Argyll.rules
|
||||
|
|
Loading…
Reference in a new issue