# Maintainer: HÃ¥vard Pettersson # Contributor: Kevin MacMartin _pkgname=qtox pkgname=qtox-git pkgver=1.3.0.r240.gf2b8b10 pkgrel=1 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.' arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') url='https://github.com/tux3/qTox' license=('GPL3') depends=('desktop-file-utils' 'gtk2' 'libxss' 'openal' 'ffmpeg' 'qrencode' 'qt5-svg' 'sqlcipher' 'toxcore') makedepends=('git' 'qt5-tools') provides=("$_pkgname") conflicts=("$_pkgname") install=$pkgname.install source=("$_pkgname::git+https://github.com/tux3/qTox.git") sha512sums=('SKIP') pkgver() { cd $_pkgname git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd $_pkgname install -d build cd build qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO CONFIG+=silent .. make } package() { cd $_pkgname/build make INSTALL_ROOT="$pkgdir" install }