colord: fix systemd support, revbump
This commit is contained in:
parent
f4cb42b543
commit
4906c06558
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'colord-devel'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -4,7 +4,9 @@ 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"
|
||||
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
|
||||
|
@ -26,6 +28,8 @@ long_desc="
|
|||
conf_files="/etc/colord.conf"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
systemd_services="colord.service on"
|
||||
|
||||
Add_dependency run dbus
|
||||
|
||||
Add_dependency build pkg-config
|
||||
|
|
Loading…
Reference in a new issue