xlsclients: remove long_desc.
This commit is contained in:
parent
a13dea2155
commit
265c70a217
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xlsclients'.
|
||||
pkgname=xlsclients
|
||||
version=1.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxcb-devel"
|
||||
|
@ -11,12 +11,3 @@ homepage="http://xorg.freedesktop.org/"
|
|||
license="MIT"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=1ce5f3987b63ea79b3f8421fcb1dd9c739e99efa97f280eafd8e93574b9027d1
|
||||
long_desc="
|
||||
This package provides xlsclients, a program to list client applications
|
||||
running on a display."
|
||||
|
||||
xlsclients_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue