From 86a5d6e30ac8e51bdb76b9dab0c6e25e41ec5649 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:06:53 +0100 Subject: [PATCH] pangox-compat: remove long_desc. --- srcpkgs/pangox-compat/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pangox-compat/template b/srcpkgs/pangox-compat/template index b7956a55a47..1678827e78b 100644 --- a/srcpkgs/pangox-compat/template +++ b/srcpkgs/pangox-compat/template @@ -1,7 +1,7 @@ # Template build file for 'pangox-compat'. pkgname=pangox-compat version=0.0.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" @@ -13,10 +13,6 @@ homepage="http://www.pango.org/" license="LGPL-2.1" distfiles="${GNOME_SITE}/${pkgname}/0.0/${pkgname}-${version}.tar.xz" checksum=552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 -long_desc=" - This is a compatibility library providing the obsolete pangox library - that is not shipped by Pango itself anymore. If you are still using - pangox, well, really, get a life..." pangox-compat-devel_package() { depends="libX11-devel pango-devel>=1.31 ${sourcepkg}-${version}_${revision}" @@ -24,5 +20,6 @@ pangox-compat-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } }