summaryrefslogtreecommitdiff
path: root/libre/xchat-libre
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-10 10:43:06 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-10 10:43:06 -0300
commit57d1bfd28e5cc653bfcd392d2968ec1141038c5b (patch)
tree57658e7a057b459badda1e33be060f93f70d1b35 /libre/xchat-libre
parent9bac70f5cfe1d8cd9455d123a0918b17a0510de2 (diff)
xchat-libre-2.8.8-3
Diffstat (limited to 'libre/xchat-libre')
-rw-r--r--libre/xchat-libre/ChangeLog49
-rw-r--r--libre/xchat-libre/PKGBUILD41
-rw-r--r--libre/xchat-libre/remove-non-free-suggestion.patch12
3 files changed, 102 insertions, 0 deletions
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 <eric@archlinux.org>
+
+ * xchat 2.8.8-3
+ * Rebuilt for python2
+
+2010-08-13 Ionut Biru <ibiru@archlinux.org>
+
+ * xchat 2.8.8-2
+ * perl 5.12 rebuild
+
+2010-05-30 Eric Belanger <eric@archlinux.org>
+
+ * xchat 2.8.8-1
+ * Upstream update
+ * Added python optdepends
+ * Removed old patches
+
+2010-03-29 Eric Belanger <eric@archlinux.org>
+
+ * Fixed buttons hotkey (close FS#17076)
+
+2009-09-30 Eric Belanger <eric@archlinux.org>
+
+ * xchat 2.8.6-5
+ * Rebuilt against perl 5.10.1-3
+
+2009-09-28 Eric Belanger <eric@archlinux.org>
+
+ * xchat 2.8.6-4
+ * Fixed crash when transparent background is enabled (close FS#15360)
+
+2008-11-08 Eric Belanger <eric@archlinux.org>
+
+ * xchat 2.8.6-3
+ * Rebuild for python-2.6 (close FS#11998)
+ * Applied gtk2 patch
+
+2008-09-05 Eric Belanger <eric@archlinux.org>
+
+ * xchat 2.8.6-2
+ * Applied upstream maintenance patch
+ * Added tcl optdepends
+
+2008-06-13 Eric Belanger <eric@archlinux.org>
+
+ * 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 <eric@archlinux.org>
+# Maintainer: Henry Jensen <hjensen@connochaetos.org>
+
+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 */