[arch-commits] Commit in hexchat/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Apr 3 10:32:24 UTC 2013


    Date: Wednesday, April 3, 2013 @ 12:32:24
  Author: alucryd
Revision: 87574

upgpkg: hexchat 2.9.5-4

Modified:
  hexchat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-03 10:22:42 UTC (rev 87573)
+++ PKGBUILD	2013-04-03 10:32:24 UTC (rev 87574)
@@ -4,17 +4,17 @@
 
 pkgname=hexchat
 pkgver=2.9.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A popular and easy to use graphical IRC (chat) client"
 arch=('i686' 'x86_64')
 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
 source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
 sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
@@ -24,7 +24,7 @@
 
 # Build
   ./autogen.sh
-  ./configure --prefix=/usr --enable-{shm,spell=gtkspell,textfe}
+  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
   make
 }
 




More information about the arch-commits mailing list