about summary refs log tree commit diff
path: root/pkgs/applications/audio/radiotray-ng
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-03-08treewide: remove gst-plugins-good missing libsoup_3 workaroundaleksana1-3/+0
As the issue https://github.com/NixOS/nixpkgs/issues/271960 is fixed by https://github.com/NixOS/nixpkgs/pull/276408
2024-01-13radiotray-ng: fix gcc13 errors with upstream patchannalee1-2/+9
2023-12-07radiotray-ng: add libsoup_3 and glib-networking; fix runtimeannalee1-0/+6
gstreamer libgstsoup plugin dlopens libsoup_3 and requires glib-networking to work. This change adds libsoup_3 and LD_LIBRARY_PATH so the dlopen can locate libsoup_3.
2023-03-15radiotray-ng: migrate to wxGTK32Weijia Wang1-0/+3
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-10-28radiotray-ng: restrict platformsWeijia Wang1-1/+1
2021-08-23radiotray-ng: 0.2.7 -> 0.2.8R. RyanTM1-2/+2
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-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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-28radiotray-ng: python3Will Dietz1-2/+2
2019-10-28radiotray-ng: 0.2.6 -> 0.2.7Will Dietz1-3/+3
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.7
2019-07-11radiotray-ng: 0.2.5 -> 0.2.6Will Dietz2-7/+8
2019-04-17gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace1-2/+2
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-03-17radiotray-ng: disable tests on aarch64, not sure why but failureWill Dietz1-1/+1
2019-03-16radiotray-ng: 0.2.4 -> 0.2.5Will Dietz2-4/+60
patch to use provided gtest/gmock, fix+enable tests
2018-11-18treewide: remove ctest usagesMatthew Bauer1-1/+0
These are already in the generated makefiles!
2018-10-18radiotray-ng: 0.2.3 -> 0.2.4 (#48670)Will Dietz1-2/+2
2018-08-11radiotray-ng: use checkInputs, but disable tests, also cleanupJan Malakhovski1-8/+9
2018-07-14radiotray-ng: 0.2.2 -> 0.2.3Will Dietz1-2/+2
2018-04-25radiotray-ng: disable tests, they now want to download unconditionallyWill Dietz1-1/+2
2018-04-25radiotray-ng: 0.2.1 -> 0.2.2Will Dietz1-2/+2
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.2
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-02-20radiotray-ng: 0.2.0 -> 0.2.1Will Dietz1-6/+7
2018-01-06radiotray-ng: 0.1.7 -> 0.2.0Will Dietz1-11/+11
Now with bookmark editor.
2017-10-06radiotray-ng: init at 0.1.7Will Dietz1-0/+96
Use patch from upstream to fix menu separators. Tested execution using 'nix-shell --pure -p radiotray-ng' and added dependencies until that didn't crash. Seems to work outside as well, but hopefully fixes problems for others.