about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
AgeCommit message (Collapse)AuthorFilesLines
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
2022-05-04liferea: 1.12.9 -> 1.13.8José Romildo1-2/+2
2021-06-27pan: fix build and formatfortuneteller2k2-13/+1142
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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 Siraphob1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-8/+8
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át1-1/+1
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 Laporte1-3/+3
2020-06-11pan: add licenseMarkus Kowalewski1-3/+4
2020-06-05liferea: Update dependenciesJan Tojnar1-4/+2
dconf & librsvg are indirect and will be already available through wrapGAppsHook. libsecret replaces gnome-secret and is required for the keyring plug-in. Closes: https://github.com/NixOS/nixpkgs/issues/39650
2020-06-05liferea: Format with nixpkgs-fmtJan Tojnar1-10/+51
* Format with nixpkgs-fmt * Replace pkgconfig alias with pkg-config * Remove duplicate gsettings-desktop-schemas
2020-06-01treewide: replace SRI hashesDaiderd Jordan1-1/+1
2020-04-21quiterss: 0.19.3 -> 0.19.4Michael Weiss1-4/+5