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

feat: add RSS feed reader for Bluefin/Aurora changelogs #1860

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
feat: add RSS feed reader for Bluefin/Aurora changelogs
  • Loading branch information
tulilirockz committed Nov 2, 2024
commit 7a6ae29fad3891ce8f3c58ee2e346f140f0a3f9c
3 changes: 3 additions & 0 deletions build_files/copr-repos.sh
Original file line number Diff line number Diff line change
@@ -88,3 +88,6 @@ rm /etc/yum.repos.d/_copr_sentry-switcheroo-control_discrete.repo

# Add Nerd Fonts
curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo

# RSS changelog viewer
curl -Lo /etc/yum.repos.d/_copr_tulilirockz-juicerss-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/tulilirockz/juicerss/repo/fedora-"${FEDORA_MAJOR_VERSION}"/tulilirockz-juicerss-fedora-"${FEDORA_MAJOR_VERSION}".repo
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@
"input-leap",
"input-remapper",
"jetbrains-mono-fonts-all",
"juicerss",
"libimobiledevice",
"libxcrypt-compat",
"libsss_autofs",
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Changelog
Comment=See the operating system version changelog
Icon=ublue-changelog
Categories=ConsoleOnly;System;
Terminal=true
Exec=/usr/bin/ujust changelog
101 changes: 101 additions & 0 deletions system_files/shared/usr/share/pixmaps/ublue-changelog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nerd_fonts = true
list_format = "extended"

[[feeds]]
name = "Bluefin and Aurora Updates"
url = "https://github.com/ublue-os/bluefin/releases.atom"
enabled = true

Original file line number Diff line number Diff line change
@@ -39,4 +39,4 @@ alias changelog := changelogs

# Show the changelog
changelogs:
rpm-ostree db diff --changelogs
/usr/bin/juicerss --config=/usr/share/ublue-os/changelog.config.toml