colord: install udev rules correctly.
This commit is contained in:
parent
2c753d7600
commit
64d808dc6d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'colord'
|
||||
pkgname=colord
|
||||
version=0.1.23
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-volume-search"
|
||||
|
@ -9,7 +9,7 @@ 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"
|
||||
fulldepends="shared-color-profiles udev"
|
||||
conf_files="/etc/colord.conf"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="Color daemon"
|
||||
|
|
Loading…
Reference in a new issue