[arch-commits] Commit in xchat-gnome/trunk (PKGBUILD)
    Allan McRae 
    allan at archlinux.org
       
    Thu Apr  1 12:45:00 UTC 2010
    
    
  
    Date: Thursday, April 1, 2010 @ 08:44:59
  Author: allan
Revision: 75388
upgpkg: xchat-gnome 0.26.1-3
openssl rebuild
Modified:
  xchat-gnome/trunk/PKGBUILD
----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 12:41:50 UTC (rev 75387)
+++ PKGBUILD	2010-04-01 12:44:59 UTC (rev 75388)
@@ -4,7 +4,7 @@
 
 pkgname=xchat-gnome
 pkgver=0.26.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME frontend to the popular X-Chat IRC client."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,12 +17,15 @@
             'python: plugin'
             'tcl: plugin')
 install=xchat-gnome.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.26/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e355d71d76cd97a0764e37bfacf09101')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.26/${pkgname}-${pkgver}.tar.gz
+        gtk2-2.20.patch)
+md5sums=('e355d71d76cd97a0764e37bfacf09101'
+         'dafc2536a0c5ee3f8015af81fce69656')
 options=('!libtool')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
+  patch -Np1 -i $srcdir/gtk2-2.20.patch
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-static \
    
    
More information about the arch-commits
mailing list