[arch-commits] Commit in weechat/trunk (PKGBUILD)

Giovanni Scafora giovanni at nymeria.archlinux.org
Sat Nov 23 18:13:41 UTC 2013


    Date: Saturday, November 23, 2013 @ 19:13:40
  Author: giovanni
Revision: 200240

upgpkg: weechat 0.4.2-2

Fixed FS37853

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-23 18:09:56 UTC (rev 200239)
+++ PKGBUILD	2013-11-23 18:13:40 UTC (rev 200240)
@@ -4,13 +4,13 @@
 
 pkgname=weechat
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
@@ -23,7 +23,9 @@
   cd build
   cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
         -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
 }
 
 package() {




More information about the arch-commits mailing list