aboutsummaryrefslogtreecommitdiff
*.scm       diff=scheme
*.scm.in    diff=scheme
*.texi      diff=texinfo
log/gnu/packages/syndication.scm?id=67c30ff8ad2c729417c9ae24320552e163816a69'>syndication.scm
AgeCommit message (Expand)Author
2022-05-31gnu: Remove rawdog....* gnu/packages/syndication.scm (rawdog): Delete variable. Maxim Cournoyer
2022-04-26gnu: gfeeds: Make it start....This change patches the version of WebKit required by the program to a version available in Guix, so that the program actually starts. * gnu/packages/syndication.scm (gfeeds)[arguments]: Require WebKit2 4.1 instead of 4.0, which is not available. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Luis Felipe
2022-03-18gnu: feh, newsboat: Inline top-level reference to 'curl'....These references introduced top-level circular dependencies. Furthermore, they were inaccurate since only CURL_CA_BUNDLE is honored. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Remove top-level reference to 'curl'; inline "CURL_CA_BUNDLE" spec. * gnu/packages/syndication.scm (newsboat)[native-search-paths]: Likewise. Ludovic Courtès
2022-02-16gnu: Remove QuiteRSS due to dependency on QtWebKit....According to the upstream developers, "Unfortunately, qtwebkit won't work without it. Everything is very much tied to qtwebkit." https://github.com/QuiteRSS/quiterss/issues/1470 Additionally, there is no work being done to remove this dependency: https://github.com/QuiteRSS/quiterss/issues/909 Other distros are removing this package as part of the effort to remove QtWebKit: https://bugzilla.redhat.com/show_bug.cgi?id=1872819 https://bugs.gentoo.org/687840 See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/syndication.scm (quiterss): Remove variable. Leo Famulari
2022-01-25gnu: newsboat: Add release-monitoring-url....* gnu/packages/syndication.scm (newsboat)[properties]: New field. Efraim Flashner
2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer
2022-01-10gnu: rust-bitflags-1: Absorb rust-bitflags-1.3....* gnu/packages/crates-io.scm (rust-bitflags-1.3): Delete variable, absorbed into... (rust-bitflags-1): ... this one. * gnu/packages/syndication.scm (newsboat)[cargo-inputs]: Adjust to use rust-bitflags-1. Maxim Cournoyer
2022-01-14gnu: newsboat: Update to 2.26....* gnu/packages/syndication.scm (newsboat): Update to 2.26. [cargo-inputs]: Remove rust-clap-2. Add rust-lexopt-0.2, rust-md5-0.7. Efraim Flashner