mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
weechat: update to 2.5.
This commit is contained in:
parent
2428cbc825
commit
814296f252
1 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
|
||||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_RUBY=ON -DENABLE_ASPELL=ON
|
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||||
-DPYTHON_EXECUTABLE=/usr/bin/python2.7
|
-DPYTHON_EXECUTABLE=/usr/bin/python2.7
|
||||||
-DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython2.7.so"
|
-DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython2.7.so"
|
||||||
hostmakedepends="asciidoc libgcrypt-devel pkg-config python tcl-devel"
|
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python tcl-devel"
|
||||||
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python-devel
|
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python-devel
|
||||||
ruby-devel tcl-devel perl"
|
ruby-devel tcl-devel perl"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
|
@ -16,8 +16,8 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.weechat.org"
|
homepage="https://www.weechat.org"
|
||||||
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
||||||
distfiles="${homepage}/files/src/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
||||||
checksum=61a6afe9849b96e99c1f3cde612d1748a03c807059dad459e3a6acbc5cf100fd
|
checksum=52c87775c3ff9714a62cfa5b7e13e2fa59bf32829fe083781c1d9c7f1c2d4c27
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
||||||
|
@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
|
vsed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
|
||||||
}
|
}
|
||||||
|
|
||||||
weechat-aspell_package() {
|
weechat-aspell_package() {
|
||||||
|
@ -41,7 +41,7 @@ weechat-aspell_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - aspell/enchant plugin"
|
short_desc+=" - aspell/enchant plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/weechat/plugins/aspell.so
|
vmove usr/lib/weechat/plugins/spell.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
weechat-devel_package() {
|
weechat-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue