From 8bd0ef69a201fbc4bd18e14815574cafdffb6e61 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 19 Jan 2013 02:28:37 -0200 Subject: xchat-libre-2.8.8-11.1: fixing our patches --- libre/xchat-libre/remove-non-free-suggestion.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libre/xchat-libre/remove-non-free-suggestion.patch') diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch index 9383db521..66be5e9ae 100644 --- a/libre/xchat-libre/remove-non-free-suggestion.patch +++ b/libre/xchat-libre/remove-non-free-suggestion.patch @@ -1,12 +1,13 @@ -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 @@ +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 @@ "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 !iceweasel '%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 */ -- cgit v1.2.3 From 75fd4563f2f0840164c579777d39ada9664e3eab Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 19 Jan 2013 02:44:01 -0200 Subject: xchat-libre-2.8.8-11.1: fixing error on remove-non-free-suggestion.patch --- libre/xchat-libre/PKGBUILD | 2 +- libre/xchat-libre/remove-non-free-suggestion.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/xchat-libre/remove-non-free-suggestion.patch') diff --git a/libre/xchat-libre/PKGBUILD b/libre/xchat-libre/PKGBUILD index 67e7f5777..c8cc9d72b 100644 --- a/libre/xchat-libre/PKGBUILD +++ b/libre/xchat-libre/PKGBUILD @@ -32,7 +32,7 @@ sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532' 'a053fba4e1911d1ee6a8248fe19e344797920fe3' '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1' 'aecaf6176a7cfd62555207b02f2793b360aa39da' - 'caec47173e382e75647d86c91b5aa4503e903fdb' + '5a58642e7da870e1d32f7c5da4e61b5c036f76eb' '20aef0ae608af6b30e1b4249f9c53830f8f514f6') build() { diff --git a/libre/xchat-libre/remove-non-free-suggestion.patch b/libre/xchat-libre/remove-non-free-suggestion.patch index 66be5e9ae..ab4b3dc7b 100644 --- a/libre/xchat-libre/remove-non-free-suggestion.patch +++ b/libre/xchat-libre/remove-non-free-suggestion.patch @@ -6,7 +6,7 @@ diff -Nur xchat-2.8.8.orig/src/common/xchat.c xchat-2.8.8/src/common/xchat.c 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 Iceweasel\n" "CMD !iceweasel '%s'\n\n"\ + "NAME Open Link in GNU IceCat\n" "CMD !icecat '%s'\n\n"; #ifdef USE_SIGACTION -- cgit v1.2.3