xgamma: update to 1.0.4
This commit is contained in:
parent
a0b64c7d32
commit
fb7e290099
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template build file for 'xgamma'.
|
||||
pkgname=xgamma
|
||||
version=1.0.3
|
||||
version=1.0.4
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Alter gamma correction"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a
|
||||
checksum=7dc8334882a060bcc90042bceac5132dd87d5acc8d043b16311ef2134aea8e16
|
||||
long_desc="
|
||||
This package provides xgamma, a program to alter the gamma correction of
|
||||
the monitor.
|
||||
|
||||
This is from the modular X.org X11 project."
|
||||
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency run libXxf86vm
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXxf86vm
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build libXxf86vm-devel
|
||||
|
|
Loading…
Reference in a new issue