From 3531c38a8143b93ee615cab0ab4eb5e2b4c3cf5c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Feb 2014 09:14:00 +0100 Subject: [PATCH] perl-Glib: remove long_desc. --- srcpkgs/perl-Glib/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/perl-Glib/template b/srcpkgs/perl-Glib/template index 11b0d7787d5..7d55878c502 100644 --- a/srcpkgs/perl-Glib/template +++ b/srcpkgs/perl-Glib/template @@ -1,7 +1,7 @@ # Template build file for 'perl-Glib'. pkgname=perl-Glib version=1.242 -revision=2 +revision=3 wrksrc="Glib-$version" build_style=perl-module hostmakedepends="perl>=5.18" @@ -13,10 +13,3 @@ homepage="http://gtk2-perl.sourceforge.net/" license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Glib-$version.tar.gz" checksum=0ebb78bcb3d10c9564473b084ef2989cf86347c1ba4acd5e55bc6c46b6d08d78 -long_desc=" - This module provides perl access to GLib and GLib's GObject libraries. - GLib is a portability and utility library; GObject provides a generic - type system with inheritance and a powerful signal system. Together - these libraries are used as the foundation for many of the libraries - that make up the Gnome environment, and are used in many unrelated - projects."