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

Eric Bélanger eric at archlinux.org
Wed Sep 30 22:41:06 UTC 2009


    Date: Wednesday, September 30, 2009 @ 18:41:06
  Author: eric
Revision: 53432

upgpkg: xchat 2.8.6-5
    Rebuilt against perl 5.10.1-3

Modified:
  xchat/trunk/ChangeLog
  xchat/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   10 ++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-09-30 22:04:19 UTC (rev 53431)
+++ ChangeLog	2009-09-30 22:41:06 UTC (rev 53432)
@@ -1,3 +1,8 @@
+2009-09-30  Eric Belanger  <eric at archlinux.org>
+
+	* xchat 2.8.6-5
+	* Rebuilt against perl 5.10.1-3
+
 2009-09-28  Eric Belanger  <eric at archlinux.org>
 
 	* xchat 2.8.6-4

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-30 22:04:19 UTC (rev 53431)
+++ PKGBUILD	2009-09-30 22:41:06 UTC (rev 53432)
@@ -3,7 +3,7 @@
 
 pkgname=xchat
 pkgver=2.8.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A GTK+ based IRC client"
 arch=('i686' 'x86_64')
 url="http://www.xchat.org/"
@@ -25,11 +25,9 @@
   patch -p1 < ../xc286-smallfixes.diff || return 1
   patch -p1 < ../xchat-gtk2.patch || return 1
   patch -p1 < ../xchat-2.8.4-shm-pixmaps.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --enable-openssl --enable-dbus \
-              --disable-gnome --disable-textfe \
-	      --enable-ipv6 --enable-shm \
-	      --enable-spell=static || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \
+    --disable-gnome --disable-textfe --enable-ipv6 --enable-shm \
+    --enable-spell=static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list