From 57d1bfd28e5cc653bfcd392d2968ec1141038c5b Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 10 Feb 2011 10:43:06 -0300 Subject: xchat-libre-2.8.8-3 --- libre/xchat-libre/ChangeLog | 49 ++++++++++++++++++++++ libre/xchat-libre/PKGBUILD | 41 ++++++++++++++++++ libre/xchat-libre/remove-non-free-suggestion.patch | 12 ++++++ 3 files changed, 102 insertions(+) create mode 100644 libre/xchat-libre/ChangeLog create mode 100644 libre/xchat-libre/PKGBUILD create mode 100644 libre/xchat-libre/remove-non-free-suggestion.patch diff --git a/libre/xchat-libre/ChangeLog b/libre/xchat-libre/ChangeLog new file mode 100644 index 000000000..faa8383c8 --- /dev/null +++ b/libre/xchat-libre/ChangeLog @@ -0,0 +1,49 @@ +2010-08-21 Eric Belanger + + * xchat 2.8.8-3 + * Rebuilt for python2 + +2010-08-13 Ionut Biru + + * xchat 2.8.8-2 + * perl 5.12 rebuild + +2010-05-30 Eric Belanger + + * xchat 2.8.8-1 + * Upstream update + * Added python optdepends + * Removed old patches + +2010-03-29 Eric Belanger + + * Fixed buttons hotkey (close FS#17076) + +2009-09-30 Eric Belanger + + * xchat 2.8.6-5 + * Rebuilt against perl 5.10.1-3 + +2009-09-28 Eric Belanger + + * xchat 2.8.6-4 + * Fixed crash when transparent background is enabled (close FS#15360) + +2008-11-08 Eric Belanger + + * xchat 2.8.6-3 + * Rebuild for python-2.6 (close FS#11998) + * Applied gtk2 patch + +2008-09-05 Eric Belanger + + * xchat 2.8.6-2 + * Applied upstream maintenance patch + * Added tcl optdepends + +2008-06-13 Eric Belanger + + * xchat 2.8.6-1 + * Upstream update + * Added spell checking support (close FS#10395) + * Added ChangeLog diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD new file mode 100644 index 000000000..8262e03be --- /dev/null +++ b/libre/xchat-libre/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: Eric Belanger +# Maintainer: Henry Jensen + +pkgbasename=xchat +pkgname=xchat-libre +pkgver=2.8.8 +pkgrel=3 +pkgdesc="A GTK+ based IRC client without non-free browser reference" +arch=('i686' 'x86_64') +url="http://www.xchat.org/" +provides=("xchat=$pkgver") +replaces=('xchat') +conflicts=('xchat') +license=('GPL') +depends=('gtk2' 'openssl' 'dbus-glib') +makedepends=('tcl' 'perl' 'python2') +optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin' \ + 'python2: for python plugin') +options=('!libtool') +changelog=ChangeLog +source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgbasename}-${pkgver}.tar.xz remove-non-free-suggestion.patch) +md5sums=('9a11f13121ff0af787bba3b014378e58' + '47c665961f11a803e9a12007811a04c9') +sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532' + '05e673aa44813ddac8aabb251d5f0124efde91a2') + + + +build() { + cd "${srcdir}/${pkgbasename}-${pkgver}" + patch -p1 < ../remove-non-free-suggestion.patch + ./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-dbus \ + --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static + make +} + +package() { + cd "${srcdir}/${pkgbasename}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch new file mode 100644 index 000000000..8b0f4e41f --- /dev/null +++ b/libre/xchat-libre/remove-non-free-suggestion.patch @@ -0,0 +1,12 @@ +diff -urN xchat-2.8.8.orig/src/common/xchat.c xchat-2.8.8/src/common/xchat.c +--- xchat-2.8.8.orig/src/common/xchat.c 2010-05-16 07:04:45.000000000 +0000 ++++ xchat-2.8.8/src/common/xchat.c 2010-11-09 15:29:23.322458751 +0000 +@@ -602,7 +602,7 @@ + "NAME WII\n" "CMD quote WHOIS %2 %2\n\n"; + + static char defaultconf_urlhandlers[] = +- "NAME Open Link in Opera\n" "CMD !opera -remote 'openURL(%s)'\n\n"; ++ "NAME Open Link in Web Browser\n" "CMD !icecat 'openURL(%s)'\n\n"; + + #ifdef USE_SIGACTION + /* Close and open log files on SIGUSR1. Usefull for log rotating */ -- cgit v1.2.3