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 27CD61382C5 for ; Thu, 3 Dec 2020 11:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29DFDE0863; Thu, 3 Dec 2020 11:36:04 +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 09F15E0863 for ; Thu, 3 Dec 2020 11:36:04 +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 E32473412B6 for ; Thu, 3 Dec 2020 11:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A9F2478 for ; Thu, 3 Dec 2020 11:36:01 +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: <1606813869.6fa7c786516c3c1f776e8b2497290fd131c4fd34.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/obsidian2-gtk-theme/Manifest x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild X-VCS-Directories: x11-themes/obsidian2-gtk-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6fa7c786516c3c1f776e8b2497290fd131c4fd34 X-VCS-Branch: master Date: Thu, 3 Dec 2020 11:36:01 +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: 30b49b89-a36e-4390-8f60-e7be904cb942 X-Archives-Hash: 4e5517c47641518a8939f0cc85b3374f commit: 6fa7c786516c3c1f776e8b2497290fd131c4fd34 Author: Huang Rui gmail com> AuthorDate: Tue Dec 1 09:11:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Dec 1 09:11:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa7c786 x11-themes/obsidian2-gtk-theme: bump to 2.16 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian2-gtk-theme/Manifest | 1 + .../obsidian2-gtk-theme-2.16.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest index 2d0125cd..33affff9 100644 --- a/x11-themes/obsidian2-gtk-theme/Manifest +++ b/x11-themes/obsidian2-gtk-theme/Manifest @@ -1 +1,2 @@ DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa +DIST obsidian2-gtk-theme-2.16.tar.gz 946770 BLAKE2B 7530662bad8ce1645333391c4fa9c3bc84bc220861d6f8a42177c108d699b6106f6dc133ab360e7c24dc732d44635647e1ebf96874fbd7a0d1cd15958bf32a99 SHA512 4e68a1d8b0c09e4e595bfd349c8d14855c1c9aca8ce72e130981cf02a75bd0eeb9a49cbcde131177761c2b7ebd495550b0b6201eabbbd3878bba433ddce80af0 diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild new file mode 100644 index 00000000..0e69865d --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +GIT_PN="theme-obsidian-2" + +DESCRIPTION="Obsidian Gnome Theme, based upon Adwaita-Maia dark skin" + +HOMEPAGE="https://github.com/madmaxms/theme-obsidian-2" + +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-libs/gtk+-3.22 + x11-themes/gtk-engines-adwaita +" +DEPEND="${RDEPEND}" + +DOCS=( README.md ) + +src_install() { + insinto /usr/share/themes + doins -r Obsidian* +}