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 E33321382C5 for ; Sat, 23 Jan 2021 11:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8356E0C08; Sat, 23 Jan 2021 11:49:23 +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 8D956E0C08 for ; Sat, 23 Jan 2021 11:49:23 +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 77B10341165 for ; Sat, 23 Jan 2021 11:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9C9E4BB for ; Sat, 23 Jan 2021 11:49:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611211039.8c5757d36142f60c121520be9b7a751af3e497ba.mgorny@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.18.ebuild X-VCS-Directories: x11-themes/obsidian2-gtk-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c5757d36142f60c121520be9b7a751af3e497ba X-VCS-Branch: master Date: Sat, 23 Jan 2021 11:49:18 +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: 0b190e90-953c-45b5-af72-10be59061aaa X-Archives-Hash: 5babef5719bc8e97f91c4e40a3f2ac70 commit: 8c5757d36142f60c121520be9b7a751af3e497ba Author: Huang Rui gmail com> AuthorDate: Thu Jan 21 06:37:19 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 21 06:37:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c5757d3 x11-themes/obsidian2-gtk-theme: bump to 2.18 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian2-gtk-theme/Manifest | 1 + .../obsidian2-gtk-theme-2.18.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest index 511f5c94..422440ec 100644 --- a/x11-themes/obsidian2-gtk-theme/Manifest +++ b/x11-themes/obsidian2-gtk-theme/Manifest @@ -1 +1,2 @@ DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548 +DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985 diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild new file mode 100644 index 00000000..0f3a37fa --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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* +}