[arch-commits] Commit in weechat/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Mon Dec 29 15:57:26 UTC 2014


    Date: Monday, December 29, 2014 @ 16:57:26
  Author: anatolik
Revision: 228146

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  weechat/repos/community-staging-i686/
  weechat/repos/community-staging-i686/PKGBUILD
    (from rev 228145, weechat/trunk/PKGBUILD)
  weechat/repos/community-staging-x86_64/
  weechat/repos/community-staging-x86_64/PKGBUILD
    (from rev 228145, weechat/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   41 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: weechat/repos/community-staging-i686/PKGBUILD (from rev 228145, weechat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-12-29 15:57:26 UTC (rev 228146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.0.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=('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=('597b50e1340cfa7734f4ce72c3883705')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  # workaround for https://github.com/weechat/weechat/issues/287
+  export CFLAGS="$CFLAGS -fPIC"
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/community-staging-x86_64/PKGBUILD (from rev 228145, weechat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-12-29 15:57:26 UTC (rev 228146)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.0.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=('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=('597b50e1340cfa7734f4ce72c3883705')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  # workaround for https://github.com/weechat/weechat/issues/287
+  export CFLAGS="$CFLAGS -fPIC"
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list