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 CE05C139337 for ; Wed, 28 Jul 2021 02:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93103E0874; Wed, 28 Jul 2021 02:32:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7C6EEE0874 for ; Wed, 28 Jul 2021 02:32:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AA4D342C98 for ; Wed, 28 Jul 2021 02:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527AB75F for ; Wed, 28 Jul 2021 02:32:10 +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: <1627439510.5c98ec905a3a439db28fbce3d6a3e60205cf4c23.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.19.ebuild X-VCS-Directories: x11-themes/obsidian2-gtk-theme/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 5c98ec905a3a439db28fbce3d6a3e60205cf4c23 X-VCS-Branch: dev Date: Wed, 28 Jul 2021 02:32:10 +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: 4127a544-1d92-4632-8fad-386a17fc7710 X-Archives-Hash: a6e0eb4c01ea5c0f849a607722b508ff commit: 5c98ec905a3a439db28fbce3d6a3e60205cf4c23 Author: Huang Rui gmail com> AuthorDate: Wed Jul 28 02:31:50 2021 +0000 Commit: Rui Huang gmail com> CommitDate: Wed Jul 28 02:31:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c98ec90 x11-themes/obsidian2-gtk-theme: bump to 2.19 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian2-gtk-theme/Manifest | 1 + .../obsidian2-gtk-theme-2.19.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest index 1eaba00d1..94073c178 100644 --- a/x11-themes/obsidian2-gtk-theme/Manifest +++ b/x11-themes/obsidian2-gtk-theme/Manifest @@ -1 +1,2 @@ DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985 +DIST obsidian2-gtk-theme-2.19.tar.gz 946801 BLAKE2B 59fa7a74dd3604ba74cfb40d8f64359be54cb2807f0bd5fda8437347adb155ff58f8501eb3d151decb23273ee9944597d0ff097fdf51c10a67ad8f5e94796ef3 SHA512 9decd2530337073fd8284444013701054771905c32f6d660616038f17c224c1d01b119ab927ac3e0e6cb5a01a2ed2d812519ecde7f08f3a4a16b59f604798237 diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild new file mode 100644 index 000000000..0f3a37faf --- /dev/null +++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.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* +}