colord: update to 1.0.0.
This commit is contained in:
parent
0c1482f74f
commit
63e7d0607c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.34
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/software/colord"
|
homepage="http://www.freedesktop.org/software/colord"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=9f4d42585cbc9497c07946223e9227de7eae33fbe539f0c7400ee4feec97eb32
|
checksum=c7a875d5a50905117a76c73df4c4386384dfdd20bbc8a77dff0fedec847a4aa5
|
||||||
|
|
||||||
libcolord_package() {
|
libcolord_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
@ -40,7 +40,7 @@ colord_package() {
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
system_accounts="colord"
|
system_accounts="colord"
|
||||||
colord_homedir="/var/lib/colord"
|
colord_homedir="/var/lib/colord"
|
||||||
make_dirs="/var/lib/colord 0755 colord colord"
|
make_dirs="/var/lib/colord/icc 0755 colord colord"
|
||||||
depends="shared-color-profiles shadow"
|
depends="shared-color-profiles shadow"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
|
|
Loading…
Reference in New Issue