From 102777ff75e381c2bfe17b1cac08def3ef49687e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 11:30:18 +0100 Subject: [PATCH] gtkmm2: remove long_desc. --- srcpkgs/gtkmm2/template | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/srcpkgs/gtkmm2/template b/srcpkgs/gtkmm2/template index 43e2cbe0a0d..5cf752ccb02 100644 --- a/srcpkgs/gtkmm2/template +++ b/srcpkgs/gtkmm2/template @@ -1,7 +1,7 @@ # Template build file for 'gtkmm'. pkgname=gtkmm2 version=2.24.4 -revision=1 +revision=2 wrksrc=gtkmm-${version} build_style=gnu-configure configure_args="--disable-static --disable-documentation" @@ -13,16 +13,6 @@ license="LGPL-2.1" maintainer="Juan RP " distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz" checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee -long_desc=" - gtkmm (previously known as Gtk--) is the official C++ interface for the - popular GUI library GTK+. Highlights include typesafe callbacks, widgets - extensible via inheritance and a comprehensive set of widget classes that - can be freely combined to quickly create complex user interfaces. Here's - an overview, with documentation and status. gtkmm is free software - distributed under the GNU Library General Public License (LGPL). - - Aside from the C++ interface to Gtk 2.x, this package also provides - bindings for the ATK library." pre_install() { sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile