2011-09-29 12:38:13 +02:00
|
|
|
# Template file for 'colord'
|
|
|
|
pkgname=colord
|
2012-05-31 22:55:18 +02:00
|
|
|
version=0.1.21
|
2011-09-29 12:38:13 +02:00
|
|
|
homepage="http://www.freedesktop.org/software/colord"
|
|
|
|
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-18 10:54:53 +02:00
|
|
|
configure_args="--disable-static --disable-schemas-compile
|
2012-03-19 12:51:32 +01:00
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system --enable-volume-search"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="dbus sane"
|
|
|
|
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel libgusb-devel sane-devel"
|
|
|
|
fulldepends="shared-color-profiles"
|
2012-05-27 20:04:01 +02:00
|
|
|
conf_files="/etc/colord.conf"
|
|
|
|
subpackages="$pkgname-devel"
|
2012-06-05 18:49:00 +02:00
|
|
|
revision=2
|
2011-09-29 12:38:13 +02:00
|
|
|
short_desc="Color daemon"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-05-31 22:55:18 +02:00
|
|
|
checksum=360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30
|
2011-09-29 12:38:13 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
What colord does:
|
|
|
|
Provides a D-Bus API for system frameworks to query, e.g. Get me the profiles
|
|
|
|
for device foo or Create a device and assign it profile bar.
|
|
|
|
Provides a persistent database backed store that is preserved across reboots.
|
|
|
|
Provides the session for a way to set system settings, for instance setting
|
|
|
|
the display profile for all users and all sessions.
|
|
|
|
|
|
|
|
colord itself is a system activated daemon called colord. Being system
|
|
|
|
activated means that it's only started when the user is using a text mode
|
|
|
|
or graphical tool."
|