Commit Graph

8 Commits

Author SHA1 Message Date
Austin Horstman
447e1d0bf7
waybar-mpris: unstable-2022-01-27 -> 0.1.0-unstable-2022-01-27
Fixing naming to latest standards with unstable versioning.
2024-10-22 09:45:49 -05:00
Austin Horstman
63af512f47
waybar-mpris: fix updateScript
Old update script crashed
2024-10-22 09:44:55 -05:00
Austin Horstman
ae2cd8daea
waybar-mpris: format 2024-10-22 09:44:32 -05:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-06-09 23:07:45 +02:00
Austin Horstman
da65da9696
waybar-mpris: add passthru.updateScript 2024-03-27 14:31:23 -05:00
Paul Meyer
ad6bc6f680 waybar-mpris: remove unused dependency 2023-12-30 20:55:22 +01:00
Paul Meyer
2b1c2cb1cd waybar-mpris: cleanup Go flags
- fix strip flags by setting as ldflags
- remove `-trimpath`, this is set by buildGoModule
- remove `-modcacherw`, `-mod=readonly`, `-linkmode=external`
  as flags had no effect (check hash of binary when removing)
- remove `-buildmode=pie` (not sure why we would need a PIE here)
2023-12-30 20:53:32 +01:00
Austin Horstman
871f4846bd
waybar-mpris: init at unstable-2022-01-27 2023-10-22 19:18:41 -05:00