x11-terms/xfce4-terminal: x86 stable wrt bug #596944
[gentoo.git] / x11-terms / xfce4-terminal / xfce4-terminal-0.8.5.1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A terminal emulator for the Xfce desktop environment"
7 HOMEPAGE="https://docs.xfce.org/apps/terminal/start"
8 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*.*}/${P}.tar.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
13 IUSE=""
14
15 RDEPEND=">=dev-libs/glib-2.32:2=
16         >=x11-libs/gtk+-3.16:3=
17         x11-libs/libX11:=
18         >=x11-libs/vte-0.38:2.91=
19         >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]"
20 DEPEND="${RDEPEND}
21         dev-libs/libxml2
22         dev-util/intltool
23         sys-devel/gettext
24         virtual/pkgconfig"
25
26 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )