Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-telegram/
Date: Mon, 03 Aug 2020 22:29:38
Message-Id: 1596493738.a875d63b47cb68ceea0915be3e3807b8b515ed66.conikost@gentoo
1 commit: a875d63b47cb68ceea0915be3e3807b8b515ed66
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 22:28:42 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 22:28:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a875d63b
7
8 x11-plugins/pidgin-telegram: add png use flag
9
10 Closes: https://bugs.gentoo.org/735116
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild | 6 ++++--
15 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild | 4 +++-
16 2 files changed, 7 insertions(+), 3 deletions(-)
17
18 diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild
19 index 21c27ac8d19..5d6f31afd45 100644
20 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild
21 +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr
29 LICENSE="GPL-2+"
30 KEYWORDS="amd64 x86"
31 SLOT="0"
32 -IUSE="gcrypt libressl +nls +webp"
33 +IUSE="gcrypt libressl +nls +png +webp"
34
35 RDEPEND="net-im/pidgin
36 sys-libs/zlib:=
37 @@ -19,6 +19,7 @@ RDEPEND="net-im/pidgin
38 libressl? ( dev-libs/libressl:0= )
39 !libressl? ( dev-libs/openssl:0= )
40 )
41 + png? ( media-libs/libpng:0= )
42 webp? ( media-libs/libwebp:= )"
43
44 DEPEND="${RDEPEND}"
45 @@ -43,6 +44,7 @@ src_configure() {
46 local myeconfargs=(
47 $(use_enable gcrypt)
48 $(use_enable nls translation)
49 + $(use_enable png libpng)
50 $(use_enable webp libwebp)
51 )
52
53
54 diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
55 index dbf8c2bf6f0..a7a509ac64c 100644
56 --- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
57 +++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
58 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegr
59 LICENSE="GPL-2+"
60 KEYWORDS="~amd64 ~x86"
61 SLOT="0"
62 -IUSE="gcrypt libressl +nls +webp"
63 +IUSE="gcrypt libressl +nls +png +webp"
64
65 RDEPEND="
66 net-im/pidgin
67 @@ -20,6 +20,7 @@ RDEPEND="
68 libressl? ( dev-libs/libressl:0= )
69 !libressl? ( dev-libs/openssl:0= )
70 )
71 + png? ( media-libs/libpng:0= )
72 webp? ( media-libs/libwebp:= )
73 "
74
75 @@ -47,6 +48,7 @@ src_configure() {
76 local myeconfargs=(
77 $(use_enable gcrypt)
78 $(use_enable nls translation)
79 + $(use_enable png libpng)
80 $(use_enable webp libwebp)
81 )