From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B553F15813A for ; Thu, 16 Jan 2025 23:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0996E03DF; Thu, 16 Jan 2025 23:20:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8E9EE075F for ; Thu, 16 Jan 2025 23:20:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3FBF3431BD for ; Thu, 16 Jan 2025 23:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D1521F9A for ; Thu, 16 Jan 2025 23:20:23 +0000 (UTC) From: "Sam Wilson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Wilson" Message-ID: <1737069495.319498c39b911f67547bf21c1013dba6d0b59d44.sam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/wlx-overlay-s/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild X-VCS-Directories: app-misc/wlx-overlay-s/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam Wilson X-VCS-Revision: 319498c39b911f67547bf21c1013dba6d0b59d44 X-VCS-Branch: dev Date: Thu, 16 Jan 2025 23:20:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e991d6c8-2654-470a-b0f1-b9d7b89f3a4c X-Archives-Hash: 3fcd8109ef26208bd56f0e70ec5423dc commit: 319498c39b911f67547bf21c1013dba6d0b59d44 Author: Sam Wilson binarycake ca> AuthorDate: Fri Jan 3 02:58:21 2025 +0000 Commit: Sam Wilson binarycake ca> CommitDate: Thu Jan 16 23:18:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=319498c3 app-misc/wlx-overlay-s: add size to icons Signed-off-by: Sam Wilson binarycake.ca> app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild index 919814b71..5614bd5a4 100644 --- a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild +++ b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild @@ -619,8 +619,8 @@ src_install() { dolib.so "${LIBOPENVR_PATH}/libopenvr_api.so" || die fi - doicon wlx-overlay-s.png - doicon wlx-overlay-s.svg + doicon --size 256 wlx-overlay-s.png + doicon --size scalable wlx-overlay-s.svg domenu wlx-overlay-s.desktop cargo_src_install }