Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-icon-theme/
Date: Sun, 09 Oct 2016 10:23:22
Message-Id: 1476008586.e67ada6622bf13a02e2761aa9ef0d0408cef66af.eva@gentoo
1 commit: e67ada6622bf13a02e2761aa9ef0d0408cef66af
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 10:21:52 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 10:23:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67ada66
7
8 x11-themes/arc-icon-theme: initial ebuild
9
10 Complements x11-theme/arc-theme
11
12 Package-Manager: portage-2.3.1
13
14 x11-themes/arc-icon-theme/Manifest | 1 +
15 .../arc-icon-theme/arc-icon-theme-20160605.ebuild | 42 ++++++++++++++++++++++
16 x11-themes/arc-icon-theme/metadata.xml | 8 +++++
17 3 files changed, 51 insertions(+)
18
19 diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest
20 new file mode 100644
21 index 00000000..a85cc08
22 --- /dev/null
23 +++ b/x11-themes/arc-icon-theme/Manifest
24 @@ -0,0 +1 @@
25 +DIST arc-icon-theme-20160605.tar.gz 4951906 SHA256 57d4f6ee79a9b541524d8f76b40e06ba361654efd0b9c513cf940209e204eeda SHA512 cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1 WHIRLPOOL bba31becdef50ced52f891b1e2f443fc7900e1dbd2cf24d66f7140d08cc91b7b930f92d4de43d721411e5d67da2b7382f4e6a3918bfbebcf9c3cdb774b3e83c1
26
27 diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
28 new file mode 100644
29 index 00000000..af889f7
30 --- /dev/null
31 +++ b/x11-themes/arc-icon-theme/arc-icon-theme-20160605.ebuild
32 @@ -0,0 +1,42 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +inherit autotools gnome2-utils
40 +
41 +DESCRIPTION="Vertex icon theme"
42 +HOMEPAGE="https://github.com/horst3180/arc-icon-theme"
43 +SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +IUSE=""
48 +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"
49 +
50 +# Require adwaita until moka is packaged
51 +RDEPEND="
52 + x11-themes/adwaita-icon-theme
53 +"
54 +DEPEND=""
55 +
56 +# This ebuild does not install any binaries
57 +RESTRICT="binchecks strip"
58 +
59 +src_prepare() {
60 + default
61 + eautoreconf
62 +}
63 +
64 +pkg_preinst() {
65 + gnome2_icon_savelist
66 +}
67 +
68 +pkg_postinst() {
69 + gnome2_icon_cache_update
70 +}
71 +
72 +pkg_postrm() {
73 + gnome2_icon_cache_update
74 +}
75
76 diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml
77 new file mode 100644
78 index 00000000..4cbddca
79 --- /dev/null
80 +++ b/x11-themes/arc-icon-theme/metadata.xml
81 @@ -0,0 +1,8 @@
82 +<?xml version="1.0" encoding="UTF-8"?>
83 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 +<pkgmetadata>
85 + <maintainer type="project">
86 + <email>gnome@g.o</email>
87 + <name>Gentoo GNOME Desktop</name>
88 + </maintainer>
89 +</pkgmetadata>