qtox: update to 1.10.0.
This commit is contained in:
parent
50aa43802e
commit
bee0b10c79
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qtox'
|
||||
pkgname=qtox
|
||||
version=1.9.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=qmake
|
||||
short_desc="QT-based TOX instant messenger client"
|
||||
|
@ -14,7 +14,7 @@ makedepends="toxcore-devel filteraudio-devel-git ffmpeg-devel qt5-svg-devel
|
|||
sqlcipher-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
||||
checksum=aceaac0c9cf8c9c98e364c8380f992547f369db6f0ac62505531c0474c7e04d6
|
||||
checksum=a2873c475f56efae268903fd268006cea0771445d572b658ef2fb9e65c121a5d
|
||||
wrksrc="qTox-${version}"
|
||||
|
||||
pre_configure() {
|
||||
|
@ -27,7 +27,7 @@ pre_configure() {
|
|||
|
||||
do_install() {
|
||||
vbin qtox
|
||||
vinstall qTox.desktop 644 usr/share/applications
|
||||
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/${_s}x${_s}/qtox.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps"
|
||||
|
|
Loading…
Reference in New Issue