commit: 5507453358eec4aa36e8ec3d493864719717d901 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat May 12 18:29:40 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat May 12 18:29:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=55074533
net-irc/polari: bump to 3.26.2 Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-irc/polari/metadata.xml | 8 ++++++++ net-irc/polari/polari-3.26.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml new file mode 100644 index 00000000..996e7cac --- /dev/null +++ b/net-irc/polari/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> +</pkgmetadata> diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild new file mode 100644 index 00000000..a9c748c3 --- /dev/null +++ b/net-irc/polari/polari-3.26.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome-meson + +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/glib-2.43.4:2 + >=x11-libs/gtk+-3.21.6:3[introspection] + net-libs/telepathy-glib[introspection] + >=dev-libs/gobject-introspection-1.50:= + >=dev-libs/gjs-1.45.3 + x11-libs/gdk-pixbuf:2[introspection] + >=app-text/gspell-1.4.0[introspection] + x11-libs/pango[introspection] + app-crypt/libsecret[introspection] + net-libs/libsoup:2.4[introspection] + net-im/telepathy-logger[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 +"
