Package: liferea / 1.12.6-1+deb10u1

Metadata

Package Version Patches format
liferea 1.12.6-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian example feeds.patch | (download)

opml/feedlist_bg.opml | 1 1 + 0 - 0 !
opml/feedlist_ca.opml | 1 1 + 0 - 0 !
opml/feedlist_de.opml | 1 1 + 0 - 0 !
opml/feedlist_en.opml | 1 1 + 0 - 0 !
opml/feedlist_es.opml | 1 1 + 0 - 0 !
opml/feedlist_eu.opml | 1 1 + 0 - 0 !
opml/feedlist_fr.opml | 3 3 + 0 - 0 !
opml/feedlist_gl.opml | 1 1 + 0 - 0 !
opml/feedlist_he.opml | 1 1 + 0 - 0 !
opml/feedlist_hu.opml | 1 1 + 0 - 0 !
opml/feedlist_it.opml | 1 1 + 0 - 0 !
opml/feedlist_nl.opml | 1 1 + 0 - 0 !
opml/feedlist_pl.opml | 1 1 + 0 - 0 !
opml/feedlist_pt.opml | 2 2 + 0 - 0 !
opml/feedlist_pt_BR.opml | 2 2 + 0 - 0 !
opml/feedlist_sk.opml | 1 1 + 0 - 0 !
opml/feedlist_sv.opml | 1 1 + 0 - 0 !
17 files changed, 21 insertions(+)

 add the debian planets to the example feed lists.
www browser.patch | (download)

net.sf.liferea.gschema.xml.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 www-browser by franz pletz <fpletz@franz-pletz.org>
 Add Debian's x-www-browser as external browser option. (Closes: 415314)
fix FTBFS on missing file POTFILES.IN.patch | (download)

po/POTFILES.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
34d26be00328a68d2f1625c78b54dc168da0648e.patch | (download)

src/webkit/webkit.c | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 [patch] register liferea custom scheme, fixes #973

It used to be enought to declare the liferea custom scheme as local to
access resources with file scheme, but for WebKit2Gtk >= 2.32 it looks
like it is necessary to register the custom scheme with a handler.

The handler doesn't do anything interesting for now as we just pass the
content with webkit_web_view_load_bytes and use the file scheme to
access resources, but it could be used to load Liferea resources in the
future ...