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: Fri, 26 Jun 2020 09:04:07
Message-Id: 1593162238.9a48b2767ef404457addbc0b1fae3d102ef2a8eb.hanno@gentoo
1 commit: 9a48b2767ef404457addbc0b1fae3d102ef2a8eb
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 09:03:58 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 09:03:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a48b276
7
8 net-im/gajim: Version bump.
9
10 Update changed upstream dependencies.
11 Avoid distutils/setuptools warning.
12
13 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15
16 net-im/gajim/Manifest | 1 +
17 net-im/gajim/gajim-1.2.0.ebuild | 85 +++++++++++++++++++++++++++++++++++++++++
18 2 files changed, 86 insertions(+)
19
20 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
21 index 23f269a95b7..8365086857d 100644
22 --- a/net-im/gajim/Manifest
23 +++ b/net-im/gajim/Manifest
24 @@ -1 +1,2 @@
25 DIST gajim-1.1.3.tar.bz2 8013585 BLAKE2B 7be25380ecfe76ae5e2a7534665688dcca9ff850c12c7a450e8d1f6caab1820a1022750710df0a8a7ae259c5748f55582b272ad83fbdb0560f18e6ab8642bf78 SHA512 18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac
26 +DIST gajim-1.2.0.tar.gz 9605006 BLAKE2B b68e801fedf89d14e8831a52f952fa3937b8f8ed0423a0289d5c665b50244db8db9d91dd24203e446d691e26843dd75dbf0de2b1b183cc0a8fb178bc7632c500 SHA512 e73802dd1172c1fa38be10e6fb5d605109dacf0491516b15111ccd05389309af217e8af68440a1333b8a636c9ff425dec6d4461296ba47f1bb6dbb3000b02fd0
27
28 diff --git a/net-im/gajim/gajim-1.2.0.ebuild b/net-im/gajim/gajim-1.2.0.ebuild
29 new file mode 100644
30 index 00000000000..9dd5e08d83c
31 --- /dev/null
32 +++ b/net-im/gajim/gajim-1.2.0.ebuild
33 @@ -0,0 +1,85 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{6,7,8} )
40 +PYTHON_REQ_USE="sqlite,xml"
41 +DISTUTILS_SINGLE_IMPL=1
42 +DISTUTILS_USE_SETUPTOOLS=rdepend
43 +
44 +inherit distutils-r1 xdg-utils
45 +
46 +DESCRIPTION="Jabber client written in PyGTK"
47 +HOMEPAGE="https://gajim.org/"
48 +SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
54 +
55 +COMMON_DEPEND="
56 + dev-libs/gobject-introspection[cairo(+)]
57 + >=x11-libs/gtk+-3.22:3[introspection]"
58 +DEPEND="${COMMON_DEPEND}
59 + app-arch/unzip
60 + >=dev-util/intltool-0.40.1
61 + virtual/pkgconfig
62 + >=sys-devel/gettext-0.17-r1"
63 +RDEPEND="${COMMON_DEPEND}
64 + $(python_gen_cond_dep '
65 + dev-python/idna[${PYTHON_USEDEP}]
66 + dev-python/precis-i18n[${PYTHON_USEDEP}]
67 + dev-python/pyasn1[${PYTHON_USEDEP}]
68 + dev-python/pycairo[${PYTHON_USEDEP}]
69 + dev-python/pycurl[${PYTHON_USEDEP}]
70 + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
71 + >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
72 + >=dev-python/python-nbxmpp-1.0.0[${PYTHON_USEDEP}]
73 + x11-libs/libXScrnSaver
74 + app-crypt/libsecret[crypt,introspection]
75 + dev-python/keyring[${PYTHON_USEDEP}]
76 + >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
77 + dev-python/css-parser[${PYTHON_USEDEP}]
78 + dev-python/packaging[${PYTHON_USEDEP}]
79 + crypt? (
80 + dev-python/pycryptodome[${PYTHON_USEDEP}]
81 + >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
82 + geolocation? ( app-misc/geoclue[introspection] )
83 + jingle? (
84 + net-libs/farstream:0.2[introspection]
85 + media-libs/gstreamer:1.0[introspection]
86 + media-libs/gst-plugins-base:1.0[introspection]
87 + media-libs/gst-plugins-ugly:1.0
88 + )
89 + remote? (
90 + >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
91 + sys-apps/dbus[X]
92 + )
93 + rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
94 + spell? (
95 + app-text/gspell[introspection]
96 + app-text/hunspell
97 + )
98 + upnp? ( net-libs/gupnp-igd[introspection] )
99 + webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
100 + ')"
101 +
102 +src_install() {
103 + distutils-r1_src_install
104 +
105 + # avoid precompressed man pages
106 + rm -r "${D}/usr/share/man"
107 + doman data/*.1
108 +}
109 +
110 +pkg_postinst() {
111 + xdg_icon_cache_update
112 + xdg_desktop_database_update
113 +}
114 +
115 +pkg_postrm() {
116 + xdg_icon_cache_update
117 + xdg_desktop_database_update
118 +}