From e5c297ee80821ca6422bf36a07aaed67385fb5ed Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Jul 2014 14:18:07 +0200 Subject: [PATCH] tidy: fix -devel: set rdeps, move .so symlink. --- common/shlibs | 1 + srcpkgs/tidy/template | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 4de7e24eb9..89bd954c27 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1662,3 +1662,4 @@ libxmlrpc_server_cgi++.so.7 xmlrpc-c-1.25.28_1 libxmlrpc_server_pstream++.so.7 xmlrpc-c-1.25.28_1 libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1 libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6 +libtidy-0.99.so.0 tidy-1.46_2 diff --git a/srcpkgs/tidy/template b/srcpkgs/tidy/template index c1b8f4fafb..ef6ed8e85c 100644 --- a/srcpkgs/tidy/template +++ b/srcpkgs/tidy/template @@ -2,8 +2,8 @@ pkgname=tidy version=1.46 wrksrc=tidyhtml-$version/tidy -hostmakedepends="libtool automake autoconf" -revision=1 +hostmakedepends="libtool automake" +revision=2 build_style=gnu-configure short_desc="A tool to tidy down your HTML code to a clean style" maintainer="Christian Neukirchen " @@ -17,9 +17,11 @@ pre_configure() { } tidy-devel_package() { + depends="tidy>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/"*.a" + vmove usr/lib/*.a + vmove usr/lib/*.so } }