colord: sane is not needed anymore.
This commit is contained in:
parent
8d74f71b86
commit
3d75de5578
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.24
|
version=0.1.24
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||||
|
--with-udevrulesdir=/usr/lib/udev/rules.d
|
||||||
--enable-polkit --enable-volume-search --with-daemon-user=colord"
|
--enable-polkit --enable-volume-search --with-daemon-user=colord"
|
||||||
depends="dbus sane"
|
depends="dbus"
|
||||||
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel
|
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel
|
||||||
vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel
|
vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel
|
||||||
libgusb-devel sane-devel systemd-devel"
|
libgusb-devel systemd-devel"
|
||||||
fulldepends="shared-color-profiles"
|
fulldepends="shared-color-profiles"
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
system_accounts="colord"
|
system_accounts="colord"
|
||||||
|
|
Loading…
Reference in a new issue