From fda7560c49ed356e77b3f853eb913e712475a512 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 19 Apr 2023 16:22:04 -0300 Subject: 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 --- etc/profile-a-l/celluloid.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/profile-a-l/celluloid.profile') diff --git a/etc/profile-a-l/celluloid.profile b/etc/profile-a-l/celluloid.profile index 7b0f7bdf0..9f83b8232 100644 --- a/etc/profile-a-l/celluloid.profile +++ b/etc/profile-a-l/celluloid.profile @@ -1,5 +1,5 @@ # Firejail profile for celluloid -# Description: Simple GTK+ frontend for mpv +# Description: Simple GTK frontend for mpv # This file is overwritten after every install/update # Persistent local customizations include celluloid.local -- cgit v1.2.3-70-g09d2