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 7F75F138334 for ; Wed, 24 Jul 2019 06:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95756E0821; Wed, 24 Jul 2019 06:56:58 +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 649D1E0821 for ; Wed, 24 Jul 2019 06:56:58 +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 391B43484DD for ; Wed, 24 Jul 2019 06:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3584F4D3 for ; Wed, 24 Jul 2019 06:56:55 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1563951385.3bd683f46f77d93f38f9b52141d7a3f6492e813a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adapta-gtk-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adapta-gtk-theme/Manifest x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild x11-themes/adapta-gtk-theme/metadata.xml X-VCS-Directories: x11-themes/adapta-gtk-theme/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3bd683f46f77d93f38f9b52141d7a3f6492e813a X-VCS-Branch: master Date: Wed, 24 Jul 2019 06:56:55 +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: 72d9566d-c85a-4c68-9ff1-23d476e8b042 X-Archives-Hash: ba3b8c89228feb17d82966019d4a0947 commit: 3bd683f46f77d93f38f9b52141d7a3f6492e813a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 24 06:50:04 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 24 06:56:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd683f4 x11-themes/adapta-gtk-theme: initial import Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 x11-themes/adapta-gtk-theme/Manifest | 1 + .../adapta-gtk-theme-3.95.0.11.ebuild | 28 ++++++++++++++++++++++ x11-themes/adapta-gtk-theme/metadata.xml | 8 +++++++ 3 files changed, 37 insertions(+) diff --git a/x11-themes/adapta-gtk-theme/Manifest b/x11-themes/adapta-gtk-theme/Manifest new file mode 100644 index 00000000000..fd3a4e2a1f0 --- /dev/null +++ b/x11-themes/adapta-gtk-theme/Manifest @@ -0,0 +1 @@ +DIST adapta-gtk-theme-3.95.0.11.tar.gz 664080 BLAKE2B 1cc69ac61982f1bccefef38e0315e87af95551a453c6a1fc2289e787d571b43a3bf9ff09854cc0ddd27445e8fb12588a0209311c48c93ab30af624c4eca00f8b SHA512 648f8ad2cf8095c599ff4be4d6d47e0935d6b5bea65c27a36ea69cca89129c59fd078b629a38a048ef300c1bb4ca506c18c4ef0afc9753134894d3a99c83fff1 diff --git a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild new file mode 100644 index 00000000000..7b02fe39253 --- /dev/null +++ b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.95.0.11.ebuild @@ -0,0 +1,28 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="An adaptive Gtk+ theme based on Material Design Guidelines" +HOMEPAGE="https://github.com/adapta-project/adapta-gtk-theme" +SRC_URI="https://github.com/adapta-project/adapta-gtk-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare(){ + default + eautoreconf +} + +DEPEND="dev-libs/glib:2 + dev-ruby/sass:* + media-gfx/inkscape + x11-libs/gdk-pixbuf:2" + +RDEPEND="${DEPEND}" + +BDEPEND="virtual/pkgconfig" diff --git a/x11-themes/adapta-gtk-theme/metadata.xml b/x11-themes/adapta-gtk-theme/metadata.xml new file mode 100644 index 00000000000..203fa55c746 --- /dev/null +++ b/x11-themes/adapta-gtk-theme/metadata.xml @@ -0,0 +1,8 @@ + + + + + zlogene@gentoo.org + Mikle Kolyada + +