xcmsdb: update to 1.0.3
This commit is contained in:
parent
46dd912f8e
commit
d5539f6b39
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'xcmsdb'.
|
# Template build file for 'xcmsdb'.
|
||||||
pkgname=xcmsdb
|
pkgname=xcmsdb
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Device Color Characterization utility for X"
|
short_desc="Device Color Characterization utility for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bfcac66634ea4d4a1607f1c8a4170e6089db13355357fc143281a6fc0216face
|
checksum=b237d060f1eed71fa2bfe089b7fb04508299e1a49091a7d7b0e536f8344d5a80
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is used to load, query, or remove Device Color Characterization
|
$pkgname is used to load, query, or remove Device Color Characterization
|
||||||
data stored in properties on the root window of the screen as specified
|
data stored in properties on the root window of the screen as specified
|
||||||
in section 7, Device Color Characterization, of the ICCCM."
|
in section 7, Device Color Characterization, of the ICCCM."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libX11
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
|
||||||
|
|
Loading…
Reference in a new issue