From a7c989baba8813ed74641f41c6aeda5d5e355ea2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 15:36:14 +0100 Subject: [PATCH] xdriinfo: remove long_desc. --- srcpkgs/xdriinfo/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xdriinfo/template b/srcpkgs/xdriinfo/template index a3cb8e53f73..67c7370854a 100644 --- a/srcpkgs/xdriinfo/template +++ b/srcpkgs/xdriinfo/template @@ -1,17 +1,13 @@ # Template build file for 'xdriinfo'. pkgname=xdriinfo version=1.0.4 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libX11-devel MesaLib-devel" -short_desc="X.org DRI information utility" +short_desc="X DRI information utility" homepage="http://xorg.freedesktop.org" license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" 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."