[arch-commits] Commit in (12 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Apr 18 08:39:23 UTC 2017
Date: Tuesday, April 18, 2017 @ 08:39:23
Author: bpiotrowski
Revision: 223702
Moved weechat from extra
Added:
weechat/
weechat/repos/
weechat/repos/extra-i686/
weechat/repos/extra-i686/PKGBUILD
weechat/repos/extra-x86_64/
weechat/repos/extra-x86_64/PKGBUILD
weechat/repos/testing-i686/
weechat/repos/testing-i686/PKGBUILD
weechat/repos/testing-x86_64/
weechat/repos/testing-x86_64/PKGBUILD
weechat/trunk/
weechat/trunk/PKGBUILD
-------------------------------+
repos/extra-i686/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
repos/extra-x86_64/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
repos/testing-i686/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
repos/testing-x86_64/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
trunk/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 210 insertions(+)
Added: weechat/repos/extra-i686/PKGBUILD
===================================================================
--- weechat/repos/extra-i686/PKGBUILD (rev 0)
+++ weechat/repos/extra-i686/PKGBUILD 2017-04-18 08:39:23 UTC (rev 223702)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 286937 2017-01-18 17:51:43Z bpiotrowski $
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.7
+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' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('04d9c3835668f0e13605bab306fd53c9'
+ 'SKIP')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev "$srcdir/${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
+}
Added: weechat/repos/extra-x86_64/PKGBUILD
===================================================================
--- weechat/repos/extra-x86_64/PKGBUILD (rev 0)
+++ weechat/repos/extra-x86_64/PKGBUILD 2017-04-18 08:39:23 UTC (rev 223702)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 286937 2017-01-18 17:51:43Z bpiotrowski $
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.7
+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' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('04d9c3835668f0e13605bab306fd53c9'
+ 'SKIP')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev "$srcdir/${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
+}
Added: weechat/repos/testing-i686/PKGBUILD
===================================================================
--- weechat/repos/testing-i686/PKGBUILD (rev 0)
+++ weechat/repos/testing-i686/PKGBUILD 2017-04-18 08:39:23 UTC (rev 223702)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 292057 2017-04-03 19:06:40Z bpiotrowski $
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.7
+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' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('04d9c3835668f0e13605bab306fd53c9'
+ 'SKIP')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev "$srcdir/${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
+}
Added: weechat/repos/testing-x86_64/PKGBUILD
===================================================================
--- weechat/repos/testing-x86_64/PKGBUILD (rev 0)
+++ weechat/repos/testing-x86_64/PKGBUILD 2017-04-18 08:39:23 UTC (rev 223702)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 292057 2017-04-03 19:06:40Z bpiotrowski $
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.7
+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' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('04d9c3835668f0e13605bab306fd53c9'
+ 'SKIP')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev "$srcdir/${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
+}
Added: weechat/trunk/PKGBUILD
===================================================================
--- weechat/trunk/PKGBUILD (rev 0)
+++ weechat/trunk/PKGBUILD 2017-04-18 08:39:23 UTC (rev 223702)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=1.7
+pkgrel=2.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' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('04d9c3835668f0e13605bab306fd53c9'
+ 'SKIP')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake -Wno-dev "$srcdir/${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
+}
Property changes on: weechat/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list