[arch-commits] CVS update of arch/build/network/xchat (3 files)

Eric Belanger eric at archlinux.org
Tue Jul 3 23:05:13 UTC 2007


    Date: Tuesday, July 3, 2007 @ 19:05:13
  Author: eric
    Path: /home/cvs-arch/arch/build/network/xchat

Modified: PKGBUILD (1.51 -> 1.52)
 Removed: 2.6.8-compile.patch (1.1) 2.8.2-fe-text-vartype.patch (1.1)

upgpkg: xchat 2.8.4-1
added license, disabled textfe (no longer maintained/supported upstream)


-----------------------------+
 2.6.8-compile.patch         |   33 ---------------------------------
 2.8.2-fe-text-vartype.patch |   10 ----------
 PKGBUILD                    |   21 +++++++++++----------
 3 files changed, 11 insertions(+), 53 deletions(-)


Index: arch/build/network/xchat/2.6.8-compile.patch
diff -u arch/build/network/xchat/2.6.8-compile.patch:1.1 arch/build/network/xchat/2.6.8-compile.patch:removed
--- arch/build/network/xchat/2.6.8-compile.patch:1.1	Fri Oct 27 03:05:47 2006
+++ arch/build/network/xchat/2.6.8-compile.patch	Tue Jul  3 19:05:13 2007
@@ -1,33 +0,0 @@
---- src/fe-text/fe-text.c	2006/07/16 04:35:04	1.31
-+++ src/fe-text/fe-text.c	2006/10/25 04:18:07	1.32
-@@ -584,7 +584,7 @@
- {
- }
- void
--fe_set_tab_color (struct session *sess, int col, int flash)
-+fe_set_tab_color (struct session *sess, int col)
- {
- }
- void
-@@ -759,7 +759,7 @@
- {
- }
- void
--fe_lastlog (session * sess, session * lastlog_sess, char *sstr)
-+fe_lastlog (session * sess, session * lastlog_sess, char *sstr, gboolean regexp)
- {
- }
- void
-@@ -845,3 +845,12 @@
- fe_server_event (server *serv, int type, int arg)
- {
- }
-+void
-+fe_flash_window (struct session *sess)
-+{
-+}
-+void fe_get_file (const char *title, char *initial,
-+				 void (*callback) (void *userdata, char *file), void *userdata,
-+				 int flags)
-+{
-+}
Index: arch/build/network/xchat/2.8.2-fe-text-vartype.patch
diff -u arch/build/network/xchat/2.8.2-fe-text-vartype.patch:1.1 arch/build/network/xchat/2.8.2-fe-text-vartype.patch:removed
--- arch/build/network/xchat/2.8.2-fe-text-vartype.patch:1.1	Fri Apr 27 17:41:15 2007
+++ arch/build/network/xchat/2.8.2-fe-text-vartype.patch	Tue Jul  3 19:05:13 2007
@@ -1,10 +0,0 @@
---- src/fe-text/fe-text.c.orig	2007-04-10 19:00:26.000000000 +0200
-+++ src/fe-text/fe-text.c	2007-04-10 19:00:42.000000000 +0200
-@@ -856,6 +856,6 @@
- }
- void fe_tray_set_flash (const char *filename1, const char *filename2, int timeout){}
- void fe_tray_set_file (const char *filename){}
--void fe_tray_set_icon (int icon){}
-+void fe_tray_set_icon (feicon icon){}
- void fe_tray_set_tooltip (const char *text){}
- void fe_tray_set_balloon (const char *title, const char *text){}
Index: arch/build/network/xchat/PKGBUILD
diff -u arch/build/network/xchat/PKGBUILD:1.51 arch/build/network/xchat/PKGBUILD:1.52
--- arch/build/network/xchat/PKGBUILD:1.51	Fri Apr 27 17:41:15 2007
+++ arch/build/network/xchat/PKGBUILD	Tue Jul  3 19:05:13 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.51 2007/04/27 21:41:15 andyrtr Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.52 2007/07/03 23:05:13 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+
 pkgname=xchat
-pkgver=2.8.2
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="A GTK+ based IRC client"
-arch=(i686 x86_64)
+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')
-options=('nolibtool')
-source=(http://www.xchat.org/files/source/2.8/${pkgname}-${pkgver}.tar.bz2
-	2.8.2-fe-text-vartype.patch)
-md5sums=('d87a93bcd39d96ff3a3d0f8199efcf12' '7833847ce839c0aafb6623d7dc096528')
+options=('!libtool')
+source=(http://www.xchat.org/files/source/2.8/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('66d60febc62a01bafac9bb3a35fb37ae')
+sha1sums=('6ac509624c241edfac5d53d9d4ece63d917613d6')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/2.8.2-fe-text-vartype.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
               --enable-openssl --enable-dbus \
-              --disable-gnome --enable-textfe \
+              --disable-gnome --disable-textfe \
 	      --enable-ipv6 --enable-shm \
 	      --enable-spell=none
   make || return 1




More information about the arch-commits mailing list