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 DA505138351 for ; Tue, 7 Apr 2020 07:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201AFE0C3A; Tue, 7 Apr 2020 07:48:55 +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 E8E22E0C3A for ; Tue, 7 Apr 2020 07:48:54 +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 C2BB234F07E for ; Tue, 7 Apr 2020 07:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E433166 for ; Tue, 7 Apr 2020 07:48:52 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586245370.cecea0e4617aaee27bedec39491edbcce3e42298.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/obsidian-icon-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/obsidian-icon-theme/Manifest x11-themes/obsidian-icon-theme/metadata.xml x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: cecea0e4617aaee27bedec39491edbcce3e42298 X-VCS-Branch: dev Date: Tue, 7 Apr 2020 07:48:52 +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: 89baccc8-2dfa-4e3d-86da-64e50391a323 X-Archives-Hash: 2342d0f10ef6ad589354ad0b831efecf commit: cecea0e4617aaee27bedec39491edbcce3e42298 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 07:42:49 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Apr 7 07:42:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cecea0e4 x11-themes/obsidian-icon-theme: new package of 2.11 Intuitive Faenza-like icon theme https://github.com/madmaxms/iconpack-obsidian Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian-icon-theme/Manifest | 1 + x11-themes/obsidian-icon-theme/metadata.xml | 7 +++++ .../obsidian-icon-theme-4.11.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/x11-themes/obsidian-icon-theme/Manifest b/x11-themes/obsidian-icon-theme/Manifest new file mode 100644 index 0000000..31bac64 --- /dev/null +++ b/x11-themes/obsidian-icon-theme/Manifest @@ -0,0 +1 @@ +DIST obsidian-icon-theme-4.11.tar.gz 70016310 BLAKE2B 138824ee333eb225eaa7d22cd3e8cb05d374b78f3dd0ce194fe489fb34f16b8e4eb9f752006ff5c73c8467db6edf4bbb662adfbe1a4ed5296af4d1484c70321c SHA512 e0dcf1085a293d2ec64fe649e7e6fd9f705da8b0559f4ca4da14ef58809c21a8c21346fcafeb9717c7f45e566aee0ed6422b4edf4687bbabf62cd0ad69985eaf diff --git a/x11-themes/obsidian-icon-theme/metadata.xml b/x11-themes/obsidian-icon-theme/metadata.xml new file mode 100644 index 0000000..52536a9 --- /dev/null +++ b/x11-themes/obsidian-icon-theme/metadata.xml @@ -0,0 +1,7 @@ + + + + + vowstar@gmail.com + + diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild new file mode 100644 index 0000000..9380071 --- /dev/null +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +GIT_PN="iconpack-obsidian" + +DESCRIPTION="Obsidian Icon Theme" + +HOMEPAGE="https://github.com/madmaxms/${GIT_PN}" + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git" +else + SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + x11-themes/adwaita-icon-theme +" + +DEPEND="${RDEPEND}" + +DOCS=( README.md ) + +src_install() { + insinto /usr/share/icons + doins -r Obsidian* +}