about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
AgeCommit message (Collapse)AuthorFilesLines
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly4-4/+4
2020-01-30quiterss: 0.19.2 -> 0.19.3Michael Weiss1-2/+2
2019-12-01pan: 0.145 -> 0.146R. RyanTM1-2/+2
2019-11-29quiterss: 0.19.1 -> 0.19.2Michael Weiss1-2/+2
2019-11-17quiterss: 0.19.0 -> 0.19.1Michael Weiss1-2/+2
2019-11-15quiterss: 0.18.12 -> 0.19.0Michael Weiss1-2/+2
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+2
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-08slrn: 1.0.2 -> 1.0.3aBenjamin Esham1-6/+5
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-7/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-25liferea: 1.12.4 -> 1.12.6Vincent Laporte1-6/+4
2018-12-25gcr: rename from gnome3.gcrworldofpeace1-2/+2
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-08-25pan: clean upJan Tojnar1-4/+4
2018-08-18quiterss: Set QT_PLUGIN_PATH (fixes a few problems)Michael Weiss1-2/+7
2018-08-12Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
Hydra: ?compare=1472947
2018-08-08liferea: 1.12.3 -> 1.12.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liferea/versions.
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+4
2018-07-24Merge staging-next into master (#44009)Frederik Rietdijk1-3/+2
* substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-03quiterss: 0.18.11 -> 0.18.12Michael Weiss2-164/+2
2018-06-06quiterss: 0.18.10 -> 0.18.11Michael Weiss2-4/+168
2018-05-26pan: 0.144 -> 0.145 (#40963)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pan/versions. These checks were done: - built on NixOS - /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145/bin/pan passed the binary check. - /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145/bin/.pan-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 0.145 with grep in /nix/store/myvdzpw4h622lqfbssrqq8iv0jlgmr3x-pan-0.145 - directory tree listing: https://gist.github.com/71c7135618028b366312a29248169c8f - du listing: https://gist.github.com/ab2cc751a6e4bb701fc4e8d6836d398e
2018-05-05liferea: 1.12.2 -> 1.12.3Jon Banafato1-2/+2
New patch release. Changelog at https://github.com/lwindolf/liferea/releases/tag/v1.12.3.
2018-04-17quiterss: 0.18.9 -> 0.18.10Michael Weiss1-2/+2
2018-03-21pan: ensure features we provide deps for are used, move to gtk3Will Dietz1-5/+15
2018-03-21pan: wrap to provide gpg2, which it crashes withoutWill Dietz1-2/+7
Fixes #37556.