community/qtox to 1.17.3-2

This commit is contained in:
Kevin Mihelich 2021-02-05 01:42:58 +00:00
parent a43289a446
commit 3105ab4cde

View file

@ -9,8 +9,8 @@
pkgname=qtox
_pkgname=qTox
pkgver=1.17.3
pkgrel=1
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
pkgrel=2
_gitver='c0e9a3b79609681e5b9f6bbf8f9a36cb1993dc5f'
pkgdesc='a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
arch=('x86_64')
url='https://github.com/qTox/qTox'
@ -25,6 +25,7 @@ depends=('desktop-file-utils'
'libexif'
'toxcore'
'sonnet'
'snorenotify'
'libgl')
makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
@ -64,6 +65,7 @@ build() {
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DDESKTOP_NOTIFICATIONS=ON \
-DGIT_VERSION=$_gitver \
-DGIT_DESCRIBE=v$pkgver
make