aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-01 02:40:41 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-01 02:40:41 +0100
commitac6ac4f845afbed44845fcb9b54620badd7a87a5 (patch)
tree2cbc0f90c2aff2fa9c82322e8cf3cc8ba2424960 /cmake
parent093baaa0342b8e10ea5358e2202c6df6423810a9 (diff)
downloadtdv-ac6ac4f845afbed44845fcb9b54620badd7a87a5.tar.gz
tdv-ac6ac4f845afbed44845fcb9b54620badd7a87a5.tar.xz
tdv-ac6ac4f845afbed44845fcb9b54620badd7a87a5.zip
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.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Win32CleanupAdwaita.sh1
1 files changed, 1 insertions, 0 deletions
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)