summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-30 22:37:17 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-30 22:37:17 -0200
commit10e71887fad2b4b835a540ea8c2ed97701ce7d1e (patch)
tree6f9a574fc91d06e6db834a4d2fa5ab40194a99e6
parent06257acf719fd0f3f072f5c0f8fcd91b66bf51d1 (diff)
xchat-libre-2.8.8-12: updating revision
* Fix hand cursor (close https://bugs.archlinux.org/task/33213) * Update remove-non-free-suggestion.patch, those changes were taken from gnewsense patch https://lists.gnu.org/archive/html/gnu-linux-libre/2010-09/msg00096.html It could solve the problem reported on https://labs.parabola.nu/issues/222
-rw-r--r--libre/xchat-libre/PKGBUILD7
-rw-r--r--libre/xchat-libre/remove-non-free-suggestion.patch10
2 files changed, 8 insertions, 9 deletions
diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD
index c8cc9d72b..b8ccbb07b 100644
--- a/libre/xchat-libre/PKGBUILD
+++ b/libre/xchat-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 173686 2012-12-21 02:00:14Z eric $
+# $Id: PKGBUILD 176357 2013-01-30 21:29:22Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
# Maintainer (ConnochaetOS): Henry Jensen <hjensen@connochaetos.org>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
@@ -6,7 +6,7 @@
_pkgname=xchat
pkgname=xchat-libre
pkgver=2.8.8
-pkgrel=11.1
+pkgrel=12
pkgdesc="A GTK+ based IRC client without non-free browser reference"
arch=('i686' 'x86_64')
url="http://www.xchat.org/"
@@ -32,11 +32,12 @@ sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
'a053fba4e1911d1ee6a8248fe19e344797920fe3'
'70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
'aecaf6176a7cfd62555207b02f2793b360aa39da'
- '5a58642e7da870e1d32f7c5da4e61b5c036f76eb'
+ 'e6a3b69ba333fc7ba0f70792d78d44fba7c4a911'
'20aef0ae608af6b30e1b4249f9c53830f8f514f6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
+ sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch
index ab4b3dc7b..e51520794 100644
--- a/libre/xchat-libre/remove-non-free-suggestion.patch
+++ b/libre/xchat-libre/remove-non-free-suggestion.patch
@@ -1,13 +1,11 @@
-diff -Nur 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 04:04:45.000000000 -0300
-+++ xchat-2.8.8/src/common/xchat.c 2013-01-19 01:56:02.243813379 -0200
-@@ -602,7 +602,8 @@
+--- xchat-2.8.8.orig/src/common/xchat.c 2010-05-16 04:04:45.000000000 -0300
++++ xchat-2.8.8/src/common/xchat.c 2013-01-30 22:23:44.481258504 -0200
+@@ -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 Iceweasel\n" "CMD !iceweasel '%s'\n\n"\
-+ "NAME Open Link in GNU IceCat\n" "CMD !icecat '%s'\n\n";
++ "" "";
#ifdef USE_SIGACTION
/* Close and open log files on SIGUSR1. Usefull for log rotating */