Use https by default
[gentoo.git] / dev-util / gtk-update-icon-cache / gtk-update-icon-cache-3.16.4.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6 GCONF_DEBUG="no"
7
8 inherit gnome2
9
10 DESCRIPTION="GTK update icon cache"
11 HOMEPAGE="http://www.gtk.org/"
12 SRC_URI="https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
13
14 LICENSE="LGPL-2+"
15 SLOT="0"
16 IUSE=""
17
18 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
20 RDEPEND="
21         >=dev-libs/glib-2.43.4:2
22         >=x11-libs/gdk-pixbuf-2.30:2
23         !<x11-libs/gtk+-2.24.28-r1:2
24 "
25 DEPEND="${RDEPEND}
26         >=dev-util/intltool-0.50.1
27         sys-devel/gettext
28         virtual/pkgconfig
29 "