Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
Date: Thu, 15 Apr 2021 06:15:27
Message-Id: 1618467314.eda3495ce0dc267e05ee3adce84441f5335cdd26.hanno@gentoo
1 commit: eda3495ce0dc267e05ee3adce84441f5335cdd26
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 06:15:14 2021 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 06:15:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda3495c
7
8 net-im/gajim: Bump re-adds plugin installer
9
10 The original 1.3.1 release was missing the plugin installer,
11 upstream has published an updated tarball.
12
13 Closes: https://bugs.gentoo.org/782895
14 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
15 Package-Manager: Portage-3.0.18, Repoman-3.0.3
16
17 net-im/gajim/Manifest | 1 +
18 net-im/gajim/gajim-1.3.1_p2.ebuild | 88 ++++++++++++++++++++++++++++++++++++++
19 2 files changed, 89 insertions(+)
20
21 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
22 index 6b9094fdcf7..d52cae25e93 100644
23 --- a/net-im/gajim/Manifest
24 +++ b/net-im/gajim/Manifest
25 @@ -1,4 +1,5 @@
26 DIST gajim-1.2.1.tar.gz 9421625 BLAKE2B 890c4ac30506a771a3158f46c687723aacfed5fe7b7da3984e8de7354d8a448508cf98e5b224060078571bb27eecb2bb74927d610dae23709a522d77bb018961 SHA512 1a1ebc3a0605a12b5f459c576037359543814686a170199148e44e409d4f054cefdb66505e68ed4c28bd8c64a7910a70301c2d90d1d4b31b9587d9126329e8c4
27 DIST gajim-1.2.2.tar.gz 9416794 BLAKE2B ab1dd2997422175bb7591bc11b230c47f9b72326fbf5b652ae15710bb46798ac8a1514dc2e1361e89bef4a80f43d5f64cf09879f3faffa927aa4407fe696b564 SHA512 297afa2b0ac44aad59b203907b1479fb8f004e2dc2a00681fa8034d76e4fb89ee3dcb4fb96011028382659bcb978cf214c396073d29b3dd0a7a711454915057b
28 DIST gajim-1.3.0.tar.gz 9886259 BLAKE2B c9d0912f4d2cb76668978ca48fb1bc2db203cae7ea8dba7fd03c40d1cfee3da84131e2cd82ed6b27ed4c9a70a37328c57551fe1190e29bbd0c9a3cd6f9fa4a66 SHA512 4b68b97f6e4edcc2aa4b009a0131e4781c4ca52340ce98369154c602f7ee71e974e0840af0ae6ab28fc9e2fd34433ec0f304e10847e6cc257de3cde60b90b349
29 +DIST gajim-1.3.1-2.tar.gz 9538193 BLAKE2B 2517b3eeaf3d8b9304e72c82e533d7424b7deb48d2543f366b91b8cf9a3e278f5b4d271d9128529f8e623f6b6fa26b5b97932112598118bf4ec24f97c4199669 SHA512 01d0e77e856935c7d388144fdc8c33271f41752a3544f713eb0ffe070bb7aee6fb3ae28aeddcda69298e405de21bc2ef004e8d7f4c59b3b09eb9366bbd6b0642
30 DIST gajim-1.3.1.tar.gz 9885129 BLAKE2B ee1fac7f1354576879c5ef14d167d4f7248e497f5b7c468d4bdeb9bf93b749482e221e4ad7a965c86799baa959020303b1b3e49ca99ce1607fc721d0722cbffd SHA512 840b9424c4f93281fe32569331917ba3bdd0afc51428d778ec357b1b0dfc9aecdf77a48c44fa4b66259d82633ca277ccab6b4d6ead47e7eb66d22f078e8ebb84
31
32 diff --git a/net-im/gajim/gajim-1.3.1_p2.ebuild b/net-im/gajim/gajim-1.3.1_p2.ebuild
33 new file mode 100644
34 index 00000000000..68604b8786a
35 --- /dev/null
36 +++ b/net-im/gajim/gajim-1.3.1_p2.ebuild
37 @@ -0,0 +1,88 @@
38 +# Copyright 1999-2021 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +PYTHON_COMPAT=( python3_{7,8,9} )
44 +PYTHON_REQ_USE="sqlite,xml"
45 +DISTUTILS_SINGLE_IMPL=1
46 +DISTUTILS_USE_SETUPTOOLS=rdepend
47 +
48 +inherit distutils-r1 xdg-utils
49 +
50 +DESCRIPTION="Jabber client written in PyGTK"
51 +HOMEPAGE="https://gajim.org/"
52 +SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${PN}-${PV/_p/-}.tar.gz"
53 +
54 +LICENSE="GPL-3"
55 +SLOT="0"
56 +KEYWORDS="~amd64 ~x86"
57 +IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
58 +S="${WORKDIR}/${PN}-${PV/_p2/}"
59 +
60 +COMMON_DEPEND="
61 + dev-libs/gobject-introspection[cairo(+)]
62 + >=x11-libs/gtk+-3.22:3[introspection]"
63 +DEPEND="${COMMON_DEPEND}
64 + app-arch/unzip
65 + >=dev-util/intltool-0.40.1
66 + virtual/pkgconfig
67 + >=sys-devel/gettext-0.17-r1"
68 +RDEPEND="${COMMON_DEPEND}
69 + $(python_gen_cond_dep '
70 + dev-python/idna[${PYTHON_USEDEP}]
71 + dev-python/precis-i18n[${PYTHON_USEDEP}]
72 + dev-python/pyasn1[${PYTHON_USEDEP}]
73 + dev-python/pycairo[${PYTHON_USEDEP}]
74 + dev-python/pycurl[${PYTHON_USEDEP}]
75 + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
76 + dev-python/pyopenssl[${PYTHON_USEDEP}]
77 + >=dev-python/python-nbxmpp-2.0.2[${PYTHON_USEDEP}]
78 + x11-libs/libXScrnSaver
79 + app-crypt/libsecret[crypt,introspection]
80 + dev-python/keyring[${PYTHON_USEDEP}]
81 + >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
82 + dev-python/css-parser[${PYTHON_USEDEP}]
83 + dev-python/packaging[${PYTHON_USEDEP}]
84 + net-libs/libsoup[introspection]
85 + media-libs/gsound[introspection]
86 + crypt? (
87 + dev-python/pycryptodome[${PYTHON_USEDEP}]
88 + >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
89 + geolocation? ( app-misc/geoclue[introspection] )
90 + jingle? (
91 + net-libs/farstream:0.2[introspection]
92 + media-libs/gstreamer:1.0[introspection]
93 + media-libs/gst-plugins-base:1.0[introspection]
94 + media-libs/gst-plugins-ugly:1.0
95 + )
96 + remote? (
97 + >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
98 + sys-apps/dbus[X]
99 + )
100 + rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
101 + spell? (
102 + app-text/gspell[introspection]
103 + app-text/hunspell
104 + )
105 + upnp? ( net-libs/gupnp-igd[introspection] )
106 + webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
107 + ')"
108 +
109 +src_install() {
110 + distutils-r1_src_install
111 +
112 + # avoid precompressed man pages
113 + rm -r "${D}/usr/share/man"
114 + doman data/*.1
115 +}
116 +
117 +pkg_postinst() {
118 + xdg_icon_cache_update
119 + xdg_desktop_database_update
120 +}
121 +
122 +pkg_postrm() {
123 + xdg_icon_cache_update
124 + xdg_desktop_database_update
125 +}