diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 11:54:57 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-15 11:54:57 +0300 |
commit | 03d270f118c6c44053d4d424d0058ec179b67fc1 (patch) | |
tree | d66fe0ed58eeb2af6d64b36e95f9504c08dc17b6 | |
parent | net-im/qtox: Added qtox version 1.17.3 (diff) | |
download | gentoo-03d270f118c6c44053d4d424d0058ec179b67fc1.tar.gz gentoo-03d270f118c6c44053d4d424d0058ec179b67fc1.tar.bz2 gentoo-03d270f118c6c44053d4d424d0058ec179b67fc1.zip |
net-im/qtox: use proper 1.17.3 release tarball
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | net-im/qtox/qtox-1.17.3.ebuild | 24 |
1 files 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 648bedd8015a..c43dea81fae1 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 ) |