qtox: update to 1.17.2.

* fake GIT_DESCRIBE, so version is shown in the about screen
* adopt
This commit is contained in:
Piraty 2020-04-27 01:06:19 +02:00
parent 6d445f0727
commit 949a042539

View file

@ -1,10 +1,11 @@
# Template file for 'qtox'
pkgname=qtox
version=1.17.0
version=1.17.2
revision=1
wrksrc="qTox-${version}"
build_style=cmake
configure_args="-DUPDATE_CHECK=OFF
-DGIT_DESCRIBE=${version}
$(vopt_if snorenotify -DDESKTOP_NOTIFICATIONS=ON)"
hostmakedepends="pkg-config qt5-host-tools qt5-devel"
makedepends="ffmpeg-devel libexif-devel libopenal-devel libsodium-devel
@ -13,12 +14,12 @@ makedepends="ffmpeg-devel libexif-devel libopenal-devel libsodium-devel
$(vopt_if snorenotify snorenotify-devel)"
depends="qt5-plugin-sqlite"
short_desc="QT-based TOX instant messenger client"
maintainer="Spencer Hill <spencernh77@gmail.com>"
maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-3.0-or-later"
homepage="https://wiki.tox.chat/clients/qtox"
changelog="https://raw.githubusercontent.com/qTox/qTox/master/CHANGELOG.md"
distfiles="https://github.com/qTox/qTox/archive/v${version}.tar.gz"
checksum=1936b65854b3e16e2d620a62469b5033fdd4ea006ee061c2afcec7a028eab0e7
checksum=23b60fc6d5ce5e45e7099ad606218d16203157ab87a2582377001d3241336aac
build_options="snorenotify"
build_options_default="snorenotify"