[Lunar-commits] <moonbase-other> weechat-git: Bumped to version 0.4.1-dev
Stefan Wold
ratler at lunar-linux.org
Wed Feb 6 10:54:24 CET 2013
commit da3cc48bb7cedadbb3e163d53a0f257b719f2553
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 06 Feb 2013 01:54:24 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/da3cc48bb7cedadbb3e163d53a0f257b719f2553
weechat-git: Bumped to version 0.4.1-dev
Switched to cmake build since weechat is moving
away from autoconf.
---
zbeta/weechat-git/BUILD | +2/-18
zbeta/weechat-git/CONFLICTS | +0/-1
zbeta/weechat-git/DEPENDS | +10/-7
zbeta/weechat-git/DETAILS | +1/-1
4 files changed, 13 insertions(+), 27 deletions(-)
--- a/zbeta/weechat-git/BUILD
+++ b/zbeta/weechat-git/BUILD
@@ -1,19 +1,3 @@
-(
-# This hack suggest by ptitlouis from #weechat for building on a box with no gtk+-2 available
- if ! module_installed gtk+-2; then
- sedit 's/\(.*AM_PATH_GTK.*\)/#\1/' configure.in
- fi &&
- ./autogen.sh --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --disable-nls \
- $OPTS &&
- default_build &&
- cd /usr/bin &&
- 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/zbeta/weechat-git/CONFLICTS
+++ b/zbeta/weechat-git/CONFLICTS
@@ -1,2 +1 @@
conflicts weechat
-conflicts weechat-cvs
--- a/zbeta/weechat-git/DEPENDS
+++ b/zbeta/weechat-git/DEPENDS
@@ -1,8 +1,11 @@
depends ncurses
-depends gnutls
-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"
+depends cmake
+
+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/zbeta/weechat-git/DETAILS
+++ b/zbeta/weechat-git/DETAILS
@@ -1,5 +1,5 @@
MODULE=weechat-git
- VERSION=0.3.8
+ VERSION=0.4.1-dev
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE_URL=git://git.sv.gnu.org/weechat.git
WEB_SITE=http://weechat.org/
More information about the Lunar-commits
mailing list