xauth: update to 1.0.5
This commit is contained in:
parent
7a99e20ef8
commit
186f72cc67
1 changed files with 11 additions and 7 deletions
|
@ -1,21 +1,25 @@
|
||||||
# Template build file for 'xauth'.
|
# Template build file for 'xauth'.
|
||||||
pkgname=xauth
|
pkgname=xauth
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
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="X authentication utility"
|
short_desc="X authentication utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f91190c8b8bb18270b86b00f30da5684bb5e5bd1ed0ccf352322f8145e076a59
|
checksum=6d139500ff1daf806525adf071f8c1778ad138a0378c73ea831ad18847ad746c
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides xauth, a program to display and manipulate the
|
This package provides xauth, a program to display and manipulate the
|
||||||
authentication data used by the X11 clients.
|
authentication data used by the X11 clients.
|
||||||
|
|
||||||
This is from the modular X.org X11 project."
|
This is from the modular X.org X11 project."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full libX11
|
Add_dependency run libXau
|
||||||
Add_dependency full libXext
|
Add_dependency run libXext
|
||||||
Add_dependency full libXau
|
Add_dependency run libXmu
|
||||||
Add_dependency full libXmu
|
Add_dependency run libX11
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xtrans
|
Add_dependency build xtrans
|
||||||
|
Add_dependency build libXau-devel
|
||||||
|
Add_dependency build libXext-devel
|
||||||
|
Add_dependency build libXmu-devel
|
||||||
|
Add_dependency build libX11-devel
|
||||||
|
|
Loading…
Reference in a new issue