mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
qtox: update to 1.10.0.
This commit is contained in:
parent
50aa43802e
commit
bee0b10c79
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qtox'
|
# Template file for 'qtox'
|
||||||
pkgname=qtox
|
pkgname=qtox
|
||||||
version=1.9.0
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
short_desc="QT-based TOX instant messenger client"
|
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"
|
sqlcipher-devel"
|
||||||
depends="qt5-plugin-sqlite"
|
depends="qt5-plugin-sqlite"
|
||||||
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz"
|
||||||
checksum=aceaac0c9cf8c9c98e364c8380f992547f369db6f0ac62505531c0474c7e04d6
|
checksum=a2873c475f56efae268903fd268006cea0771445d572b658ef2fb9e65c121a5d
|
||||||
wrksrc="qTox-${version}"
|
wrksrc="qTox-${version}"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -27,7 +27,7 @@ pre_configure() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin qtox
|
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
|
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
|
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"
|
vinstall "img/icons/${_s}x${_s}/qtox.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps"
|
||||||
|
|
Loading…
Add table
Reference in a new issue