weechat: rebuild to have corrected shlib-provides; lib32disabled=yes.
This commit is contained in:
parent
7866c69b08
commit
b267e281ee
1 changed files with 8 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue