weechat: update to 0.3.9.1.
This commit is contained in:
parent
080ed6a86b
commit
8f05a0db45
|
@ -743,6 +743,7 @@ libgc.so.1 gc-7.1_1
|
|||
libgslcblas.so.0 gsl-1.15_1
|
||||
libgsl.so.0 gsl-1.15_1
|
||||
liblua.so.5 lua-5.1.4_1
|
||||
liblua.so lua-5.1.4_1
|
||||
libburn.so.4 libburn-0.7.2_1
|
||||
libgdkmm-2.4.so.1 gtkmm2-2.24.0_1
|
||||
libgtkmm-2.4.so.1 gtkmm2-2.24.0_1
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'weechat'
|
||||
pkgname=weechat
|
||||
version=0.3.9
|
||||
version=0.3.9.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
subpackages="weechat-aspell weechat-devel weechat-perl weechat-python
|
||||
weechat-ruby weechat-tcl weechat-lua"
|
||||
weechat-ruby weechat-tcl weechat-lua"
|
||||
makedepends="cmake perl>=5.16 pkg-config tcl-devel aspell-devel
|
||||
libgcrypt-devel gnutls-devel python-devel ruby-devel lua-devel libcurl-devel"
|
||||
libgcrypt-devel gnutls-devel python-devel ruby-devel lua-devel
|
||||
libcurl-devel"
|
||||
short_desc="Fast, light and extensible IRC client (curses UI)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.weechat.org"
|
||||
distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2"
|
||||
checksum=9e121aba26b6bb5cef94db22d7d77b2d8f189c910bf07ffc542a08baab79deb0
|
||||
checksum=f14eb3a72371e10b7320130a28bd51b5317542c5c7793a289b77a09e0ace28f3
|
||||
long_desc="
|
||||
WeeChat is:
|
||||
- modular: a lightweight core with plugins around
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'weechat-aspell'.
|
||||
#
|
||||
depends="weechat>=$version"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} aspell add-on"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'weechat-lua'.
|
||||
#
|
||||
depends="weechat>=$version"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} lua add-on"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'weechat-perl'.
|
||||
#
|
||||
depends="perl>=5.16 weechat>=$version"
|
||||
depends="perl>=5.16 ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} perl add-on"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'weechat-python'.
|
||||
#
|
||||
depends="weechat>=$version"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} python add-on"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'weechat-tcl'.
|
||||
#
|
||||
depends="weechat>=$version"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} tcl add-on"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
Loading…
Reference in New Issue