colord: update to 0.1.24.
This commit is contained in:
parent
c0c242274e
commit
1631a6c52f
4 changed files with 13 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'colord-devel'.
|
# Template file for 'colord-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="dbus-devel glib-devel lcms2-devel libcolord>=${version}_${revision}"
|
depends="dbus-devel glib-devel lcms2-devel libcolord-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
libsystemd-login.so.0
|
||||||
libcolord.so.1
|
libcolord.so.1
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
|
@ -10,8 +11,4 @@ libpolkit-gobject-1.so.0
|
||||||
libgudev-1.0.so.0
|
libgudev-1.0.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libgusb.so.2
|
libgusb.so.2
|
||||||
libusb-1.0.so.0
|
|
||||||
libsane.so.1
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
liblcms2.so.2
|
liblcms2.so.2
|
||||||
libgthread-2.0.so.0
|
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,22 +1,26 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.23
|
version=0.1.24
|
||||||
revision=3
|
revision=1
|
||||||
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-volume-search"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||||
|
--enable-polkit --enable-volume-search --with-daemon-user=colord"
|
||||||
depends="dbus sane"
|
depends="dbus sane"
|
||||||
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"
|
libgusb-devel sane-devel systemd-devel"
|
||||||
fulldepends="shared-color-profiles systemd"
|
fulldepends="shared-color-profiles"
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
|
system_accounts="colord"
|
||||||
|
colord_homedir="/var/lib/colord"
|
||||||
|
make_dirs="/var/lib/colord 0755 colord colord"
|
||||||
subpackages="libcolord colord-devel"
|
subpackages="libcolord colord-devel"
|
||||||
short_desc="Color daemon"
|
short_desc="Color daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/software/colord"
|
homepage="http://www.freedesktop.org/software/colord"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=e0e9da36e28b3f977ce32accdc5cbac415ac2575031377c63b1e7bd2af32d789
|
checksum=812980fc6fa1607a5e4d117aa76311f9527028a2948f75137a4fab0362400407
|
||||||
long_desc="
|
long_desc="
|
||||||
colord is a system service that makes it easy to manage, install and generate
|
colord is a system service that makes it easy to manage, install and generate
|
||||||
color profiles to accurately color manage input and output devices.
|
color profiles to accurately color manage input and output devices.
|
||||||
|
@ -31,7 +35,3 @@ long_desc="
|
||||||
colord itself is a system activated daemon called colord. Being system
|
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
|
activated means that it's only started when the user is using a text mode
|
||||||
or graphical tool."
|
or graphical tool."
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue