From dedccb7f1370cc1b68cc2d12b39be2b10ccf16b3 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 28 Mar 2014 01:42:57 -0300 Subject: hexchat-libre-2.9.6.1-2: python 3.4 rebuild --- libre/hexchat-libre/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libre') diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD index b1c9228a6..3c430015a 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97268 2013-09-15 22:44:23Z alucryd $ +# $Id: PKGBUILD 107420 2014-03-17 10:06:48Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: TingPing # Maintainer (Parabola): André Silva @@ -6,17 +6,16 @@ _pkgname=hexchat pkgname=hexchat-libre pkgver=2.9.6.1 -pkgrel=1 -pkgdesc="A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)" +pkgrel=2 +pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)' arch=('i686' 'x86_64' 'mips64el') -url="http://hexchat.github.io/" +url='http://hexchat.github.io/' license=('GPL') depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils') makedepends=('perl' 'python') optdepends=('enchant: Spell check' 'perl: Perl plugin' 'python: Python plugin') -options=('!libtool') install="${_pkgname}.install" replaces=$_pkgname conflicts=$_pkgname @@ -34,14 +33,14 @@ build() { sed -i '\|NAME Open Link| s|Firefox|Iceweasel|' src/common/hexchat.c sed -i '\|NAME Open Link| s|firefox -private %s\\n\\n";|iceweasel -private %s\\n\\n"\\\n "NAME Open Link in Private Icecat Window\\n" "CMD !icecat -private %s\\n\\n";|' src/common/hexchat.c - ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe} + ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe} make } package() { cd ${_pkgname}-${pkgver} - make DESTDIR="$pkgdir" install + make DESTDIR="${pkgdir}" install } # vim: ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf