From 9217a0cce81e89f5648599fcda4e549903c7b9bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 23 Feb 2023 15:45:01 +0000 Subject: gentoo auto-resync : 23:02:2023 - 15:45:01 --- eclass/Manifest.gz | Bin 37522 -> 37524 bytes eclass/desktop.eclass | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 64c171530caf..fe0e5447f3b7 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/desktop.eclass b/eclass/desktop.eclass index aa1b9ac68d85..780971342ba1 100644 --- a/eclass/desktop.eclass +++ b/eclass/desktop.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: desktop.eclass @@ -311,7 +311,7 @@ _iconins() { size=${2} fi case ${size} in - 16|22|24|32|36|48|64|72|96|128|192|256|512) + 16|22|24|32|36|48|64|72|96|128|192|256|512|1024) size=${size}x${size};; symbolic|scalable) ;; @@ -369,7 +369,7 @@ _iconins() { # !!! must specify to install into /usr/share/icons/... !!! # size of the icon, like 48 or 48x48 # supported icon sizes are: -# 16 22 24 32 36 48 64 72 96 128 192 256 512 scalable +# 16 22 24 32 36 48 64 72 96 128 192 256 512 1024 scalable # -c, --context # defaults to "apps" # -t, --theme -- cgit v1.2.3