[arch-commits] Commit in xchat/repos (3 files)

Eric Belanger eric at archlinux.org
Sat Sep 6 04:20:36 UTC 2008


    Date: Saturday, September 6, 2008 @ 00:20:35
  Author: eric
Revision: 11894

Merged revisions 2727-11893 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xchat/trunk

........
  r11891 | eric | 2008-09-05 23:26:39 -0400 (Fri, 05 Sep 2008) | 2 lines
  
  upgpkg: xchat 2.8.6-2
      Applied upstream maintenance patch, Added tcl optdepends
........

Modified:
  xchat/repos/extra-i686/	(properties)
  xchat/repos/extra-i686/ChangeLog
  xchat/repos/extra-i686/PKGBUILD

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


Property changes on: xchat/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xchat/trunk:1-2726
   + /xchat/trunk:1-11893

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2008-09-06 03:41:08 UTC (rev 11893)
+++ extra-i686/ChangeLog	2008-09-06 04:20:35 UTC (rev 11894)
@@ -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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-09-06 03:41:08 UTC (rev 11893)
+++ extra-i686/PKGBUILD	2008-09-06 04:20:35 UTC (rev 11894)
@@ -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