diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2022-10-11 14:07:34 -0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-11 14:08:08 -0400 |
commit | 89f4cf3eafcf5714011f155a16f52afccd0697b9 (patch) | |
tree | ff4724ebdf9418c033494a426a849312174adfce /net-irc/polari | |
parent | gnome-base/librsvg: Version bump to 2.55.1 (diff) | |
download | gentoo-89f4cf3eafcf5714011f155a16f52afccd0697b9.tar.gz gentoo-89f4cf3eafcf5714011f155a16f52afccd0697b9.tar.bz2 gentoo-89f4cf3eafcf5714011f155a16f52afccd0697b9.zip |
net-irc/polari: Version bump to 43.0
Closes: https://github.com/gentoo/gentoo/pull/27741
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-irc/polari')
-rw-r--r-- | net-irc/polari/Manifest | 1 | ||||
-rw-r--r-- | net-irc/polari/polari-43.0.ebuild | 52 |
2 files changed, 53 insertions, 0 deletions
diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest index c69054076f10..0f9dc7c013fd 100644 --- a/net-irc/polari/Manifest +++ b/net-irc/polari/Manifest @@ -1 +1,2 @@ DIST polari-42.0.tar.xz 1125160 BLAKE2B e4edeb2023c2df2e1ad855ceea4dc9e646eca18da61643698410724d1fbe031ee609a30e139b2ab2ad6ddf22d1a4ea0b408b4b93d7ac8874c35c9d49f96f16bd SHA512 a64e1841d91809389af4b1f7eebd1b1e187f9e5f7058a84ab3b50bbbdc3786a7ec89bd4ccc4935473d1de1c40f6dbd6daf30b6bff48dd132e28a4be3e8bfb114 +DIST polari-43.0.tar.xz 1128316 BLAKE2B 224c70d77ad772aacc5264b2ff15b9371cbfb47bcdaef3b3fd6b55b86e48947b960773e9568f3a6830b1958b2d901ec9d3e3da3cd3fb1c6341a5fa7d34ab5014 SHA512 ff1d96f7e464043616760f378136c3dfb1b5fc3fce3d24fe067540ce0a306d76027681f085ad0030959a6b1653d9f0291e108457305c16849936ab25861fe285 diff --git a/net-irc/polari/polari-43.0.ebuild b/net-irc/polari/polari-43.0.ebuild new file mode 100644 index 000000000000..873643dc14dc --- /dev/null +++ b/net-irc/polari/polari-43.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="An IRC client for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Polari https://gitlab.gnome.org/GNOME/polari" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-libs/glib-2.43.4:2 + net-libs/telepathy-glib[introspection] + >=dev-libs/gobject-introspection-1.50:= + >=dev-libs/gjs-1.73.1 + + 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="${DEPEND} + >=net-irc/telepathy-idle-0.2 +" +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + test? ( + dev-libs/json-glib + ) +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} |