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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C35DD158086 for ; Mon, 3 Jan 2022 21:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 875252BC019; Mon, 3 Jan 2022 21:00:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 604252BC019 for ; Mon, 3 Jan 2022 21:00:39 +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 680C5342E4E for ; Mon, 3 Jan 2022 21:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B66AE219 for ; Mon, 3 Jan 2022 21:00:34 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1641243489.bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/tela-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/tela-icon-theme/metadata.xml x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild X-VCS-Directories: x11-themes/tela-icon-theme/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496 X-VCS-Branch: master Date: Mon, 3 Jan 2022 21:00:34 +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: 7d0f551e-e1ca-4830-9542-22acbadd48f9 X-Archives-Hash: d8e9fb384a3bbb8074fc1d7a24842f00 commit: bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jan 3 20:44:30 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jan 3 20:58:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf2941 x11-themes/tela-icon-theme: add USE=kde for live ebuild Install colorshceme version for KDE plasma (folder color follow the colorscheme) Signed-off-by: Georgy Yakovlev gentoo.org> x11-themes/tela-icon-theme/metadata.xml | 1 + x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-themes/tela-icon-theme/metadata.xml b/x11-themes/tela-icon-theme/metadata.xml index aca9f0e9a88d..11f07ab3afc3 100644 --- a/x11-themes/tela-icon-theme/metadata.xml +++ b/x11-themes/tela-icon-theme/metadata.xml @@ -20,6 +20,7 @@ Install yellow folder version Install manjaro folder version Install ubuntu folder version + Install colorshceme version for KDE plasma (folder color follow the colorscheme) Hardlink duplicate icons to greatly reduce installation size diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild index 4a7dbec99539..8396dac63033 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -26,7 +26,7 @@ fi LICENSE="GPL-3+" SLOT="0" -IUSE="+${MY_COLOR_VARIANTS[*]} +hardlink" # this is why standard comes first +IUSE="+${MY_COLOR_VARIANTS[*]} +hardlink kde" # this is why standard comes first REQUIRED_USE="|| ( ${MY_COLOR_VARIANTS[*]} )" @@ -47,6 +47,7 @@ src_prepare() { src_install() { local v variants=( + $(usev kde '-c') $(for v in ${MY_COLOR_VARIANTS[@]}; do usev ${v} done)