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: Mon, 30 May 2022 23:33:31
Message-Id: 1653953601.16c5fb043587a1c046c44554a125de07ad74eec3.mattst88@gentoo
1 commit: 16c5fb043587a1c046c44554a125de07ad74eec3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 22:59:20 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 23:33:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c5fb04
7
8 net-irc/polari: Version bump to 42.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-irc/polari/Manifest | 1 +
13 net-irc/polari/polari-42.0.ebuild | 52 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 53 insertions(+)
15
16 diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
17 index 210d0728c1bb..7eb1fcdab30e 100644
18 --- a/net-irc/polari/Manifest
19 +++ b/net-irc/polari/Manifest
20 @@ -1 +1,2 @@
21 DIST polari-40.0.tar.xz 1051416 BLAKE2B ea6aea087ff3ba74e2cf16e848c228c0984eb7e5b7cc16579bbe8ceeb3655babb5dfbf3adbe245b66b590999c5b7e0077630b659d0db00e2da6ce0ac8b0281da SHA512 267eb904286f33e6ac510357de072285889d1c72ca832eb6a8520a20b1c2487708eaa0187d4c91b46b3b8019866f37a9ac036a71dee9cd9c9ad83443df0f146c
22 +DIST polari-42.0.tar.xz 1125160 BLAKE2B e4edeb2023c2df2e1ad855ceea4dc9e646eca18da61643698410724d1fbe031ee609a30e139b2ab2ad6ddf22d1a4ea0b408b4b93d7ac8874c35c9d49f96f16bd SHA512 a64e1841d91809389af4b1f7eebd1b1e187f9e5f7058a84ab3b50bbbdc3786a7ec89bd4ccc4935473d1de1c40f6dbd6daf30b6bff48dd132e28a4be3e8bfb114
23
24 diff --git a/net-irc/polari/polari-42.0.ebuild b/net-irc/polari/polari-42.0.ebuild
25 new file mode 100644
26 index 000000000000..2661d7d6748c
27 --- /dev/null
28 +++ b/net-irc/polari/polari-42.0.ebuild
29 @@ -0,0 +1,52 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit gnome.org gnome2-utils meson xdg
36 +
37 +DESCRIPTION="An IRC client for GNOME"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Polari https://gitlab.gnome.org/GNOME/polari"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~x86"
43 +IUSE="test"
44 +RESTRICT="!test? ( test )"
45 +
46 +DEPEND="
47 + >=dev-libs/glib-2.43.4:2
48 + net-libs/telepathy-glib[introspection]
49 + >=dev-libs/gobject-introspection-1.50:=
50 + >=dev-libs/gjs-1.69.2
51 +
52 + x11-libs/gdk-pixbuf:2[introspection]
53 + >=app-text/gspell-1.4.0[introspection]
54 + x11-libs/pango[introspection]
55 + app-crypt/libsecret[introspection]
56 + net-libs/libsoup:2.4[introspection]
57 + net-im/telepathy-logger[introspection]
58 +"
59 +RDEPEND="${DEPEND}
60 + >=net-irc/telepathy-idle-0.2
61 +"
62 +BDEPEND="
63 + dev-libs/appstream-glib
64 + dev-libs/libxml2:2
65 + dev-util/itstool
66 + >=sys-devel/gettext-0.19.8
67 + virtual/pkgconfig
68 + test? (
69 + dev-libs/json-glib
70 + )
71 +"
72 +
73 +pkg_postinst() {
74 + xdg_pkg_postinst
75 + gnome2_schemas_update
76 +}
77 +
78 +pkg_postrm() {
79 + xdg_pkg_postrm
80 + gnome2_schemas_update
81 +}