colord: update to 0.1.18.
This commit is contained in:
parent
b2452e8ce2
commit
a26ab90f99
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'colord-devel'.
|
# Template file for 'colord-devel'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -14,8 +13,7 @@ Add_dependency run lcms2-devel
|
||||||
Add_dependency run libusb-devel
|
Add_dependency run libusb-devel
|
||||||
Add_dependency run colord
|
Add_dependency run colord
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
|
|
@ -11,3 +11,5 @@ libgio-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
|
libgusb.so.2
|
||||||
|
libusb-1.0.so.0
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.16
|
version=0.1.18
|
||||||
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"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-sane --disable-static
|
configure_args="--disable-sane --disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
--with-systemdsystemunitdir=/lib/systemd/system --enable-volume-search"
|
||||||
revision=1
|
|
||||||
short_desc="Color daemon"
|
short_desc="Color daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9489e29e7f5f529f759f7b913ccb8147e702bcdad641dfc1f94a1fc74dd942b1
|
checksum=87175f9bbc2c59fbe01bb99c4989393f5aaab5077da7cd91f099c6aec49e1099
|
||||||
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.
|
||||||
|
@ -27,10 +26,10 @@ long_desc="
|
||||||
|
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
systemd_services="colord.service on"
|
systemd_services="colord.service on"
|
||||||
|
|
||||||
Add_dependency run dbus
|
Add_dependency run dbus
|
||||||
|
Add_dependency full shared-color-profiles
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -43,3 +42,4 @@ Add_dependency build polkit-devel
|
||||||
Add_dependency build lcms2-devel
|
Add_dependency build lcms2-devel
|
||||||
Add_dependency build libusb-devel
|
Add_dependency build libusb-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
|
Add_dependency build libgusb-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue