29 lines
1.1 KiB
Bash
29 lines
1.1 KiB
Bash
|
# Template file for 'qtox'
|
||
|
pkgname="qtox"
|
||
|
version="20150325"
|
||
|
revision=1
|
||
|
_commithash="41efb1491b52a1c857702c69ca70e95d9a7933ce"
|
||
|
short_desc="QT-based TOX instant messenger client"
|
||
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://wiki.tox.im/QTox"
|
||
|
makedepends="toxcore-devel-git filteraudio-devel-git qt5-devel qt5-svg-devel qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel libXScrnSaver-devel gdk-pixbuf-devel gtk+-devel libvpx-devel qrencode-devel"
|
||
|
hostmakedepends="qt5-qmake"
|
||
|
distfiles="https://github.com/tux3/qTox/archive/${_commithash}.tar.gz"
|
||
|
checksum="781d3d4e2028b3071c53e34f490ef8ea1141a6a2452bb90745a411e6c8c89f07"
|
||
|
build_style="gnu-makefile"
|
||
|
wrksrc="qTox-${_commithash}"
|
||
|
|
||
|
do_configure() {
|
||
|
qmake
|
||
|
}
|
||
|
|
||
|
do_install() {
|
||
|
vbin qtox
|
||
|
vinstall qTox.desktop 644 usr/share/applications
|
||
|
vinstall img/icons/qtox.svg 644 usr/share/icons/hicolor/scalable/apps
|
||
|
for _s in 14 16 22 24 32 36 48 64 72 96 128 192 256 512; do
|
||
|
vinstall "img/icons/qtox-${_s}x${_s}.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps" qtox.png
|
||
|
done
|
||
|
}
|