about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22liferea: 1.15.6 -> 1.15.7Yaya1-2/+2
- changelog: https://github.com/lwindolf/liferea/releases/tag/v1.15.7 - diff: https://github.com/lwindolf/liferea/compare/v1.15.6...v1.15.7
2024-06-22treewide: remove wolfangaukang as maintainerP.1-1/+1
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt3-3/+3
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-11Merge pull request #308387 from r-ryantm/auto-update/panWeijia Wang1-2/+2
pan: 0.157 -> 0.158
2024-05-01pan: 0.157 -> 0.158R. Ryantm1-2/+2
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-2/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-02pan: 0.155 -> 0.157R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-17liferea: 1.15.5 -> 1.15.6Sergei Trofimovich1-13/+2
Changes: https://github.com/lwindolf/liferea/releases/tag/v1.15.6
2024-02-09ehmry: reduce maintainershipEmery Hemingway1-1/+0
2024-01-13liferea: Do not set PYTHONPATHFederico Damián Schonborn1-8/+3
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-07Merge #278026: liferea: pull upstream fix for libxml2-2.12Vladimír Čunát1-0/+11
...into staging-next
2024-01-02liferea: pull upstream fix for libxml2-2.12 build failureSergei Trofimovich1-0/+11
Without the change `liferea` fails to buil on `staging-next` as: ../../src/node_type.h:62:64: error: unknown type name 'xmlNodePtr'; did you mean 'nodePtr'? 62 | void (*export) (nodePtr node, xmlNodePtr cur, gboolean trusted); | ^~~~~~~~~~ | nodePtr Co-authored-by: José Romildo Malaquias <malaquias@gmail.com>
2024-01-02Merge pull request #278077 from r-ryantm/auto-update/lifereaJosé Romildo Malaquias1-2/+2
liferea: 1.15.4 -> 1.15.5
2024-01-01liferea: 1.15.4 -> 1.15.5R. Ryantm1-2/+2
2023-12-31liferea: enable parallel buildsSergei Trofimovich1-0/+2
Before the change liferea took 41 seconds to build on my machine. After the change it takes 11 seconds. Almost 4x speedup.
2023-11-18pan: 0.154 -> 0.155R. Ryantm1-2/+2
2023-10-31liferea: 1.15.3 -> 1.15.4R. Ryantm1-2/+2
2023-09-16liferea: 1.15.2 -> 1.15.3Yaya1-2/+2
https://github.com/lwindolf/liferea/releases/tag/v1.15.3
2023-08-31liferea: 1.15.1 -> 1.15.2R. Ryantm1-2/+2
2023-08-22Merge pull request #250707 from yayayayaka/liferea-1.15.1Jonas Heinrich1-2/+2
liferea: 1.15.0 -> 1.15.1
2023-08-22liferea: add yayayayaka to maintainersYaya1-1/+1
2023-08-22liferea: 1.15.0 -> 1.15.1Yaya1-2/+2
https://github.com/lwindolf/liferea/releases/tag/v1.15.1
2023-07-26Merge #239191: treewide: gobject-introspection from buildInputs to ↵Vladimír Čunát1-1/+1
nativeBuildInputs ...into staging
2023-07-25pan: 0.146 -> 0.154Chuang Zhu2-1127/+13
According to https://pan.rebelbase.com/download/, newer versions are released on https://gitlab.gnome.org/GNOME/pan/
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin1-1/+1
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
2023-06-04raven-reader: 1.0.78 -> 1.0.80R. Ryantm1-2/+2
2023-04-18liferea: 1.14.5 -> 1.15.0R. Ryantm1-2/+2
2023-04-14liferea: 1.14.4 -> 1.14.5R. Ryantm1-2/+2
2023-04-01liferea: 1.14.3 -> 1.14.4José Romildo2-28/+2
2023-03-29liferea: 1.14.2 -> 1.14.3José Romildo2-2/+28
2023-03-23liferea: 1.14.1 -> 1.14.2R. Ryantm1-2/+2
2023-03-13liferea: 1.14.0 -> 1.14.1R. Ryantm1-2/+2
2023-01-30slrn: build slrnpullKevin Boulain1-0/+1
As explained in its documentation, also build slrnpull when building slrn: https://github.com/jedsoft/slrn/blob/master/doc/slrnpull/SETUP
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2023-01-17liferea: 1.14-RC3 -> 1.14.0Sergei Trofimovich1-2/+2
2023-01-08raven-reader: 1.0.74 -> 1.0.78R. Ryantm1-2/+2
2022-12-23liferea: 1.14-RC2 -> 1.14-RC3R. Ryantm1-2/+2
2022-11-09Merge pull request #196007 from wegank/fdl11-removeSandro1-1/+1
2022-10-29liferea: 1.14-RC1 -> 1.14-RC2R. Ryantm1-2/+2
2022-10-27licenses: remove fdl11Weijia Wang1-1/+1
2022-10-12liferea: 1.13.9 -> 1.14-RC1R. Ryantm1-2/+2
2022-09-27treewide: no need to pass pname, version and attrPath to update scripts ↵José Romildo1-1/+0
based on generic-updater
2022-07-30raven-reader: 1.0.73 -> 1.0.74kilianar1-2/+2
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.74
2022-07-25liferea: 1.13.8 -> 1.13.9José Romildo1-2/+2
2022-07-25liferea: add update scriptJosé Romildo1-0/+7
2022-06-13raven-reader: 1.0.72 -> 1.0.73kilianar1-2/+2
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.73
2022-05-09raven-reader: init at 1.0.72P. R. d. O1-0/+38