mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
78066e2b3c
commit
506f28d18f
1 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'qtox'
|
# Template file for 'qtox'
|
||||||
pkgname=qtox
|
pkgname=qtox
|
||||||
version=1.13.0
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="qTox-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="QT-based TOX instant messenger client"
|
short_desc="QT-based TOX instant messenger client"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
|
||||||
license="GPL-3"
|
|
||||||
homepage="https://wiki.tox.chat/clients/qtox"
|
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools qt5-tools pkg-config"
|
hostmakedepends="qt5-qmake qt5-host-tools qt5-tools pkg-config"
|
||||||
makedepends="toxcore-devel filter_audio-devel ffmpeg-devel qt5-svg-devel
|
makedepends="toxcore-devel filter_audio-devel ffmpeg-devel qt5-svg-devel
|
||||||
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
||||||
|
@ -14,9 +12,12 @@ makedepends="toxcore-devel filter_audio-devel ffmpeg-devel qt5-svg-devel
|
||||||
sqlcipher-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
sqlcipher-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
||||||
qt5-plugin-tds opus-devel libexif-devel"
|
qt5-plugin-tds opus-devel libexif-devel"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
license="GPL-3.0-or-later"
|
||||||
checksum=8a85b47f5a1033e997e16616ddeeb9af277b2f8ee3fe06cf5b9f3c8869a5d737
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
wrksrc="qTox-${version}"
|
homepage="https://wiki.tox.chat/clients/qtox"
|
||||||
|
distfiles="https://github.com/qTox/qTox/archive/v${version}.tar.gz"
|
||||||
|
checksum=5ee4066ecef46a324bf549baacfa27cbfb9b84bd7f468be450f3dc4cf05cff98
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio"
|
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio"
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue