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

Eric Belanger eric at archlinux.org
Sat Sep 6 03:26:39 UTC 2008


    Date: Friday, September 5, 2008 @ 23:26:39
  Author: eric
Revision: 11891

upgpkg: xchat 2.8.6-2
    Applied upstream maintenance patch, Added tcl optdepends

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

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   16 +++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-09-06 03:23:36 UTC (rev 11890)
+++ ChangeLog	2008-09-06 03:26:39 UTC (rev 11891)
@@ -1,3 +1,9 @@
+2008-09-05  Eric Belanger  <eric at archlinux.org>
+
+	* xchat 2.8.6-2
+	* Applied upstream maintenance patch
+	* Added tcl optdepends
+
 2008-06-13  Eric Belanger  <eric at archlinux.org>
 
 	* xchat 2.8.6-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-06 03:23:36 UTC (rev 11890)
+++ PKGBUILD	2008-09-06 03:26:39 UTC (rev 11891)
@@ -3,26 +3,28 @@
 
 pkgname=xchat
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based IRC client"
 arch=('i686' 'x86_64')
 url="http://www.xchat.org/"
 license=('GPL')
 depends=('gtk2>=2.10.9' 'openssl>=0.9.8b' 'dbus-glib>=0.7.2')
 makedepends=('tcl' 'perl' 'python')
-optdepends=('enchant: for spell checking support')
+optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin')
 options=('!libtool')
-source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1f2670865d43a23a9abc596dde999aca')
-sha1sums=('7a7463e65cb26c680ed70dd96cec98bcc05435a4')
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 \
+        http://www.xchat.org/files/source/2.8/patches/xc286-smallfixes.diff)
+md5sums=('1f2670865d43a23a9abc596dde999aca' 'eb68b6261bf6740cb5f223627eb8f384')
+sha1sums=('7a7463e65cb26c680ed70dd96cec98bcc05435a4' 'b13eb421f6d72fca195b398c606d9413aec57fc4')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 < ../xc286-smallfixes.diff || 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=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list