From 1cc0b410a84cdb02854f63d306d543433f2801a4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 15:19:28 +0100 Subject: [PATCH] bdftopcf: remove long_desc. --- srcpkgs/bdftopcf/template | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/srcpkgs/bdftopcf/template b/srcpkgs/bdftopcf/template index 35701bfd9b4..36af17d78d6 100644 --- a/srcpkgs/bdftopcf/template +++ b/srcpkgs/bdftopcf/template @@ -1,8 +1,8 @@ # Template build file for 'bdftopcf'. pkgname=bdftopcf version=1.0.3 +revision=3 build_style=gnu-configure -revision=2 hostmakedepends="pkg-config" makedepends="libXfont-devel" short_desc="BDF to PCF font converter for X11" @@ -11,12 +11,3 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a -long_desc=" - The bdftopcf tool converts X fonts from Bitmap Distribution Format - to Portable Compiled Format. - - Fonts in the Portable Compiled Format can be read by any architecture, - although the file is structured to allow one particular - architecture to read them directly without reformatting. This - allows fast reading on the appropriate machine, but the files - are still portable (but read more slowly) on other machines."