From ac6ac4f845afbed44845fcb9b54620badd7a87a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 1 Nov 2021 02:40:41 +0100 Subject: [PATCH] Win32CleanupAdwaita.sh: make note of a corner case I've actually tried to replicate that behaviour earlier, and it kept around way too many icons. --- cmake/Win32CleanupAdwaita.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Win32CleanupAdwaita.sh b/cmake/Win32CleanupAdwaita.sh index 194f959..8e7bb9e 100644 --- a/cmake/Win32CleanupAdwaita.sh +++ b/cmake/Win32CleanupAdwaita.sh @@ -12,6 +12,7 @@ find share/icons/Adwaita -type f | awk 'BEGIN { sub(/[.].+$/, "", base) # Try matching while cutting off suffixes + # Disregarding the not-much-used GTK_ICON_LOOKUP_GENERIC_FALLBACK while (!(keep = good[base]) && sub(/-(ltr|rtl|symbolic)$/, "", base)) {} if (!keep)