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

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Sep 13 07:40:07 UTC 2013


    Date: Friday, September 13, 2013 @ 09:40:07
  Author: alucryd
Revision: 97109

Reverting to pango: hexchat 2.9.6-2

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-13 06:18:23 UTC (rev 97108)
+++ PKGBUILD	2013-09-13 07:40:07 UTC (rev 97109)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A popular and easy to use graphical IRC (chat) client"
 arch=('i686' 'x86_64')
 url="http://www.hexchat.org/"
@@ -22,7 +22,7 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe,xft}
+  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe}
   make
 }
 




More information about the arch-commits mailing list