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 C9AAF158020 for ; Tue, 6 Dec 2022 00:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F29E0825; Tue, 6 Dec 2022 00:19:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E153E0825 for ; Tue, 6 Dec 2022 00:19:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 838063410EB for ; Tue, 6 Dec 2022 00:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC68757 for ; Tue, 6 Dec 2022 00:19:07 +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: <1670285932.4f6a778e340e7d6e2a6b86329fd2c0556f2227a0.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: 4f6a778e340e7d6e2a6b86329fd2c0556f2227a0 X-VCS-Branch: master Date: Tue, 6 Dec 2022 00:19:07 +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: 34088777-a9aa-49d8-87a4-20045fa3d4b8 X-Archives-Hash: 34496e247e3b0a15d752e48ed6bc70ae commit: 4f6a778e340e7d6e2a6b86329fd2c0556f2227a0 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 6 00:15:17 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 6 00:18:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6a778e x11-themes/tela-icon-theme: update live ebuild, add dracula & nord Signed-off-by: Georgy Yakovlev gentoo.org> x11-themes/tela-icon-theme/metadata.xml | 2 ++ x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 2 +- 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 11f07ab3afc3..e9fa7ec01cfc 100644 --- a/x11-themes/tela-icon-theme/metadata.xml +++ b/x11-themes/tela-icon-theme/metadata.xml @@ -20,6 +20,8 @@ Install yellow folder version Install manjaro folder version Install ubuntu folder version + Install dracula folder version + Install nord 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 8c860c8bc138..b591e1d0d963 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -10,7 +10,7 @@ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" MY_PN="${PN^}" # standard comes first -MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu ) +MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu dracula nord ) inherit xdg