commit: ce07f42469f3a77af31c556c44867de2dcf4499b Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Fri Apr 24 00:33:55 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Apr 24 00:33:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce07f424
x11-themes/papirus-claws-mail-theme: New package. Icon theme for mail-client/claws-mail. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> x11-themes/papirus-claws-mail-theme/Manifest | 1 + x11-themes/papirus-claws-mail-theme/metadata.xml | 8 ++++++++ .../papirus-claws-mail-theme-0_pre20181023.ebuild | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/x11-themes/papirus-claws-mail-theme/Manifest b/x11-themes/papirus-claws-mail-theme/Manifest new file mode 100644 index 0000000..8978221 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/Manifest @@ -0,0 +1 @@ +DIST papirus-claws-mail-theme-0_pre20181023.tar.gz 572227 BLAKE2B 6557576fcc8a2e377d5efef7d6412c57b6acf9737139b1c5eb930b4d4d554849034acf0808790d9ed37e831664d771025d74fd4ad6f40576c47330781c880c04 SHA512 fd2b57fe8f49247071ad53ebb4679f5f2fff8546a199d4f017f35efb1c6ec0f5f045f7e0dc260d81d747bd2932311bd19e2baf8131b8b5083793f00e8d31664e diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml b/x11-themes/papirus-claws-mail-theme/metadata.xml new file mode 100644 index 0000000..5533c93 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ronny (tastytea) Gutbrod</name> + </maintainer> +</pkgmetadata> diff --git a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild new file mode 100644 index 0000000..58e3386 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_COMMIT="7d02981d23ecfc279c87ff6c172ba09314940352" + +DESCRIPTION="Papirus icon theme for Claws Mail" +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme" +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S="${WORKDIR}/${PN}-${MY_COMMIT}"
