about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
AgeCommit message (Collapse)AuthorFilesLines
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.
2018-03-21pan: 0.139 -> 0.144Will Dietz1-4/+4
2018-03-14liferea: 1.12.1 -> 1.12.2Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/liferea -h` got 0 exit code - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/liferea --help` got 0 exit code - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/liferea -v` and found version 1.12.2 - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/liferea --version` and found version 1.12.2 - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/.liferea-wrapped -h` got 0 exit code - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/.liferea-wrapped --help` got 0 exit code - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/.liferea-wrapped -v` and found version 1.12.2 - ran `/nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2/bin/.liferea-wrapped --version` and found version 1.12.2 - found 1.12.2 with grep in /nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2 - found 1.12.2 in filename of file in /nix/store/wjf8q5k0hh2vcjw65v2skcn54pq3vb0q-liferea-1.12.2
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar2-8/+8
2018-02-18redshift, liferea: remove the extra cache fileVladimír Čunát1-0/+1
They're not really useful and cause collisions in envs.
2017-12-27liferea: 1.12.0 -> 1.12.1Jon Banafato1-2/+2
Liferea has a new bugfix release.
2017-12-16liferea: 1.12-rc3 -> 1.12.0Vladimír Čunát1-2/+2
2017-12-03quiterss: 0.18.8 -> 0.18.9Michael Weiss1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-25quiterss: 0.18.7 -> 0.18.8Michael Weiss1-2/+2
2017-08-24quiterss: 0.18.6 -> 0.18.7Michael Weiss1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-20quiterss: 0.18.5 -> 0.18.6Michael Weiss1-2/+2
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-6/+2
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+3