net-irc/polari: raise dependency on gjs to fix segfault
authorGilles Dartiguelongue <eva@gentoo.org>
Thu, 8 Sep 2016 21:32:12 +0000 (23:32 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Thu, 8 Sep 2016 23:02:52 +0000 (01:02 +0200)
As found in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821855

Package-Manager: portage-2.3.0

net-irc/polari/polari-3.20.3-r1.ebuild [new file with mode: 0644]

diff --git a/net-irc/polari/polari-3.20.3-r1.ebuild b/net-irc/polari/polari-3.20.3-r1.ebuild
new file mode 100644 (file)
index 0000000..2dcb002
--- /dev/null
@@ -0,0 +1,32 @@
+# 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="
+       >=dev-libs/gjs-1.45.3
+       >=dev-libs/glib-2.43.4:2
+       >=dev-libs/gobject-introspection-0.9.6:=
+       net-libs/telepathy-glib[introspection]
+       >=x11-libs/gtk+-3.19.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+       >=net-irc/telepathy-idle-0.2
+       net-im/telepathy-logger[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+       dev-libs/appstream-glib
+       >=dev-util/intltool-0.50
+       virtual/pkgconfig
+"