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

Florian Pritz bluewind at nymeria.archlinux.org
Sun Jun 1 11:10:24 UTC 2014


    Date: Sunday, June 1, 2014 @ 13:10:24
  Author: bluewind
Revision: 214010

db-move: moved weechat from [staging] to [testing] (i686, x86_64)

Added:
  weechat/repos/testing-i686/
  weechat/repos/testing-i686/PKGBUILD
    (from rev 213950, weechat/repos/staging-i686/PKGBUILD)
  weechat/repos/testing-x86_64/
  weechat/repos/testing-x86_64/PKGBUILD
    (from rev 213950, weechat/repos/staging-x86_64/PKGBUILD)
Deleted:
  weechat/repos/staging-i686/
  weechat/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: weechat/repos/testing-i686/PKGBUILD (from rev 213950, weechat/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-06-01 11:10:24 UTC (rev 214010)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=0.4.3
+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=('07500f0d1054691d88f21dd12b7c5871')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/testing-x86_64/PKGBUILD (from rev 213950, weechat/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-06-01 11:10:24 UTC (rev 214010)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=0.4.3
+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=('07500f0d1054691d88f21dd12b7c5871')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}




More information about the arch-commits mailing list