[arch-commits] Commit in weechat/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Aug 20 10:18:58 UTC 2015
Date: Thursday, August 20, 2015 @ 12:18:57
Author: bpiotrowski
Revision: 244416
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
weechat/repos/extra-i686/PKGBUILD
(from rev 244415, weechat/trunk/PKGBUILD)
weechat/repos/extra-x86_64/PKGBUILD
(from rev 244415, weechat/trunk/PKGBUILD)
Deleted:
weechat/repos/extra-i686/PKGBUILD
weechat/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 38 -----------------------
extra-x86_64/PKGBUILD | 38 -----------------------
3 files changed, 78 insertions(+), 76 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-08-20 10:18:51 UTC (rev 244415)
+++ extra-i686/PKGBUILD 2015-08-20 10:18:57 UTC (rev 244416)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: lucke <lucke at o2 dot pl>
-
-pkgname=weechat
-pkgver=1.3
-pkgrel=1
-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=('d315ceb66b03442ded0715f4277bd65f')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
-
- 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/extra-i686/PKGBUILD (from rev 244415, weechat/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-20 10:18:57 UTC (rev 244416)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.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=('d315ceb66b03442ded0715f4277bd65f')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-08-20 10:18:51 UTC (rev 244415)
+++ extra-x86_64/PKGBUILD 2015-08-20 10:18:57 UTC (rev 244416)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: lucke <lucke at o2 dot pl>
-
-pkgname=weechat
-pkgver=1.3
-pkgrel=1
-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=('d315ceb66b03442ded0715f4277bd65f')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
-
- 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/extra-x86_64/PKGBUILD (from rev 244415, weechat/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-08-20 10:18:57 UTC (rev 244416)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.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=('d315ceb66b03442ded0715f4277bd65f')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/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