summaryrefslogtreecommitdiff
path: root/libre/hexchat-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-28 01:42:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-28 01:43:09 -0300
commitdedccb7f1370cc1b68cc2d12b39be2b10ccf16b3 (patch)
tree4406dd8640a68cf8608cbcf9db3bb5f7d3f00d8c /libre/hexchat-libre
parent85aa9948ef403434f326af6145f813f3258e8767 (diff)
hexchat-libre-2.9.6.1-2: python 3.4 rebuild
Diffstat (limited to 'libre/hexchat-libre')
-rw-r--r--libre/hexchat-libre/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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 <alucryd@gmail.com>
# Contributor: TingPing <tingping@tingping.se>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
@@ -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: