[Lunar-commits] <moonbase-other> weechat: Version bumped to 0.4.0
Stefan Wold
ratler at lunar-linux.org
Wed Feb 6 10:53:05 CET 2013
commit 2a0f881635d568690b2006ca92237821646fab3a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 06 Feb 2013 01:53:05 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/2a0f881635d568690b2006ca92237821646fab3a
weechat: Version bumped to 0.4.0
Switched to cmake build since weechat is moving away from
autoconf.
---
chat/weechat/BUILD | +2/-10
chat/weechat/CONFLICTS | +0/-1
chat/weechat/DEPENDS | +9/-6
chat/weechat/DETAILS | +4/-4
4 files changed, 15 insertions(+), 21 deletions(-)
--- a/chat/weechat/BUILD
+++ b/chat/weechat/BUILD
@@ -1,11 +1,3 @@
-(
- default_build &&
- cd /usr/bin &&
- if [ -h /usr/bin/weechat ]; then
- rm -f weechat
- fi &&
- ln -sf weechat-curses weechat &&
- gather_docs UPGRADE_0.3
-
-) > $C_FIFO 2>&1
+default_cmake_build &&
+ln -sf weechat-curses /usr/bin/weechat
--- a/chat/weechat/CONFLICTS
+++ b/chat/weechat/CONFLICTS
@@ -1,2 +1 @@
-conflicts weechat-cvs
conflicts weechat-git
--- a/chat/weechat/DEPENDS
+++ b/chat/weechat/DEPENDS
@@ -1,8 +1,11 @@
depends ncurses
+depends cmake
-optional_depends "perl" "--enable-perl" "--disable-perl" "to compile the perl plugin"
-optional_depends "Python" "--enable-python" "--disable-python" "to compile the Python plugin"
-optional_depends "lua" "--enable-lua" "--disable-lua" "to compile the lua plugin"
-optional_depends "ruby" "--enable-ruby" "--disable-ruby" "to compile the ruby plugin"
-optional_depends "tcl" "--enable-tcl" "--disable-tcl" "to compile the tcl plugin"
-optional_depends "guile" "--enable-guile" "--disable-guile" "to compile the guile plugin"
+optional_depends "perl" "-DENABLE_PERL=ON" "-DENABLE_PERL=OFF" "to compile the perl plugin"
+optional_depends "Python" "-DENABLE_PYTHON=ON" "-DENABLE_PYTHON=OFF" "to compile the Python plugin"
+optional_depends "lua" "-DENABLE_LUA=ON" "-DENABLE_LUA=OFF" "to compile the lua plugin"
+optional_depends "ruby" "-DENABLE_RUBY=ON" "-DENABLE_RUBY=OFF" "to compile the ruby plugin"
+optional_depends "tcl" "-DENABLE_TCL=ON" "-DENABLE_TCL=OFF" "to compile the tcl plugin"
+optional_depends "guile" "-DENABLE_GUILE=ON" "-DENABLE_GUILE=OFF" "to compile the guile plugin"
+optional_depends "aspell" "-DENABLE_ASPELL=ON" "-DENABLE_ASPELL=OFF" "for spelling support"
+optional_depends "gnutls" "-DENABLE_GNUTLS=ON" "-DENABLE_GNUTLS=OFF" "for TLS encryption support"
--- a/chat/weechat/DETAILS
+++ b/chat/weechat/DETAILS
@@ -1,11 +1,11 @@
MODULE=weechat
- VERSION=0.3.9.2
+ VERSION=0.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://weechat.org/files/src
- SOURCE_VFY=sha1:64147c88426c240d5d33c65755c729ed2c435aeb
- WEB_SITE=http://weechat.org
+ SOURCE_VFY=sha256:1df12201d8b0ac25f62ddbfb675e8f3d978e52bc5b644d55ccf4c755956fa60d
+ WEB_SITE=http://weechat.org/
ENTERED=20050223
- UPDATED=20121119
+ UPDATED=20130206
SHORT="A very light and neat IRC client"
PSAFE=no
More information about the Lunar-commits
mailing list