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 D4415138330 for ; Sun, 9 Oct 2016 10:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30596E0B6A; Sun, 9 Oct 2016 10:23:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04E6EE0B6A for ; Sun, 9 Oct 2016 10:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCE663415D8 for ; Sun, 9 Oct 2016 10:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5945324A0 for ; Sun, 9 Oct 2016 10:23:19 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1476008586.e67ada6622bf13a02e2761aa9ef0d0408cef66af.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/arc-icon-theme/Manifest x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild x11-themes/arc-icon-theme/metadata.xml X-VCS-Directories: x11-themes/arc-icon-theme/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e67ada6622bf13a02e2761aa9ef0d0408cef66af X-VCS-Branch: master Date: Sun, 9 Oct 2016 10:23:19 +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-Archives-Salt: bad3bc96-2f9e-4b3a-aaf6-ede0dc41e6fe X-Archives-Hash: be3c66ef01d3c7b5761c19a94dccb714 commit: e67ada6622bf13a02e2761aa9ef0d0408cef66af Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 9 10:21:52 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 9 10:23:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67ada66 x11-themes/arc-icon-theme: initial ebuild Complements x11-theme/arc-theme Package-Manager: portage-2.3.1 x11-themes/arc-icon-theme/Manifest | 1 + .../arc-icon-theme/arc-icon-theme-20160605.ebuild | 42 ++++++++++++++++++++++ x11-themes/arc-icon-theme/metadata.xml | 8 +++++ 3 files changed, 51 insertions(+) diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest new file mode 100644 index 00000000..a85cc08 --- /dev/null +++ b/x11-themes/arc-icon-theme/Manifest @@ -0,0 +1 @@ +DIST arc-icon-theme-20160605.tar.gz 4951906 SHA256 57d4f6ee79a9b541524d8f76b40e06ba361654efd0b9c513cf940209e204eeda SHA512 cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1 WHIRLPOOL bba31becdef50ced52f891b1e2f443fc7900e1dbd2cf24d66f7140d08cc91b7b930f92d4de43d721411e5d67da2b7382f4e6a3918bfbebcf9c3cdb774b3e83c1 diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild new file mode 100644 index 00000000..af889f7 --- /dev/null +++ b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools gnome2-utils + +DESCRIPTION="Vertex icon theme" +HOMEPAGE="https://github.com/horst3180/arc-icon-theme" +SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +# Require adwaita until moka is packaged +RDEPEND=" + x11-themes/adwaita-icon-theme +" +DEPEND="" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_prepare() { + default + eautoreconf +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml new file mode 100644 index 00000000..4cbddca --- /dev/null +++ b/x11-themes/arc-icon-theme/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +