From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2757B1382C5 for ; Thu, 15 Apr 2021 08:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5922AE0837; Thu, 15 Apr 2021 08:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AADAE0837 for ; Thu, 15 Apr 2021 08:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A87DF335D84 for ; Thu, 15 Apr 2021 08:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 143F0643 for ; Thu, 15 Apr 2021 08:56:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1618476897.03d270f118c6c44053d4d424d0058ec179b67fc1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qtox/qtox-1.17.3.ebuild X-VCS-Directories: net-im/qtox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 03d270f118c6c44053d4d424d0058ec179b67fc1 X-VCS-Branch: master Date: Thu, 15 Apr 2021 08:56:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 210b910c-1c13-47d3-9706-31d293e9bef7 X-Archives-Hash: 8b6dbd5d094f61f576a759e869aaa96b commit: 03d270f118c6c44053d4d424d0058ec179b67fc1 Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 15 08:54:57 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 15 08:54:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d270f1 net-im/qtox: use proper 1.17.3 release tarball Signed-off-by: Joonas Niilola gentoo.org> net-im/qtox/qtox-1.17.3.ebuild | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/net-im/qtox/qtox-1.17.3.ebuild b/net-im/qtox/qtox-1.17.3.ebuild index 648bedd8015..c43dea81fae 100644 --- a/net-im/qtox/qtox-1.17.3.ebuild +++ b/net-im/qtox/qtox-1.17.3.ebuild @@ -8,12 +8,12 @@ inherit cmake xdg DESCRIPTION="qTox is an instant messaging client using the encrypted p2p Tox protocol" HOMEPAGE="https://qtox.github.io/" -SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI="https://github.com/qTox/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="spellcheck notification test X" +IUSE="notification spellcheck test X" RESTRICT="!test? ( test )" @@ -24,29 +24,31 @@ BDEPEND=" virtual/pkgconfig " RDEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 || ( dev-qt/qtgui:5[gif,jpeg,png,X(-)] dev-qt/qtgui:5[gif,jpeg,png,xcb(-)] ) + dev-db/sqlcipher + dev-libs/libsodium:= + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 + dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 - dev-qt/qtsql:5 - dev-db/sqlcipher - dev-libs/libsodium:= media-gfx/qrencode:= media-libs/libexif:= media-libs/openal - >=media-video/ffmpeg-2.6.3:=[webp,v4l] + media-video/ffmpeg:=[webp,v4l] net-libs/tox:0/0.2[av] - spellcheck? ( kde-frameworks/sonnet:5 ) notification? ( x11-libs/snorenotify ) - X? ( x11-libs/libX11 - x11-libs/libXScrnSaver ) + spellcheck? ( kde-frameworks/sonnet:5 ) + X? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) " DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 )