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, 13 Mar 2019 18:51:02
Message-Id: 1552502698.1902991152959bcb5e7d92c0bb3c751a5002650a.leio@gentoo
1 commit: 1902991152959bcb5e7d92c0bb3c751a5002650a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 18:42:44 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 18:44:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19029911
7
8 dev-util/gtk-update-icon-cache: bump to 3.24.7
9
10 Ported to meson. Using gnome gitlab for hosting now, so SRC_URI
11 directly from there too now.
12
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 dev-util/gtk-update-icon-cache/Manifest | 1 +
17 .../gtk-update-icon-cache-3.24.7.ebuild | 31 ++++++++++++++++++++++
18 2 files changed, 32 insertions(+)
19
20 diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest
21 index 404c7f3d7a6..fb402e60880 100644
22 --- a/dev-util/gtk-update-icon-cache/Manifest
23 +++ b/dev-util/gtk-update-icon-cache/Manifest
24 @@ -1,3 +1,4 @@
25 DIST gtk-update-icon-cache-3.22.19.tar.xz 367224 BLAKE2B be3fb3785776052eed0f102e9665628aec1bec93953de1cdb795af8db458cedd07fa717abee4dc9e6d8c4c8f45209371ac130fa29e8a77622290524b771b5c89 SHA512 3ca12d38781a716c1b3f8584089e2c038aa18584c5e1b4c41098173f73f839cabdbb0e8b25b1c69a8b9b9f016b9c3c8594c4b26c2463cea278754f13afb7c795
26 DIST gtk-update-icon-cache-3.24.0.tar.xz 372708 BLAKE2B 2a6bffd4453c2201bbb78e4ba581f6bd6453f650ca32de7e8002cb88f5872c868ef25973587c96b58b28d2b74fbbac192dd608e72cd5bbbc0823486a9c55c46c SHA512 9dada697ace2ea5f3b5ab64c6063c1a9a792f9b9aa23d4c3888e3a487fda9b1c99a5d0793bb0f9e182dc66a1a5c7ff944f8b9f2ca2f4de7ecc24c048d7a55339
27 DIST gtk-update-icon-cache-3.24.3.tar.xz 372612 BLAKE2B 6087334fdca3aa7f93b1b6c5a7195ede2376ec80d2618809f924f9b612de46a8d3e95f0a90030deb939f27949458f9ec72b11600c2bf8b1ae6089284324f2c9d SHA512 0e47977567314abc64419440cc0f276525286fb65acbfe7fff21d6cf548fbc072865f8a2ed18e3114508a7e8fa696453c26e1ad53e638ee11dab57b4a6cf75a5
28 +DIST gtk-update-icon-cache-3.24.7.tar.bz2 91098 BLAKE2B a97bf3e168238afd8c20c9adea281c9bb71764b5227e5e3c5f78b175568e5a8ea14ab7d2de6aa9e6d38b766cf5f7f1c5c0f646b6d2dd55c0747e43bad4c0a319 SHA512 2396034539628f74bee6539666d0c5eed85814044aa58b21272beb27f7fe47cbd6b5326e358cd1cbef0e1498fcef20b2aabed1bb831cfa1e528a011ce8312e7b
29
30 diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild
31 new file mode 100644
32 index 00000000000..8187209413d
33 --- /dev/null
34 +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild
35 @@ -0,0 +1,31 @@
36 +# Copyright 1999-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +inherit meson
42 +
43 +DESCRIPTION="GTK update icon cache"
44 +HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache"
45 +SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2"
46 +
47 +LICENSE="LGPL-2.1+"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 +
53 +# man page was previously installed by gtk+:3 ebuild
54 +RDEPEND="
55 + >=dev-libs/glib-2.53.4:2
56 + >=x11-libs/gdk-pixbuf-2.30:2
57 + !<x11-libs/gtk+-2.24.28-r1:2
58 + !<x11-libs/gtk+-3.22.2:3
59 +"
60 +DEPEND="${RDEPEND}
61 + app-text/docbook-xml-dtd:4.3
62 + app-text/docbook-xsl-stylesheets
63 + dev-libs/libxslt
64 + >=sys-devel/gettext-0.19.8
65 + virtual/pkgconfig
66 +"