mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
colord: update to 0.1.21.
This commit is contained in:
parent
c9df7e5fb7
commit
826a3e56bf
2 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'colord-devel'.
|
# Template file for 'colord-devel'.
|
||||||
#
|
#
|
||||||
depends="dbus-devel glib-devel lcms2-devel colord>=0.1.19"
|
noarch=yes
|
||||||
|
depends="dbus-devel glib-devel lcms2-devel colord>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'colord'
|
# Template file for 'colord'
|
||||||
pkgname=colord
|
pkgname=colord
|
||||||
version=0.1.19
|
version=0.1.21
|
||||||
revision=3
|
|
||||||
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
|
||||||
|
@ -14,7 +13,7 @@ conf_files="/etc/colord.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Color daemon"
|
short_desc="Color daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ae102b93f1ebd9dc0a9f6787670860fdd12e45e955d268a6ae088b9146e24214
|
checksum=360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue