colord: update to 0.1.21.
This commit is contained in:
parent
c9df7e5fb7
commit
826a3e56bf
2 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'colord-devel'.
|
||||
#
|
||||
depends="dbus-devel glib-devel lcms2-devel colord>=0.1.19"
|
||||
noarch=yes
|
||||
depends="dbus-devel glib-devel lcms2-devel colord>=$version"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'colord'
|
||||
pkgname=colord
|
||||
version=0.1.19
|
||||
revision=3
|
||||
version=0.1.21
|
||||
homepage="http://www.freedesktop.org/software/colord"
|
||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
@ -14,7 +13,7 @@ conf_files="/etc/colord.conf"
|
|||
subpackages="$pkgname-devel"
|
||||
short_desc="Color daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ae102b93f1ebd9dc0a9f6787670860fdd12e45e955d268a6ae088b9146e24214
|
||||
checksum=360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30
|
||||
long_desc="
|
||||
colord is a system service that makes it easy to manage, install and generate
|
||||
color profiles to accurately color manage input and output devices.
|
||||
|
|
Loading…
Reference in a new issue