From f183f8751dc858357cc022ed18f0728793acb6b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 16:30:25 +0100 Subject: [PATCH] desktop-file-utils: remove long_desc. --- srcpkgs/desktop-file-utils/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/desktop-file-utils/template b/srcpkgs/desktop-file-utils/template index 15c5d7dec24..d0fbd9520dc 100644 --- a/srcpkgs/desktop-file-utils/template +++ b/srcpkgs/desktop-file-utils/template @@ -1,7 +1,7 @@ # Template build file for 'desktop-file-utils'. pkgname=desktop-file-utils version=0.22 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libglib-devel" @@ -11,8 +11,3 @@ license="GPL-2" homepage="http://www.freedesktop.org/wiki/Software/desktop-file-utils" distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.xz" checksum=843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 -long_desc=" - desktop-file-utils contains a couple of command line utilities for working - with desktop entries and the applications database. More specifically, - it contains the update-desktop-database utility, used to rebuild the database - that connects MIME types to applications."