From ce3fadd3ae6907d97a9d1069b9dbfb8cee51655e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 14:15:45 +0100 Subject: [PATCH] lxterminal: remove long_desc. --- srcpkgs/lxterminal/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/lxterminal/template b/srcpkgs/lxterminal/template index 9a1d32114cc..329fbc659b7 100644 --- a/srcpkgs/lxterminal/template +++ b/srcpkgs/lxterminal/template @@ -1,7 +1,7 @@ # Template file for 'lxterminal' pkgname=lxterminal version=0.1.11 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="gtk+-devel vte-devel desktop-file-utils" @@ -12,10 +12,3 @@ license="GPL2" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" checksum=f495166b308a96e8c30c8892b33ab163f3865253a9bbd4bdac462f974fda7253 -long_desc=" - LXterminal is a VTE-based terminal emulator from LXDE project which - supports multiple tabs. It is completely desktop-independent and does not - have any unnecessary dependencies. - - In order to reduce memory usage and increase the performance, all instances - of the terminal are sharing a single process."