Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RSS support #200

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3 python3-pip libgtk-3-dev gcc libgeoip-dev gettext libappstream-dev appstream-util libcurl4-openssl-dev libjson-glib-dev libmrss0-dev libproxy-dev
sudo apt-get install python3 python3-pip libgtk-3-dev gcc libgeoip-dev gettext libappstream-dev appstream-util libcurl4-openssl-dev libjson-glib-dev libproxy-dev
# Meson is too old on ubuntu
pip3 install --no-input meson ninja
- name: meson configure
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ system:
### Optional Dependencies
The following packages are optional dependencies:

- libmrss >= 0.18, RSS feed support
- libproxy, HTTP proxy support
- libgeoip, country of origin of peers
- libappindicator or libayatana-appindicator3, Application tray support
Expand Down
5 changes: 0 additions & 5 deletions extern/rss-glib/meson.build

This file was deleted.

58 changes: 0 additions & 58 deletions extern/rss-glib/rss-document-private.h

This file was deleted.

Loading