colord: update to 0.1.28.
This commit is contained in:
parent
36501facee
commit
4843325f7a
3 changed files with 6 additions and 27 deletions
|
@ -2,10 +2,7 @@
|
|||
#
|
||||
noarch=yes
|
||||
depends="dbus-devel glib-devel lcms2-devel libcolord-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'colord-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the runtime library."
|
||||
|
||||
short_desc="${short_desc} -- runtime library"
|
||||
replaces="colord<0.1.23_3"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'colord'
|
||||
pkgname=colord
|
||||
version=0.1.25
|
||||
version=0.1.28
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||
--with-udevrulesdir=/usr/lib/udev/rules.d
|
||||
--enable-polkit --enable-volume-search --with-daemon-user=colord"
|
||||
depends="dbus"
|
||||
makedepends="pkg-config intltool gobject-introspection docbook2x sqlite-devel
|
||||
vala-devel libgudev-devel polkit-devel lcms2-devel libusb-devel dbus-devel
|
||||
libgusb-devel systemd-devel"
|
||||
|
@ -17,22 +16,9 @@ system_accounts="colord"
|
|||
colord_homedir="/var/lib/colord"
|
||||
make_dirs="/var/lib/colord 0755 colord colord"
|
||||
subpackages="libcolord colord-devel"
|
||||
short_desc="Color daemon"
|
||||
short_desc="System daemon for managing color devices"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/software/colord"
|
||||
license="GPL-2"
|
||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||
checksum=26764216bc5a82c6bcb51859a7c0da9bac4290eab1cc6435581a56244a1cf421
|
||||
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."
|
||||
checksum=b165be944eb60aedb3e16d04336643dd9b4945d034c899473583b5a44b9cbcdd
|
||||
|
|
Loading…
Reference in a new issue