dev-python/pip: arm64 stable (bug #719946)
[gentoo.git] / dev-util / gtk-update-icon-cache / gtk-update-icon-cache-3.24.16.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit meson
7
8 DESCRIPTION="GTK update icon cache"
9 HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache"
10 SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2"
11
12 LICENSE="LGPL-2.1+"
13 SLOT="0"
14 IUSE=""
15
16 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"
17
18 # man page was previously installed by gtk+:3 ebuild
19 RDEPEND="
20         >=dev-libs/glib-2.53.4:2
21         >=x11-libs/gdk-pixbuf-2.30:2
22         !<x11-libs/gtk+-2.24.28-r1:2
23         !<x11-libs/gtk+-3.22.2:3
24 "
25 DEPEND="${RDEPEND}
26         app-text/docbook-xml-dtd:4.3
27         app-text/docbook-xsl-stylesheets
28         dev-libs/libxslt
29         >=sys-devel/gettext-0.19.8
30         virtual/pkgconfig
31 "