diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-28 17:47:26 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:43 +0200 |
commit | 2e06093d909d9704b3cac1defdbc390571f804ee (patch) | |
tree | f823ab201fcc6d3df970625dc6b123dafa68ba7b | |
parent | 6142944673afcfe0acc7e2cf98090fd3a8eb9117 (diff) | |
download | pkgbuilds-2e06093d909d9704b3cac1defdbc390571f804ee.tar.xz |
Revert weechat py3 stuff, doesn't work.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 4 insertions, 5 deletions
@@ -21,7 +21,7 @@ pkgbase = weechat-git depends = ncurses-git depends = libgcrypt optdepends = perl - optdepends = python + optdepends = python2 optdepends = lua optdepends = tcl optdepends = ruby @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL3') depends=('gnutls' 'ncurses-git' 'libgcrypt') -optdepends=('perl' 'python' 'lua' 'tcl' 'ruby' 'aspell') +optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') makedepends=('git' 'cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') provides=('weechat') @@ -28,9 +28,8 @@ pkgver(){ build() { cd weechat cmake -DPREFIX=/usr \ - -DENABLE_PYTHON3=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python \ - -DPYTHON_LIBRARY=/usr/lib/libpython3.so\ + -DPYTHON_EXECUTABLE=/usr/bin/python2 \ + -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\ -DENABLE_MAN=ON \ -DENABLE_DOC=OFF \ -DWEECHAT_HOME=~/.config/weechat |