summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/newsreaders
AgeCommit message (Collapse)Author
2024-04-02pan: 0.155 -> 0.157R. Ryantm
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
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 Trofimovich
Changes: https://github.com/lwindolf/liferea/releases/tag/v1.15.6
2024-02-09ehmry: reduce maintainershipEmery Hemingway
2024-01-13liferea: Do not set PYTHONPATHFederico Damián Schonborn
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-07Merge #278026: liferea: pull upstream fix for libxml2-2.12Vladimír Čunát
...into staging-next
2024-01-02liferea: pull upstream fix for libxml2-2.12 build failureSergei Trofimovich
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 Malaquias
liferea: 1.15.4 -> 1.15.5
2024-01-01liferea: 1.15.4 -> 1.15.5R. Ryantm
2023-12-31liferea: enable parallel buildsSergei Trofimovich
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. Ryantm
2023-10-31liferea: 1.15.3 -> 1.15.4R. Ryantm
2023-09-16liferea: 1.15.2 -> 1.15.3Yaya
https://github.com/lwindolf/liferea/releases/tag/v1.15.3
2023-08-31liferea: 1.15.1 -> 1.15.2R. Ryantm
2023-08-22Merge pull request #250707 from yayayayaka/liferea-1.15.1Jonas Heinrich
liferea: 1.15.0 -> 1.15.1
2023-08-22liferea: add yayayayaka to maintainersYaya
2023-08-22liferea: 1.15.0 -> 1.15.1Yaya
https://github.com/lwindolf/liferea/releases/tag/v1.15.1
2023-07-26Merge #239191: treewide: gobject-introspection from buildInputs to ↵Vladimír Čunát
nativeBuildInputs ...into staging
2023-07-25pan: 0.146 -> 0.154Chuang Zhu
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 nativeBuildInputsArtturin
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. Ryantm
2023-04-18liferea: 1.14.5 -> 1.15.0R. Ryantm
2023-04-14liferea: 1.14.4 -> 1.14.5R. Ryantm
2023-04-01liferea: 1.14.3 -> 1.14.4José Romildo
2023-03-29liferea: 1.14.2 -> 1.14.3José Romildo
2023-03-23liferea: 1.14.1 -> 1.14.2R. Ryantm
2023-03-13liferea: 1.14.0 -> 1.14.1R. Ryantm
2023-01-30slrn: build slrnpullKevin Boulain
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émie
2023-01-17liferea: 1.14-RC3 -> 1.14.0Sergei Trofimovich
2023-01-08raven-reader: 1.0.74 -> 1.0.78R. Ryantm
2022-12-23liferea: 1.14-RC2 -> 1.14-RC3R. Ryantm
2022-11-09Merge pull request #196007 from wegank/fdl11-removeSandro
2022-10-29liferea: 1.14-RC1 -> 1.14-RC2R. Ryantm
2022-10-27licenses: remove fdl11Weijia Wang
2022-10-12liferea: 1.13.9 -> 1.14-RC1R. Ryantm
2022-09-27treewide: no need to pass pname, version and attrPath to update scripts ↵José Romildo
based on generic-updater
2022-07-30raven-reader: 1.0.73 -> 1.0.74kilianar
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.74
2022-07-25liferea: 1.13.8 -> 1.13.9José Romildo
2022-07-25liferea: add update scriptJosé Romildo
2022-06-13raven-reader: 1.0.72 -> 1.0.73kilianar
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.73
2022-05-09raven-reader: init at 1.0.72P. R. d. O
2022-05-04liferea: 1.12.9 -> 1.13.8José Romildo
2021-06-27pan: fix build and formatfortuneteller2k
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-07liferea: remove myself from meta.maintainersVladimír Čunát
I haven't been really using it anymore recently, and fortunately we have another active maintainer :-)
2020-09-07liferea: 1.12.6 → 1.12.9Vincent Laporte
2020-06-11pan: add licenseMarkus Kowalewski