Commit Graph

10 Commits

Author SHA1 Message Date
Gaetan Lepage
160d90cb91 waybar: 0.10.3 -> 0.10.4
Diff: https://github.com/Alexays/Waybar/compare/0.10.3...0.10.4

Changelog: https://github.com/alexays/waybar/releases/tag/0.10.4
2024-07-18 10:07:31 +02:00
Sergei Trofimovich
7a619834d1 waybar: fix gcc-14 build by syncing cava version
Without the change the build against `gcc-14` fails as:

    $ nix build --impure --expr 'with import ./. {}; waybar.override {stdenv = gcc14Stdenv; }' -L
    ...
    ../subprojects/cava-0.10.1/src/config.c: In function 'load_config':
    ../subprojects/cava-0.10.1/src/config.c:412:24: error: implicit declaration of function 'getenv' [-Wimplicit-function-declaration]
      412 |     char *configHome = getenv("XDG_CONFIG_HOME");
          |                        ^~~~~~

It was fixed upstream in 0.10.2. The change updates to it.
2024-07-07 10:11:22 +01:00
Austin Horstman
c7f516ce6c
waybar: fix sndioSupportFlag and evdevSupport flags 2024-06-18 09:08:15 -05:00
John Titor
1490b77828
waybar: format with nixfmt-rfc-style 2024-05-06 16:16:26 +05:30
John Titor
a4deb172a4
waybar: 0.10.2 -> 0.10.3 2024-05-06 09:24:44 +00:00
Weijia Wang
41126a9493 Merge branch 'master' into staging-next 2024-05-01 10:51:08 +02:00
Colin
9ff6c735f5 waybar: support cross compilation 2024-05-01 08:58:24 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-04-27 02:23:22 +02:00
José Romildo
d1ff1ad27b waybar: 0.10.1 -> 0.10.2 2024-04-25 12:44:56 -03:00
Austin Horstman
f157c50c14
waybar: pkgs/applications/misc -> pkgs/by-name 2024-04-23 15:39:35 -05:00