Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/
Date: Tue, 06 Jul 2021 04:00:41
Message-Id: 1625544006.19488bc07c0c7d6cdc385d2c6bd70d9aa2c08d7c.mattst88@gentoo
1 commit: 19488bc07c0c7d6cdc385d2c6bd70d9aa2c08d7c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 03:49:43 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 04:00:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19488bc0
7
8 net-irc/polari: Version bump to 40.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-irc/polari/Manifest | 1 +
13 net-irc/polari/polari-40.0.ebuild | 54 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
17 index 4341041c7a5..efa92b834ca 100644
18 --- a/net-irc/polari/Manifest
19 +++ b/net-irc/polari/Manifest
20 @@ -1,2 +1,3 @@
21 DIST polari-3.36.3.tar.xz 1030640 BLAKE2B 72cee290c21cd0a1f96d25e02993dadba14247bb3b38d2ce62ebbe8670a9c7498e7dd123bef2ab3ffaea78019109697186cee409dd78a554afbbc5b5c4db56b5 SHA512 dcf8018ffdaffe2867ab7c3bbc1c874090df0ff5435ec16746780ae081dc61a0b7ec0e58d706b6e7eb8957b1f3fe9c24b586db831ab8b0565fa05c1bf3adae38
22 DIST polari-3.38.1.tar.xz 1050280 BLAKE2B 7c1e640a62003bda2217d914f9f19d6eea3994f780785334fd681c792653aa3ef1b4e3e4bc05d7bb15a614cc70e317f8e8a55445fe6e03c249f66b6b3e97af3d SHA512 196fd58324e1ee24eb58efcf9e11b9bec1cfd11781cba5d09b34344b7d3715f9bc215c7a3ec3b021ac5e1d2575a8200d8ab896b201488bf7da2acb10beb04262
23 +DIST polari-40.0.tar.xz 1051416 BLAKE2B ea6aea087ff3ba74e2cf16e848c228c0984eb7e5b7cc16579bbe8ceeb3655babb5dfbf3adbe245b66b590999c5b7e0077630b659d0db00e2da6ce0ac8b0281da SHA512 267eb904286f33e6ac510357de072285889d1c72ca832eb6a8520a20b1c2487708eaa0187d4c91b46b3b8019866f37a9ac036a71dee9cd9c9ad83443df0f146c
24
25 diff --git a/net-irc/polari/polari-40.0.ebuild b/net-irc/polari/polari-40.0.ebuild
26 new file mode 100644
27 index 00000000000..7cfe9e490f0
28 --- /dev/null
29 +++ b/net-irc/polari/polari-40.0.ebuild
30 @@ -0,0 +1,54 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit gnome.org gnome2-utils meson xdg
37 +
38 +DESCRIPTION="An IRC client for Gnome"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Polari"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~x86"
44 +IUSE="test"
45 +RESTRICT="!test? ( test )"
46 +
47 +DEPEND="
48 + >=dev-libs/glib-2.43.4:2
49 + >=x11-libs/gtk+-3.21.6:3[introspection]
50 + net-libs/telepathy-glib[introspection]
51 + >=dev-libs/gobject-introspection-1.50:=
52 + >=dev-libs/gjs-1.67.2
53 +
54 + x11-libs/gdk-pixbuf:2[introspection]
55 + >=app-text/gspell-1.4.0[introspection]
56 + x11-libs/pango[introspection]
57 + app-crypt/libsecret[introspection]
58 + net-libs/libsoup:2.4[introspection]
59 + net-im/telepathy-logger[introspection]
60 +"
61 +RDEPEND="${DEPEND}
62 + >=net-irc/telepathy-idle-0.2
63 +"
64 +BDEPEND="
65 + dev-libs/appstream-glib
66 + dev-libs/libxml2:2
67 + dev-util/itstool
68 + >=sys-devel/gettext-0.19.8
69 + virtual/pkgconfig
70 + test? (
71 + dev-lang/spidermonkey:78
72 + dev-libs/json-glib
73 + )
74 +"
75 +
76 +pkg_postinst() {
77 + xdg_pkg_postinst
78 + gnome2_schemas_update
79 +}
80 +
81 +pkg_postrm() {
82 + xdg_pkg_postrm
83 + gnome2_schemas_update
84 +}