xhost: update to 1.0.4
This commit is contained in:
parent
fb7e290099
commit
eb10f0c62a
1 changed files with 8 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template build file for 'xhost'.
|
# Template build file for 'xhost'.
|
||||||
pkgname=xhost
|
pkgname=xhost
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
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="Server access control program for X"
|
short_desc="Server access control program for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2d63007c65e89fe273a43f3e45b3c0133acbc3ceeda6bfc9671388409134ad17
|
checksum=5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides xhost, the server access control program for X.
|
This package provides xhost, the server access control program for X.
|
||||||
|
|
||||||
This is from the modular X.org X11 project."
|
This is from the modular X.org X11 project."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXmu
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libXmu-devel
|
||||||
Add_dependency full libXau
|
|
||||||
Add_dependency full libXmu
|
|
||||||
|
|
Loading…
Reference in a new issue