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

profiles: standardize on just "GTK" on comments #5794

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

kmk3
Copy link
Collaborator

@kmk3 kmk3 commented Apr 19, 2023

For consistency and to reduce confusion.

The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1].

Note: This also fixes some adjacent typos.

Commands used to search and replace:

$ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \
  "printf '%s\n' \"\$(sed -E \
    -e 's/G[Tt][Kk]\+?/GTK/g' \
    -e 's/GTK-.\.0/GTK/g' \
    -e 's/GTK base/GTK-base/g' \
    -e 's/GTK-base /GTK-based /g' \
    -e 's/Light weight/Lightweight/g' \
    -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'"

Misc: I noticed this on #5722.

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html

Cc: @pirate486743186 (from #5722)

For consistency and to reduce confusion.

The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1].

Note: This also fixes some adjacent typos.

Commands used to search and replace:

    $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \
      "printf '%s\n' \"\$(sed -E \
        -e 's/G[Tt][Kk]\+?/GTK/g' \
        -e 's/GTK-.\.0/GTK/g' \
        -e 's/GTK base/GTK-base/g' \
        -e 's/GTK-base /GTK-based /g' \
        -e 's/Light weight/Lightweight/g' \
        -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'"

Misc: I noticed this on netblue30#5722.

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
@kmk3 kmk3 requested review from glitsj16 and rusty-snake April 19, 2023 20:18
Copy link
Collaborator

@glitsj16 glitsj16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kmk3 kmk3 merged commit 49f188c into netblue30:master Apr 24, 2023
@kmk3 kmk3 deleted the profiles-gtk-comments branch April 24, 2023 00:11
kmk3 added a commit that referenced this pull request Mar 25, 2024
@kmk3 kmk3 added the documentation Issues and pull requests related to the documentation label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues and pull requests related to the documentation
Projects
Status: Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

3 participants