Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/
Date: Thu, 15 Apr 2021 08:56:10
Message-Id: 1618476897.03d270f118c6c44053d4d424d0058ec179b67fc1.juippis@gentoo
1 commit: 03d270f118c6c44053d4d424d0058ec179b67fc1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 08:54:57 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 08:54:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d270f1
7
8 net-im/qtox: use proper 1.17.3 release tarball
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-im/qtox/qtox-1.17.3.ebuild | 24 +++++++++++++-----------
13 1 file changed, 13 insertions(+), 11 deletions(-)
14
15 diff --git a/net-im/qtox/qtox-1.17.3.ebuild b/net-im/qtox/qtox-1.17.3.ebuild
16 index 648bedd8015..c43dea81fae 100644
17 --- a/net-im/qtox/qtox-1.17.3.ebuild
18 +++ b/net-im/qtox/qtox-1.17.3.ebuild
19 @@ -8,12 +8,12 @@ inherit cmake xdg
20
21 DESCRIPTION="qTox is an instant messaging client using the encrypted p2p Tox protocol"
22 HOMEPAGE="https://qtox.github.io/"
23 -SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
24 +SRC_URI="https://github.com/qTox/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz"
25
26 LICENSE="GPL-3+"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -IUSE="spellcheck notification test X"
30 +IUSE="notification spellcheck test X"
31
32 RESTRICT="!test? ( test )"
33
34 @@ -24,29 +24,31 @@ BDEPEND="
35 virtual/pkgconfig
36 "
37 RDEPEND="
38 - dev-qt/qtconcurrent:5
39 - dev-qt/qtcore:5
40 || (
41 dev-qt/qtgui:5[gif,jpeg,png,X(-)]
42 dev-qt/qtgui:5[gif,jpeg,png,xcb(-)]
43 )
44 + dev-db/sqlcipher
45 + dev-libs/libsodium:=
46 + dev-qt/qtconcurrent:5
47 + dev-qt/qtcore:5
48 dev-qt/qtnetwork:5
49 dev-qt/qtopengl:5
50 + dev-qt/qtsql:5
51 dev-qt/qtsvg:5
52 dev-qt/qtwidgets:5
53 dev-qt/qtxml:5
54 - dev-qt/qtsql:5
55 - dev-db/sqlcipher
56 - dev-libs/libsodium:=
57 media-gfx/qrencode:=
58 media-libs/libexif:=
59 media-libs/openal
60 - >=media-video/ffmpeg-2.6.3:=[webp,v4l]
61 + media-video/ffmpeg:=[webp,v4l]
62 net-libs/tox:0/0.2[av]
63 - spellcheck? ( kde-frameworks/sonnet:5 )
64 notification? ( x11-libs/snorenotify )
65 - X? ( x11-libs/libX11
66 - x11-libs/libXScrnSaver )
67 + spellcheck? ( kde-frameworks/sonnet:5 )
68 + X? (
69 + x11-libs/libX11
70 + x11-libs/libXScrnSaver
71 + )
72 "
73 DEPEND="${RDEPEND}
74 test? ( dev-qt/qttest:5 )