Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/
Date: Wed, 29 Apr 2020 21:12:24
Message-Id: 1588194723.6a17915186f18d4f0a18db9175e3bc6e5f3440e2.leio@gentoo
1 commit: 6a17915186f18d4f0a18db9175e3bc6e5f3440e2
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 21:11:55 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 21:12:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a179151
7
8 dev-util/gtk-update-icon-cache: bump to 3.24.20
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-util/gtk-update-icon-cache/Manifest | 1 +
14 .../gtk-update-icon-cache-3.24.20.ebuild | 31 ++++++++++++++++++++++
15 2 files changed, 32 insertions(+)
16
17 diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest
18 index 1ac0cc65c34..c591952c86c 100644
19 --- a/dev-util/gtk-update-icon-cache/Manifest
20 +++ b/dev-util/gtk-update-icon-cache/Manifest
21 @@ -1 +1,2 @@
22 DIST gtk-update-icon-cache-3.24.16.tar.bz2 91713 BLAKE2B 883c1437ecbff8cdec545fb3a59270569de32f59c48cb7e2401332a2547ccf41487ff2778e382815695eca34cf88baddc955acf8b2b7b7ab1edf06dec5be8683 SHA512 53bdaa8d29e1c343cf9e5d0acddd852d1a3d43a9c03e8e7c186245f5ab536742b39bd7c76b9fee3a2b5342ab573be621d59f7282f41b08097061c8f5df158c06
23 +DIST gtk-update-icon-cache-3.24.20.tar.bz2 91769 BLAKE2B 4fb1d4e06117924377e2e3f28f733ffd4f929414e6e36855a4486d6aa2a63f3a37cf5710c8dffdb6c32470c24861070a3160b8373dfa10a3831d098446f5701f SHA512 2ba23145e3cd46d3cd7129c68355c6918a271688935b828be110049e6a912879d25f88a8105c8dd1484de8b0c89d220bb6e8f4282aaf083602ad88e2cef9a54e
24
25 diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
26 new file mode 100644
27 index 00000000000..4c02aa74fa1
28 --- /dev/null
29 +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
30 @@ -0,0 +1,31 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit meson
37 +
38 +DESCRIPTION="GTK update icon cache"
39 +HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache"
40 +SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2"
41 +
42 +LICENSE="LGPL-2.1+"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +
48 +# man page was previously installed by gtk+:3 ebuild
49 +RDEPEND="
50 + >=dev-libs/glib-2.53.4:2
51 + >=x11-libs/gdk-pixbuf-2.30:2
52 + !<x11-libs/gtk+-2.24.28-r1:2
53 + !<x11-libs/gtk+-3.22.2:3
54 +"
55 +DEPEND="${RDEPEND}
56 + app-text/docbook-xml-dtd:4.3
57 + app-text/docbook-xsl-stylesheets
58 + dev-libs/libxslt
59 + >=sys-devel/gettext-0.19.8
60 + virtual/pkgconfig
61 +"