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 A2FCD158094 for ; Sun, 11 Sep 2022 08:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6968E0898; Sun, 11 Sep 2022 08:52:32 +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 B955DE0898 for ; Sun, 11 Sep 2022 08:52:32 +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 7ACC4340F69 for ; Sun, 11 Sep 2022 08:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E19A057D for ; Sun, 11 Sep 2022 08:52:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1662886122.f2a77b57b38052ca072b0d15985721ee2ccd9068.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/papirus-icon-theme/Manifest x11-themes/papirus-icon-theme/papirus-icon-theme-20220910.ebuild X-VCS-Directories: x11-themes/papirus-icon-theme/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f2a77b57b38052ca072b0d15985721ee2ccd9068 X-VCS-Branch: master Date: Sun, 11 Sep 2022 08:52:29 +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: b0e6639b-5aec-4ca4-b2f6-1a630dee9e58 X-Archives-Hash: 534f6e430c2ca05334104c6785eeee9e commit: f2a77b57b38052ca072b0d15985721ee2ccd9068 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 11 08:47:40 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 11 08:48:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a77b57 x11-themes/papirus-icon-theme: add 20220910 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/papirus-icon-theme/Manifest | 1 + .../papirus-icon-theme-20220910.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index f06a350504ee..72b72bc221df 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1 +1,2 @@ DIST papirus-icon-theme-20220808.tar.gz 33262401 BLAKE2B b94d6a272613d443bd540e0899829a0d932402e7b2d529e8f6b0785d1e812624dca4e21e04fa7ee94a37a9313e85cdc5398ee42e0c110d74246cc31682dc6897 SHA512 4233ec11fad43901fca346bb3db94ec68466b91740b1a25c3eed5772a2ccef086500443af96373d19b172923f8dd8b6814859fe402d78f44b31ac7d555b598bd +DIST papirus-icon-theme-20220910.tar.gz 33346351 BLAKE2B ad490854657471b7b811a01996014fea7364da5ab71f06f226b9f896160a8b475f165a2b4f1766ce7a68ab77628294258bae13bdad5560ab9262546603b47a75 SHA512 0a60e50409438bd25f3081f148761d50f3941da647f14a93bcb7bcd1e104044c65fb7d6758b30ddfe903dd6d17b9b0b044b29b742998c7293c5d6b7745aad7aa diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20220910.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220910.ebuild new file mode 100644 index 000000000000..9e32d72ff800 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20220910.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg + +DESCRIPTION="Free and open source SVG icon theme" +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +src_prepare() { + default + # https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3241 + cd Papirus/128x128/apps/ || die + ln -s beneath-a-steel-sky.svg bass.svg || die +} + +src_compile() { :; } + +src_install() { + insinto /usr/share/icons + doins -r Papirus{,-Dark,-Light} + + # Install variants designed for elementary OS and Pantheon Desktop only + doins -r ePapirus{,-Dark} +}