summaryrefslogtreecommitdiff
path: root/libre/xchat-libre/no-firefox.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 03:41:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 03:41:53 -0300
commit10faba497d672cda16b989f4d7d7bd359a3f097b (patch)
tree920ddcc3b50c14807b42456eb8017594d4432550 /libre/xchat-libre/no-firefox.patch
parentc54c235da9f4322a2ad352fd43c5bc875f1daf2d (diff)
downloadabslibre-10faba497d672cda16b989f4d7d7bd359a3f097b.tar.gz
abslibre-10faba497d672cda16b989f4d7d7bd359a3f097b.tar.bz2
abslibre-10faba497d672cda16b989f4d7d7bd359a3f097b.zip
xchat: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/xchat-libre/no-firefox.patch')
-rw-r--r--libre/xchat-libre/no-firefox.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/xchat-libre/no-firefox.patch b/libre/xchat-libre/no-firefox.patch
deleted file mode 100644
index 60c4846ee..000000000
--- a/libre/xchat-libre/no-firefox.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur xchat-2.8.8.orig/src/fe-gtk/fe-gtk.c xchat-2.8.8/src/fe-gtk/fe-gtk.c
---- xchat-2.8.8.orig/src/fe-gtk/fe-gtk.c 2010-05-16 00:15:42.000000000 -0300
-+++ xchat-2.8.8/src/fe-gtk/fe-gtk.c 2013-01-19 02:11:00.691529212 -0200
-@@ -955,8 +955,10 @@
- return;
- }
-
-- /* everything failed, what now? just try firefox */
-- if (try_browser ("firefox", NULL, url))
-+ /* everything failed, what now? just try iceweasel or icecat */
-+ if (try_browser ("iceweasel", NULL, url))
-+ return;
-+ if (try_browser ("icecat", NULL, url))
- return;
-
- /* fresh out of ideas... */