sys-libs/libomp: Bump to 7.0.0rc3
[gentoo.git] / gnome-extra / gnome-directory-thumbnailer / gnome-directory-thumbnailer-0.1.10.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit gnome2
6
7 DESCRIPTION="Thumbnail generator for directories"
8 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer"
9
10 LICENSE="LGPL-2.1+"
11 SLOT="0"
12 IUSE=""
13 KEYWORDS="amd64 x86"
14
15 RDEPEND="
16         >=dev-libs/glib-2.35:2
17         >=x11-libs/gdk-pixbuf-2.36.5:2
18         >=gnome-base/gnome-desktop-2.2:3=
19         x11-libs/gtk+:3
20 "
21 DEPEND="${RDEPEND}
22         >=dev-util/intltool-0.40
23         virtual/pkgconfig
24 "