aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-19 16:22:04 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-19 17:17:35 -0300
commitfda7560c49ed356e77b3f853eb913e712475a512 (patch)
tree5cbec15cfa47a401e5717d60fc846adad35f7af8 /.gitlab-ci.yml
parentRELNOTES: add docs: fix typos (#5693) (diff)
downloadfirejail-fda7560c49ed356e77b3f853eb913e712475a512.tar.gz
firejail-fda7560c49ed356e77b3f853eb913e712475a512.tar.zst
firejail-fda7560c49ed356e77b3f853eb913e712475a512.zip
profiles: standardize on just "GTK" on comments
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
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions