void-packages/srcpkgs/colord/template

39 lines
1.7 KiB
Text
Raw Normal View History

2011-09-29 10:38:13 +00:00
# Template file for 'colord'
pkgname=colord
2012-10-30 21:11:38 +00:00
version=0.1.24
2012-11-13 10:20:02 +00:00
revision=2
build_style=gnu-configure
2012-05-18 08:54:53 +00:00
configure_args="--disable-static --disable-schemas-compile
2012-10-30 21:11:38 +00:00
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
2012-11-13 10:20:02 +00:00
--with-udevrulesdir=/usr/lib/udev/rules.d
2012-10-30 21:11:38 +00:00
--enable-polkit --enable-volume-search --with-daemon-user=colord"
2012-11-13 10:20:02 +00:00
depends="dbus"
2012-07-09 16:41:39 +00:00
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel
2012-10-30 21:11:38 +00:00
vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel
2012-11-13 10:20:02 +00:00
libgusb-devel systemd-devel"
2012-10-30 21:11:38 +00:00
fulldepends="shared-color-profiles"
conf_files="/etc/colord.conf"
2012-10-30 21:11:38 +00:00
system_accounts="colord"
colord_homedir="/var/lib/colord"
make_dirs="/var/lib/colord 0755 colord colord"
subpackages="libcolord colord-devel"
2011-09-29 10:38:13 +00:00
short_desc="Color daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-09 16:41:39 +00:00
homepage="http://www.freedesktop.org/software/colord"
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
2012-10-30 21:11:38 +00:00
checksum=812980fc6fa1607a5e4d117aa76311f9527028a2948f75137a4fab0362400407
2011-09-29 10:38:13 +00: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."