summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-03 20:12:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-03 20:12:09 -0300
commitcf5f0730b120b7fab34ebb100a0988c911c6f95a (patch)
tree0dc0cd3945cbd1876619ce0373554b31a4ad0cbc /libre
parente490f51ccc2251f982346294d39cc08d9c03bfa9 (diff)
downloadabslibre-cf5f0730b120b7fab34ebb100a0988c911c6f95a.tar.gz
abslibre-cf5f0730b120b7fab34ebb100a0988c911c6f95a.tar.bz2
abslibre-cf5f0730b120b7fab34ebb100a0988c911c6f95a.zip
hexchat-libre-2.9.5-4: updating revision
Diffstat (limited to 'libre')
-rw-r--r--libre/hexchat-libre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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
}