void-packages/srcpkgs/colord/template
2012-01-19 08:39:37 -07:00

46 lines
1.6 KiB
Plaintext

# Template file for 'colord'
pkgname=colord
version=0.1.16
homepage="http://www.freedesktop.org/software/colord"
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-sane --disable-static
--with-systemdsystemunitdir=/lib/systemd/system"
revision=1
short_desc="Color daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9489e29e7f5f529f759f7b913ccb8147e702bcdad641dfc1f94a1fc74dd942b1
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."
conf_files="/etc/colord.conf"
subpackages="$pkgname-devel"
systemd_services="colord.service on"
Add_dependency run dbus
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gobject-introspection
Add_dependency build docbook2x
Add_dependency build sqlite-devel
Add_dependency build vala-devel
Add_dependency build libgudev-devel
Add_dependency build polkit-devel
Add_dependency build lcms2-devel
Add_dependency build libusb-devel
Add_dependency build dbus-devel