weechat: update to 0.3.7.
This commit is contained in:
parent
3ba09d994a
commit
872d103a15
8 changed files with 5 additions and 10 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=0.3.6
|
version=0.3.7
|
||||||
homepage="http://www.weechat.org"
|
homepage="http://www.weechat.org"
|
||||||
distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2"
|
distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
revision=1
|
|
||||||
short_desc="Fast, light and extensible IRC client (curses UI)"
|
short_desc="Fast, light and extensible IRC client (curses UI)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=6c367e36fb76de318410f0bc5f2043056155ffe1372c121c1f90520b4645a27e
|
checksum=8ef5e3daf49e75669e36093c1df852e65b51d512073c6e6b935a7fa90f6b7bca
|
||||||
long_desc="
|
long_desc="
|
||||||
WeeChat is:
|
WeeChat is:
|
||||||
- modular: a lightweight core with plugins around
|
- modular: a lightweight core with plugins around
|
||||||
|
@ -20,7 +19,6 @@ long_desc="
|
||||||
subpackages="$pkgname-aspell $pkgname-devel $pkgname-perl $pkgname-python"
|
subpackages="$pkgname-aspell $pkgname-devel $pkgname-perl $pkgname-python"
|
||||||
subpackages="${subpackages} $pkgname-ruby $pkgname-tcl $pkgname-lua"
|
subpackages="${subpackages} $pkgname-ruby $pkgname-tcl $pkgname-lua"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build cmake
|
Add_dependency build cmake
|
||||||
Add_dependency build perl
|
Add_dependency build perl
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
@ -31,3 +29,4 @@ Add_dependency build gnutls-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
Add_dependency build ruby-devel
|
Add_dependency build ruby-devel
|
||||||
Add_dependency build lua-devel
|
Add_dependency build lua-devel
|
||||||
|
Add_dependency build libcurl-devel
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-aspell'.
|
# Template file for 'weechat-aspell'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} aspell add-on"
|
short_desc="${sourcepkg} aspell add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-lua'.
|
# Template file for 'weechat-lua'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} lua add-on"
|
short_desc="${sourcepkg} lua add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-perl'.
|
# Template file for 'weechat-perl'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} perl add-on"
|
short_desc="${sourcepkg} perl add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-python'.
|
# Template file for 'weechat-python'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} python add-on"
|
short_desc="${sourcepkg} python add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-ruby'.
|
# Template file for 'weechat-ruby'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} ruby add-on"
|
short_desc="${sourcepkg} ruby add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'weechat-tcl'.
|
# Template file for 'weechat-tcl'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} tcl add-on"
|
short_desc="${sourcepkg} tcl add-on"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,5 @@ libgcrypt.so.11
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libncursesw.so.6
|
libncursesw.so.6
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
libz.so.1
|
||||||
|
libcurl.so.4
|
||||||
|
|
Loading…
Reference in a new issue