mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/qtox to 1.17.3-2
This commit is contained in:
parent
a43289a446
commit
3105ab4cde
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue