gnome-base/nautilus: x86 stable wrt bug #717144
[gentoo.git] / gnome-base / gnome-mime-data / gnome-mime-data-2.18.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5 GCONF_DEBUG="yes"
6 GNOME_TARBALL_SUFFIX="bz2"
7
8 inherit gnome2
9
10 DESCRIPTION="MIME data for Gnome"
11 HOMEPAGE="https://www.gnome.org/"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
16 IUSE=""
17
18 RDEPEND=""
19 DEPEND="
20         virtual/pkgconfig
21         >=dev-util/intltool-0.35
22 "
23
24 src_prepare() {
25         intltoolize --force || die "intltoolize failed"
26         gnome2_src_prepare
27 }