From 1b6860ed7a33a22c4202348a4f42afbb5d26be09 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Apr 2013 00:06:36 -0700 Subject: Thu Apr 4 00:06:36 PDT 2013 --- libre/hexchat-libre/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/hexchat-libre/PKGBUILD') diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD index 81a4e370b..bab6e70c5 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat-libre/PKGBUILD @@ -6,17 +6,17 @@ _pkgname=hexchat pkgname=hexchat-libre pkgver=2.9.5 -pkgrel=3 +pkgrel=4 pkgdesc="A popular and easy to use graphical IRC (chat) client, without non-free browser reference (Parabola rebranded)" arch=('i686' 'x86_64' 'mips64el') url="http://www.hexchat.org/" license=('GPL') -options=('!libtool') -depends=('desktop-file-utils' 'gtkspell' 'hicolor-icon-theme' 'libnotify' 'libproxy' 'pciutils') +depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 'libproxy' 'libsexy' 'pciutils') makedepends=('perl' 'python2') optdepends=('enchant: Spell check' 'perl: Perl plugin' 'python2: Python plugin') +options=('!libtool') install=${_pkgname}.install replaces=$_pkgname conflicts=$_pkgname @@ -40,7 +40,7 @@ build() { # Build ./autogen.sh - ./configure --prefix=/usr --enable-{shm,spell=gtkspell,textfe} + ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe} make } -- cgit v1.2.3-54-g00ecf