weechat: use enchant instead of aspell.

This commit is contained in:
Christian Neukirchen 2015-05-12 20:24:55 +02:00
parent 0bf7a02bba
commit f32f3d9e1d
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'weechat'
pkgname=weechat
version=1.2
revision=1
revision=2
lib32disabled=yes
build_style=cmake
configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
hostmakedepends="cmake pkg-config python-devel libgcrypt-devel tcl-devel asciidoc"
makedepends="tcl-devel aspell-devel libgcrypt-devel gnutls-devel
makedepends="tcl-devel enchant-devel libgcrypt-devel gnutls-devel
python-devel ruby-devel lua-devel libcurl-devel"
depends="ca-certificates"
short_desc="Fast, light and extensible IRC client"
@ -25,7 +25,7 @@ fi
weechat-aspell_package() {
lib32disabled=yes
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - aspell plugin"
short_desc+=" - aspell/enchant plugin"
pkg_install() {
vmove usr/lib/weechat/plugins/aspell.so
}