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 19234138359 for ; Tue, 6 Oct 2020 09:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64995E09B7; Tue, 6 Oct 2020 09:10:33 +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 35B8EE09B7 for ; Tue, 6 Oct 2020 09:10:33 +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 C4F85340C39 for ; Tue, 6 Oct 2020 09:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF2B334 for ; Tue, 6 Oct 2020 09:10:30 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1601904335.9580169f8577d3f13d7d4fbd8bd2e2ca37b1f3c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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/obsidian-icon-theme-4.13.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9580169f8577d3f13d7d4fbd8bd2e2ca37b1f3c0 X-VCS-Branch: master Date: Tue, 6 Oct 2020 09:10:30 +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: a964d357-bb5e-4852-94ea-03b000c78957 X-Archives-Hash: 385ef3bfb2a7465f98f059c2ff4181d6 commit: 9580169f8577d3f13d7d4fbd8bd2e2ca37b1f3c0 Author: Huang Rui gmail com> AuthorDate: Mon Oct 5 13:25:35 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Oct 5 13:25:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9580169f x11-themes/obsidian-icon-theme: bump to 4.13 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian-icon-theme/Manifest | 1 + .../obsidian-icon-theme-4.13.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/x11-themes/obsidian-icon-theme/Manifest b/x11-themes/obsidian-icon-theme/Manifest index d191a2cb..61370e60 100644 --- a/x11-themes/obsidian-icon-theme/Manifest +++ b/x11-themes/obsidian-icon-theme/Manifest @@ -1 +1,2 @@ DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c SHA512 b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a +DIST obsidian-icon-theme-4.13.tar.gz 70927780 BLAKE2B 001c40ae73d5e31b85343257d383f086072c72ac6d2452070361ca8853ae60f48ab3b853020519247052f9a22d18ec8c008d46dd67b3c4a2b24b14462644e644 SHA512 fecd0cbb921fef630dafe151ab8d7fa551dbd22e77e65cf602f97765fdb701739e812cabc664de3a0f2283938666b93af07090ea658dc41b6424495d423beeed diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild new file mode 100644 index 00000000..63e6ecff --- /dev/null +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.13.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +GIT_PN="iconpack-obsidian" + +inherit xdg + +DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme" + +HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian" + +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" + S="${WORKDIR}/${GIT_PN}-${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + x11-themes/adwaita-icon-theme +" + +DEPEND="${RDEPEND}" + +DOCS=( README.md ) + +src_install() { + # Remove dead links to fix symbolic link does not exist QA. + find . -xtype l -exec rm {} + || die + # Install the icons + insinto /usr/share/icons + doins -r Obsidian* +}