Blame SOURCES/b3f1207.patch

dbba70
From b3f1207ccff5ce0ab45ead38031f98fc1abe9731 Mon Sep 17 00:00:00 2001
dbba70
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
dbba70
Date: Fri, 7 Jan 2022 10:23:20 +0100
dbba70
Subject: [PATCH] Create HiDPI directories
dbba70
dbba70
Support has been added since version 0.16 but we were still not generating them,
dbba70
simply add them in Makefile.
dbba70
---
dbba70
 Makefile.am | 5 ++++-
dbba70
 1 file changed, 4 insertions(+), 1 deletion(-)
dbba70
dbba70
diff --git a/Makefile.am b/Makefile.am
dbba70
index c370b81..591d5f3 100644
dbba70
--- a/Makefile.am
dbba70
+++ b/Makefile.am
dbba70
@@ -1,5 +1,8 @@
dbba70
 ICON_SIZES = 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \
dbba70
-  128x128 192x192 256x256 512x512 scalable
dbba70
+  128x128 192x192 256x256 512x512 16x16@2 22x22@2 24x24@2 32x32@2 \
dbba70
+  36x36@2 48x48@2 64x64@2 72x72@2 96x96@2 128x128@2 192x192@2 256x256@2 \
dbba70
+  512x512@2 scalable
dbba70
+
dbba70
 ICON_CONTEXTS = actions animations apps categories devices emblems emotes \
dbba70
   filesystems intl mimetypes places status stock
dbba70
 STOCK_SUBS = chart code data form image io media navigation net object table text
dbba70
-- 
dbba70
GitLab
dbba70