You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-irc/polari/polari-3.22.1.ebuild

37 lines
804 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit gnome2
DESCRIPTION="An IRC client for Gnome"
HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
COMMON_DEPEND="
app-crypt/libsecret[introspection]
>=dev-libs/gjs-1.45.3
>=dev-libs/glib-2.43.4:2
>=dev-libs/gobject-introspection-1.50:=
net-im/telepathy-logger[introspection]
net-libs/libsoup:2.4[introspection]
net-libs/telepathy-glib[introspection]
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.21.6:3[introspection]
"
RDEPEND="${COMMON_DEPEND}
>=net-irc/telepathy-idle-0.2
"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-libs/appstream-glib
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
"