summaryrefslogtreecommitdiff
path: root/libre/liferea/remove-non-free-suggestions.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-08 16:13:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-08 16:34:52 -0300
commitc12d05f59af1daf1bcc765fc01adc15db6064a65 (patch)
treeab7ba1e0808f6668ca49af857873dda19d04e05e /libre/liferea/remove-non-free-suggestions.patch
parent73124496d18aaaaa74d07248f5285ede0f0e2630 (diff)
downloadabslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.tar.gz
abslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.tar.bz2
abslibre-c12d05f59af1daf1bcc765fc01adc15db6064a65.zip
liferea: remove package from [libre] since it does not contain nonfree suggestions anymore
Diffstat (limited to 'libre/liferea/remove-non-free-suggestions.patch')
-rw-r--r--libre/liferea/remove-non-free-suggestions.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/libre/liferea/remove-non-free-suggestions.patch b/libre/liferea/remove-non-free-suggestions.patch
deleted file mode 100644
index b2a01bb49..000000000
--- a/libre/liferea/remove-non-free-suggestions.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -Nur liferea-1.10.15.orig/src/browser.c liferea-1.10.15/src/browser.c
---- liferea-1.10.15.orig/src/browser.c 2015-04-20 18:22:55.000000000 -0300
-+++ liferea-1.10.15/src/browser.c 2015-05-11 05:02:46.503659599 -0300
-@@ -35,23 +35,16 @@
- NULL, NULL
- },
- {
-- /* tested with Firefox 1.5 and 2.0 */
-- "firefox", "Firefox", "firefox \"%s\"",
-- "firefox \"%s\"", NULL,
-- "firefox -a firefox -new-window \"%s\"", NULL,
-- "firefox -a firefox -new-tab \"%s\"", NULL
-+ "icecat", "Icecat", "icecat \"%s\"",
-+ "icecat \"%s\"", NULL,
-+ "icecat -a icecat -new-window \"%s\"", NULL,
-+ "icecat -a icecat -new-tab \"%s\"", NULL
- },
- {
-- "google-chrome", "Chrome", "google-chrome \"%s\"",
-- NULL, NULL,
-- NULL, NULL,
-- NULL, NULL
-- },
-- {
-- "opera", "Opera", "opera \"%s\"",
-- "opera \"%s\"", "opera -remote \"openURL(%s)\"",
-- "opera -newwindow \"%s\"", NULL,
-- "opera -newpage \"%s\"", NULL
-+ "iceweasel", "Iceweasel", "iceweasel \"%s\"",
-+ "iceweasel \"%s\"", NULL,
-+ "iceweasel -a iceweasel -new-window \"%s\"", NULL,
-+ "iceweasel -a iceweasel -new-tab \"%s\"", NULL
- },
- {
- "epiphany", "Epiphany", "epiphany \"%s\"",
-@@ -60,13 +53,6 @@
- "epiphany -n \"%s\"", NULL
- },
- {
-- /* tested with SeaMonkey 1.0.6 */
-- "mozilla", "Mozilla", "mozilla %s",
-- NULL, "mozilla -remote openURL(%s)",
-- NULL, "mozilla -remote 'openURL(%s,new-window)'",
-- NULL, "mozilla -remote 'openURL(%s,new-tab)'"
-- },
-- {
- "konqueror", "Konqueror", "kfmclient openURL \"%s\"",
- NULL, NULL,
- NULL, NULL,