From 89fd45831229bdc268e8289e8da3ca6dde18f63d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 19 Feb 2014 14:59:36 +0100 Subject: [PATCH] font-unifont-bdf: remove long_desc. --- srcpkgs/font-unifont-bdf/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/font-unifont-bdf/template b/srcpkgs/font-unifont-bdf/template index 9603d0cff3d..fbc3bfe1a88 100644 --- a/srcpkgs/font-unifont-bdf/template +++ b/srcpkgs/font-unifont-bdf/template @@ -1,7 +1,7 @@ # Template build file for 'font-unifont'. pkgname=font-unifont-bdf version=5.1.20080820 -revision=1 +revision=2 create_wrksrc=yes noarch=yes homepage="http://unifoundry.com/unifont.html" @@ -13,13 +13,8 @@ short_desc="GNU Unifont Glyphs" maintainer="Juan RP " license="GPL-2, Freeware" checksum=bd3bb03b6efb6d40641f84ce70ac69bf24d1cba58b738b041648186b9c731868 -long_desc=" - This page contains GNU Unifont, with glyphs for every printable code point - in the Unicode 5.1 Basic Multilingual Plane (BMP)." do_install() { - gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz \ - > unifont-${version}.bdf - vinstall unifont-${version}.bdf \ - 644 usr/share/fonts/misc unifont.bdf + gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz > unifont-${version}.bdf + vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf }