From f1d37361390318ba111952f5546c4089ee22e7dc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 26 Feb 2010 16:24:33 +0100 Subject: [PATCH] aspell: sanitize deps, bumprev. --HG-- extra : convert_revision : f656ffec8c6f5c9ca59c11996c28e4fe117743c7 --- srcpkgs/aspell/aspell-devel.template | 5 +++++ srcpkgs/aspell/template | 11 ++++++----- xbps-src/common/mapping_shlib_binpkg.txt | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/srcpkgs/aspell/aspell-devel.template b/srcpkgs/aspell/aspell-devel.template index 283fe783fe4..88ddcacbfbc 100644 --- a/srcpkgs/aspell/aspell-devel.template +++ b/srcpkgs/aspell/aspell-devel.template @@ -5,6 +5,11 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + +Add_dependency run ncursesw-devel +Add_dependency run libstdc++-devel +Add_dependency run perl Add_dependency run aspell do_install() diff --git a/srcpkgs/aspell/template b/srcpkgs/aspell/template index 4fe11b31510..ed655ee29f6 100644 --- a/srcpkgs/aspell/template +++ b/srcpkgs/aspell/template @@ -1,7 +1,7 @@ # Template file for 'aspell' pkgname=aspell version=0.60.6 -revision=1 +revision=2 distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz" build_style=gnu_configure configure_args="--enable-compile-in-filters" @@ -18,9 +18,10 @@ long_desc=" and intelligently handling personal dictionaries when more than one Aspell process is open at once." -# XXX Add missing ncursesw dependency. subpackages="$pkgname-devel" -Add_dependency full glibc -Add_dependency full ncurses +Add_dependency run libgcc +Add_dependency run glibc +Add_dependency run ncursesw +Add_dependency run libstdc++ Add_dependency full perl -Add_dependency run libstdc++ +Add_dependency build ncursesw-devel diff --git a/xbps-src/common/mapping_shlib_binpkg.txt b/xbps-src/common/mapping_shlib_binpkg.txt index bc5a7f21742..f3b33bca1f4 100644 --- a/xbps-src/common/mapping_shlib_binpkg.txt +++ b/xbps-src/common/mapping_shlib_binpkg.txt @@ -452,3 +452,4 @@ libicui18n.so.42 icu-libs icu-devel libicudata.so.42 icu-libs icu-devel libicutu.so.42 icu-libs icu-devel libicuuc.so.42 icu-libs icu-devel +libaspell.so.15 aspell aspell-devel