about summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-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-01-04python311Packages.eyed3: rename from eyeD3Felix Buehler1-1/+1
2023-11-11maintainers: remove skeidelFrancesco Gazzetta1-1/+1
* Has been inactive for over 3 years https://github.com/svenkeidel?tab=overview&from=2020-12-01&to=2020-12-31&org=NixOS * Is not responsive https://github.com/NixOS/nixpkgs/pull/249917
2023-10-28gpodder: 3.11.3 -> 3.11.4R. Ryantm1-2/+2
2023-10-09Merge pull request #257893 from ToxicFrog/gpo-mutagenmaxine1-0/+1
gpodder: add mutagen to propagatedBuildInputs
2023-10-03gpodder: 3.11.1 -> 3.11.3R. Ryantm1-2/+2
2023-09-28gpodder: add mutagen to propagatedBuildInputsRebecca Kelly1-0/+1
Mutagen is an optional dependency, but is needed by the tagging extension. If it's missing, the extension won't work and you'll get a stack trace about it every time you run gpodder.
2023-06-13gpodder: 3.10.21 -> 3.11.1Colin1-2/+5
2023-06-13gpodder: wrap with missing `xdg-utils` pathColin1-2/+12
see: <https://github.com/NixOS/nixpkgs/pull/186538#issuecomment-1226872554>
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-6/+1
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-03-09gPodder: 3.10.17 -> 3.10.21Markus S. Wamser2-33/+17
2021-07-28gpodder: fix gtk3 wrapping (#131765)Jörg Thalheim1-1/+6
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-12-25gpodder: 3.10.16 -> 3.10.17aszlig1-2/+2
Upstream release notes: This release restores Youtube-DL function. It also includes a lot of fixes and improvements since last release. Notably: feed update errors now only produce a single notification. See feeds in error via a warning icon next to their title. You'll get the error message in the description (also in settings for the feed in error). Signed-off-by: aszlig <aszlig@nix.build>
2020-06-26gpodder: 3.10.15 -> 3.10.16R. RyanTM1-2/+2
2020-05-03gpodder: 3.10.13 -> 3.10.15R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-07gpodder: 3.10.12 -> 3.10.13R. RyanTM1-2/+2
2020-01-26gpodder: 3.10.11 -> 3.10.12R. RyanTM1-2/+2
2019-12-12gpodder: drop ipod supportworldofpeace1-2/+2
Upstream claims it doesn't work https://github.com/gpodder/gpodder/issues/706.
2019-11-01gpodder: 3.10.9 -> 3.10.11R. RyanTM1-2/+2
2019-06-16gpodder: 3.10.8 -> 3.10.9R. 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/gpodder/versions
2019-04-14gpodder: disable auto-updateJan Tojnar2-0/+59
2019-04-14gpodder: 3.10.7 → 3.10.8Jan Tojnar1-2/+2
https://github.com/gpodder/gpodder/releases/tag/3.10.8
2019-02-14gnome3: stop using aliasesJan Tojnar1-1/+1
2019-02-03gpodder: 3.10.6 -> 3.10.7Anton-Latukha1-4/+4
2019-01-03gpodder: 3.10.5 -> 3.10.6R. 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/gpodder/versions
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-09-20gpodder: 3.10.3 -> 3.10.5R. 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/gpodder/versions
2018-06-25Merge master into stagingFrederik Rietdijk1-3/+2
2018-06-24gpodder: 3.10.2 -> 3.10.3R. 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/gpodder/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpo had a zero exit code or showed the expected version - /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpodder passed the binary check. - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/gpodder-migrate2tres had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpo-wrapped-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpo-wrapped had a zero exit code or showed the expected version - /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpodder-wrapped-wrapped passed the binary check. - /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpodder-wrapped passed the binary check. - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/..gpodder-migrate2tres-wrapped-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3/bin/.gpodder-migrate2tres-wrapped had a zero exit code or showed the expected version - 3 of 9 passed binary check by having a zero exit code. - 0 of 9 passed binary check by having the new version present in output. - found 3.10.3 with grep in /nix/store/8rqasrwlljygffj6i4nf8v8v75bhc255-gpodder-3.10.3 - directory tree listing: https://gist.github.com/40569f5fea3ccd68574abaead2e57c56 - du listing: https://gist.github.com/7491af6e9fa6d0fbe76c75499dba579b
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+1
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-06-14gpodder: 3.10.1 -> 3.10.2R. 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/gpodder/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpo had a zero exit code or showed the expected version - /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpodder passed the binary check. - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/gpodder-migrate2tres had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpo-wrapped-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpo-wrapped had a zero exit code or showed the expected version - /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpodder-wrapped-wrapped passed the binary check. - /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpodder-wrapped passed the binary check. - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/..gpodder-migrate2tres-wrapped-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2/bin/.gpodder-migrate2tres-wrapped had a zero exit code or showed the expected version - 3 of 9 passed binary check by having a zero exit code. - 0 of 9 passed binary check by having the new version present in output. - found 3.10.2 with grep in /nix/store/d43pzkl3230xay7l9wh65whsmsf9lwxa-gpodder-3.10.2 - directory tree listing: https://gist.github.com/cca3f358e73f8f49b3d0dcd3e5549728 - du listing: https://gist.github.com/54e8debaadfab87d705cbf72656b4f35
2018-02-20gpodder: 3.10.0 -> 3.10.1Jörg Thalheim1-3/+7
also add defaultIconTheme back
2018-01-18gpodder: fix crash on startup due missing GI_TYPELIB_PATHJörg Thalheim1-5/+2
2017-12-31gpodder: 3.9.3 -> 3.10.0Jörg Thalheim1-42/+43
2017-10-25gpodder: build XDG filesJan Tojnar1-0/+7
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-03-21gpodder: add myself as maintainerJörg Thalheim1-4/+4
2017-03-21gpodder: 3.9.1 -> 3.9.3Jörg Thalheim1-4/+22
2017-02-28gpodder: disable iPodSupport by defaultJörg Thalheim1-1/+1
gpodder has an indirect dependency on libplist (pulled by libgpod), which has known security vulnerabilities.
2017-01-11gpodder: use python2Frederik Rietdijk1-4/+4
2016-10-13Python: fixup modules that were removedFrederik Rietdijk1-1/+1
2016-09-04gpodder: 3.9.0 -> 3.9.1Jörg Thalheim1-2/+2
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk1-4/+3
See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.