From a138698b211c167d31aecc1cb8ecc196ad4f4137 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 14:51:55 +0100 Subject: [PATCH] xwd: remove long_desc. --- srcpkgs/xwd/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/xwd/template b/srcpkgs/xwd/template index eea0737aa99..af69c3f1fec 100644 --- a/srcpkgs/xwd/template +++ b/srcpkgs/xwd/template @@ -1,7 +1,7 @@ # Template build file for 'xwd'. pkgname=xwd version=1.0.4 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libX11-devel" @@ -11,8 +11,3 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=b7a6c889911a0ab52f9f92a83658abb81e213969ad4e6c73c11c9274a438b01e -long_desc=" - Xwd is an X Window System window dumping utility. Xwd allows X users to - store window images in a specially formatted dump file. This file can - then be read by various other X utilities for redisplay, printing, editing, - formatting, archiving, image processing, etc."