mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xdriinfo: remove long_desc.
This commit is contained in:
parent
5ca9a514e2
commit
a7c989baba
1 changed files with 2 additions and 6 deletions
|
@ -1,17 +1,13 @@
|
||||||
# Template build file for 'xdriinfo'.
|
# Template build file for 'xdriinfo'.
|
||||||
pkgname=xdriinfo
|
pkgname=xdriinfo
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel MesaLib-devel"
|
makedepends="libX11-devel MesaLib-devel"
|
||||||
short_desc="X.org DRI information utility"
|
short_desc="X DRI information utility"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=35c6e43d3b68ef5d93d013b4517014fb890bad96b2c801abf4f607927a94cb1c
|
checksum=35c6e43d3b68ef5d93d013b4517014fb890bad96b2c801abf4f607927a94cb1c
|
||||||
long_desc="
|
|
||||||
The xdriinfo utility prints an XML description of a DRI driver. The driver
|
|
||||||
can be specified directly by driver name or indirectly by screen number.
|
|
||||||
No X connection is needed if the driver name is explicitly specified."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue