Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrapGAppsHook3: rename from wrapGAppsHook #307077

Merged
merged 8 commits into from
Apr 27, 2024

Commits on Apr 26, 2024

  1. Revert "doc/gnome: make wrapGAppsHook4 more discoverable"

    We will bring the GTK 3 version to a more equal standing compared
    to the GTK 4 one in the next commit.
    
    This reverts commit 9f90c73.
    jtojnar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b2f2cee View commit details
    Browse the repository at this point in the history
  2. doc/gnome: equalize wrapGAppsHook4 with wrapGAppsHook

    In preparation for renaming wrapGAppsHook to wrapGAppsHook3.
    jtojnar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e285f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e02eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70cf3ec View commit details
    Browse the repository at this point in the history
  5. wrapGAppsHook3: rename from wrapGAppsHook

    GTK 3 is slowly approaching deprecation so let’s not make it default.
    jtojnar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3738311 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. 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)
    jtojnar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    eb04659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8210cb2 View commit details
    Browse the repository at this point in the history
  3. wrapGAppsHook: Move to aliases

    Now that there are no references in Nixpkgs.
    jtojnar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1d2b048 View commit details
    Browse the repository at this point in the history