Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/hicolor-icon-theme/
Date: Tue, 22 Aug 2017 14:22:10
Message-Id: 1503411723.559099c0a452c171e8298dec4a0ebc78fe565f15.polynomial-c@gentoo
1 commit: 559099c0a452c171e8298dec4a0ebc78fe565f15
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 22 14:21:50 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 14:22:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559099c0
7
8 x11-themes/hicolor-icon-theme: Bump to version 0.16
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-themes/hicolor-icon-theme/Manifest | 1 +
13 .../hicolor-icon-theme-0.16.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/x11-themes/hicolor-icon-theme/Manifest b/x11-themes/hicolor-icon-theme/Manifest
17 index 980e476d48d..0b0fa86b515 100644
18 --- a/x11-themes/hicolor-icon-theme/Manifest
19 +++ b/x11-themes/hicolor-icon-theme/Manifest
20 @@ -1 +1,2 @@
21 DIST hicolor-icon-theme-0.15.tar.xz 51056 SHA256 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc SHA512 4ae3cb1d2d1dfc219424d41ffd72323a44e5320117e5e88f81c1629964dd42ab2055c999d0c846f9d8834e7b922b5cec36481e8c82fede6a4e73faf3ac09bd20 WHIRLPOOL a33a9d59f3b9fae944bd5da37f5d47527aa2c83a15c4ac6ae2b32d3533fe3eacd4264228bbf92569b11052a03d6c5d5cc05ea262ae799c558226ab73184bd7f6
22 +DIST hicolor-icon-theme-0.16.tar.xz 52976 SHA256 b0f8e770815fc80f7719d367608a2eb05572570cfca2734f986deae73e7d1f39 SHA512 db883032c3c0375575e20127f100cda3fbd4ab7c90952bd555ce99318a5c233695bf8799ac08ef2617efeac3fcdee227e2ecdd3d8361db8240d68f088446877f WHIRLPOOL 0cb4004ff587f1c5c29cdbedf7db6433d8bcf7d489c087918b9887db4dd794e42b32c0414e110a702cb2208b5cb79ddc6efe43d861c4f1806db354401bf3cdc7
23
24 diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild
25 new file mode 100644
26 index 00000000000..cd94aeb6176
27 --- /dev/null
28 +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +inherit gnome2-utils
35 +
36 +DESCRIPTION="Fallback theme for the freedesktop icon theme specification"
37 +HOMEPAGE="https://freedesktop.org/wiki/Software/icon-theme"
38 +SRC_URI="https://icon-theme.freedesktop.org/releases/${P}.tar.xz"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
43 +IUSE=""
44 +
45 +RDEPEND=""
46 +DEPEND="app-arch/xz-utils"
47 +
48 +RESTRICT="binchecks strip"
49 +
50 +pkg_preinst() { gnome2_icon_savelist; }
51 +pkg_postinst() { gnome2_icon_cache_update; }
52 +pkg_postrm() { gnome2_icon_cache_update; }