aspell: sanitize deps, bumprev.
--HG-- extra : convert_revision : f656ffec8c6f5c9ca59c11996c28e4fe117743c7
This commit is contained in:
parent
43cb0c429c
commit
f1d3736139
3 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
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
|
Add_dependency run aspell
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aspell'
|
# Template file for 'aspell'
|
||||||
pkgname=aspell
|
pkgname=aspell
|
||||||
version=0.60.6
|
version=0.60.6
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-compile-in-filters"
|
configure_args="--enable-compile-in-filters"
|
||||||
|
@ -18,9 +18,10 @@ long_desc="
|
||||||
and intelligently handling personal dictionaries when more than one Aspell
|
and intelligently handling personal dictionaries when more than one Aspell
|
||||||
process is open at once."
|
process is open at once."
|
||||||
|
|
||||||
# XXX Add missing ncursesw dependency.
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run libgcc
|
||||||
Add_dependency full ncurses
|
Add_dependency run glibc
|
||||||
|
Add_dependency run ncursesw
|
||||||
|
Add_dependency run libstdc++
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
Add_dependency run libstdc++
|
Add_dependency build ncursesw-devel
|
||||||
|
|
|
@ -452,3 +452,4 @@ libicui18n.so.42 icu-libs icu-devel
|
||||||
libicudata.so.42 icu-libs icu-devel
|
libicudata.so.42 icu-libs icu-devel
|
||||||
libicutu.so.42 icu-libs icu-devel
|
libicutu.so.42 icu-libs icu-devel
|
||||||
libicuuc.so.42 icu-libs icu-devel
|
libicuuc.so.42 icu-libs icu-devel
|
||||||
|
libaspell.so.15 aspell aspell-devel
|
||||||
|
|
Loading…
Reference in a new issue