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

Eric Bélanger eric at archlinux.org
Sat Aug 21 06:13:36 UTC 2010


    Date: Saturday, August 21, 2010 @ 02:13:36
  Author: eric
Revision: 88210

upgpkg: xchat 2.8.8-3
Rebuilt for python2

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

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   13 +++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-08-21 05:18:14 UTC (rev 88209)
+++ ChangeLog	2010-08-21 06:13:36 UTC (rev 88210)
@@ -1,3 +1,8 @@
+2010-08-21  Eric Belanger  <eric at archlinux.org>
+
+	* xchat 2.8.8-3
+	* Rebuilt for python2
+
 2010-08-13  Ionut Biru <ibiru at archlinux.org>
 
 	* xchat 2.8.8-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-21 05:18:14 UTC (rev 88209)
+++ PKGBUILD	2010-08-21 06:13:36 UTC (rev 88210)
@@ -3,16 +3,17 @@
 
 pkgname=xchat
 pkgver=2.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based IRC client"
 arch=('i686' 'x86_64')
 url="http://www.xchat.org/"
 license=('GPL')
 depends=('gtk2' 'openssl' 'dbus-glib')
-makedepends=('tcl' 'perl' 'python')
+makedepends=('tcl' 'perl' 'python2')
 optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' \
-            'python: for python plugin')
+            'python2: for python plugin')
 options=('!libtool')
+changelog=ChangeLog
 source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 md5sums=('9a11f13121ff0af787bba3b014378e58')
 sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532')
@@ -20,11 +21,11 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \
-    --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static || return 1
-  make || return 1
+    --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list