xlsclients: update to 1.1.0.
This commit is contained in:
parent
aa2f0421a2
commit
09892116e3
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template build file for 'xlsclients'.
|
# Template build file for 'xlsclients'.
|
||||||
pkgname=xlsclients
|
pkgname=xlsclients
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
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 client listing utility"
|
short_desc="X client listing utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8527cdd29d4fcc67df014bc8b371be98901c9082b8de81ea2302bf705c887698
|
checksum=f95b51f55399f46ce5f597a68ccd04a0d68c5770b517428201262bff09bcfa0c
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides xlsclients, a program to list client applications
|
This package provides xlsclients, a program to list client applications
|
||||||
running on a display.
|
running on a display.
|
||||||
|
|
||||||
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 xcb-util
|
||||||
Add_dependency full libXmu
|
Add_dependency run libxcb
|
||||||
|
Add_dependency build xcb-util-devel
|
||||||
|
Add_dependency build libxcb-devel
|
||||||
|
|
Loading…
Reference in a new issue