qtox: update to 1.4.1.1.
This commit is contained in:
parent
393140d101
commit
8026f598f2
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'qtox'
|
||||
pkgname=qtox
|
||||
version=1.3.0
|
||||
version=1.4.1.1
|
||||
revision=1
|
||||
build_style=qmake
|
||||
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"
|
||||
hostmakedepends="qt5-qmake pkg-config"
|
||||
makedepends="toxcore-devel-git filteraudio-devel-git ffmpeg-devel qt5-svg-devel
|
||||
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
||||
libXScrnSaver-devel gdk-pixbuf-devel gtk+-devel libvpx-devel qrencode-devel
|
||||
sqlcipher-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
||||
checksum=a2d1483a9aa6e99684853733a0a0a04c8cde168a775b9d2bdab94771fd82bc0a
|
||||
checksum=8769533d5eb33ad43e1ab2c26bd7aad331e6ecc8042e65fd56f8805db1655850
|
||||
wrksrc="qTox-${version}"
|
||||
|
||||
pre_configure() {
|
||||
|
@ -30,6 +30,6 @@ do_install() {
|
|||
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
|
||||
vinstall "img/icons/${_s}x${_s}/qtox.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue