diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index 55fa1c7f897..2163a771555 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -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 }