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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 537EB138334 for ; Sun, 27 Oct 2019 18:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90019E08DA; Sun, 27 Oct 2019 18:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6044AE08DA for ; Sun, 27 Oct 2019 18:37:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B89334C2FF for ; Sun, 27 Oct 2019 18:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3DA283E for ; Sun, 27 Oct 2019 18:37:16 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1572201396.8c5326eff11c1ec6c28e1deb0659962cf8a7f34d.zlogene@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/metadata.xml x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild X-VCS-Directories: x11-themes/papirus-icon-theme/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8c5326eff11c1ec6c28e1deb0659962cf8a7f34d X-VCS-Branch: master Date: Sun, 27 Oct 2019 18:37:16 +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: 08b687e7-b9c4-4ebb-aae6-24b2c0689f37 X-Archives-Hash: 0dc32b82178993a00c210be021ef4919 commit: 8c5326eff11c1ec6c28e1deb0659962cf8a7f34d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 27 18:36:36 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 27 18:36:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5326ef x11-themes/papirus-icon-theme: Initial import Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> x11-themes/papirus-icon-theme/Manifest | 1 + x11-themes/papirus-icon-theme/metadata.xml | 11 +++++++++ .../papirus-icon-theme-20191009.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest new file mode 100644 index 00000000000..db4b1cd7280 --- /dev/null +++ b/x11-themes/papirus-icon-theme/Manifest @@ -0,0 +1 @@ +DIST papirus-icon-theme-20191009.tar.gz 18636796 BLAKE2B cb1797468ffb1542fb6b732a0e54cf18b4158bf15ee0fd7f2c7616cba8568876bdfff0247fc1f311d15f064836d7a17916ac14887c3f4132983ebc7e75736668 SHA512 09d259783439721baf68bb5c65cc9cb51af148356e8c8c277ba2f45b5c96358f14defe1bb34db0281cb0cf77023ab54017e0d348de2910648a918a1638ae334f diff --git a/x11-themes/papirus-icon-theme/metadata.xml b/x11-themes/papirus-icon-theme/metadata.xml new file mode 100644 index 00000000000..cf5de6be3f6 --- /dev/null +++ b/x11-themes/papirus-icon-theme/metadata.xml @@ -0,0 +1,11 @@ + + + + + zlogene@gentoo.org + Mikle Kolyada + + + PapirusDevelopmentTeam/papirus-icon-theme + + diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild new file mode 100644 index 00000000000..8afbb557b0c --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191009.ebuild @@ -0,0 +1,26 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils + +DESCRIPTION="icon theme for Linux" +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 ~x86" + +src_compile() { :; } + +src_install() { + insinto /usr/share/icons + doins -r ePapirus Papirus{,-Dark,-Light} + +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; }