diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index 02f326e2765..a5694f9d30a 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -1,7 +1,7 @@ # Template file for 'weechat' pkgname=weechat version=0.4.3 -revision=1 +revision=2 lib32disabled=yes build_style=cmake hostmakedepends="cmake pkg-config python-devel libgcrypt-devel tcl-devel>=8.6" @@ -15,6 +15,7 @@ distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2" checksum=a8ec847d331a1201de975530a22f1813c260db420c68675b2ecaa7bf3c7c3ff8 weechat-aspell_package() { + lib32disabled=yes depends="${sourcepkg}-${version}_${revision}" short_desc+=" - aspell plugin" pkg_install() { @@ -23,6 +24,7 @@ weechat-aspell_package() { } weechat-devel_package() { + lib32disabled=yes depends="ncurses-devel" short_desc+=" - development package" pkg_install() { @@ -33,6 +35,7 @@ weechat-devel_package() { if [ -z "$CROSS_BUILD" ]; then weechat-perl_package() { + lib32disabled=yes depends="${sourcepkg}-${version}_${revision}" short_desc+=" - perl plugin" pkg_install() { @@ -42,6 +45,7 @@ weechat-perl_package() { fi # fails to build right now weechat-ruby_package() { + lib32disabled=yes depends="${sourcepkg}>=${version}" short_desc+=" - ruby plugin" pkg_install() { @@ -50,6 +54,7 @@ weechat-ruby_package() { } weechat-python_package() { + lib32disabled=yes depends="${sourcepkg}-${version}_${revision}" short_desc+=" - python plugin" pkg_install() { @@ -58,6 +63,7 @@ weechat-python_package() { } weechat-tcl_package() { + lib32disabled=yes depends="${sourcepkg}-${version}_${revision}" short_desc+=" - tcl plugin" pkg_install() { @@ -66,6 +72,7 @@ weechat-tcl_package() { } weechat-lua_package() { + lib32disabled=yes depends="${sourcepkg}-${version}_${revision}" short_desc+=" - lua plugin" pkg_install() {