Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : qtox | name : qtox | ||||
| version : 1.11.0 | version : 1.12.1 | ||||
| release : 20 | release : 21 | ||||
| source : | source : | ||||
| - https://github.com/qTox/qTox/archive/v1.11.0.tar.gz : be38517cd915727dbd9b3cd2a51bbaf1cae28290de07a34c759ec8b77c502cd4 | - https://github.com/qTox/qTox/archive/v1.12.1.tar.gz : 65b25b9ced6b163d19d75800cc44394785a3281b2376c1f9f2ecffce96029e37 | ||||
| license : GPL-3.0 | license : GPL-3.0 | ||||
| component : network.im | component : network.im | ||||
| summary : qTox is a powerful Tox client. | summary : qTox is a powerful Tox client | ||||
| description: | | description: | | ||||
| qTox is a powerful Tox client. | The most feature-rich Tox client; P2P instant messaging, audio and video calls. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(filteraudio) | - pkgconfig(filteraudio) | ||||
| - pkgconfig(gdk-pixbuf-2.0) | - pkgconfig(gdk-pixbuf-2.0) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(libavcodec) | - pkgconfig(libavcodec) | ||||
| - pkgconfig(libexif) | |||||
| - pkgconfig(libqrencode) | - pkgconfig(libqrencode) | ||||
| - pkgconfig(libsodium) | - pkgconfig(libsodium) | ||||
| - pkgconfig(libtoxcore) | - pkgconfig(libtoxcore) | ||||
| - pkgconfig(openal) | - pkgconfig(openal) | ||||
| - pkgconfig(opencv) | - pkgconfig(opencv) | ||||
| - pkgconfig(opus) | - pkgconfig(opus) | ||||
| - pkgconfig(Qt5Help) | - pkgconfig(Qt5Help) | ||||
| - pkgconfig(Qt5Svg) | - pkgconfig(Qt5Svg) | ||||
| - pkgconfig(sqlcipher) | - pkgconfig(sqlcipher) | ||||
| - pkgconfig(vpx) | - pkgconfig(vpx) | ||||
| - pkgconfig(xscrnsaver) | - pkgconfig(xscrnsaver) | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0001-backout-werror.patch | |||||
| sed -i -e 's|AudioVideo;||g' qtox.desktop | sed -i -e 's|AudioVideo;||g' qtox.desktop | ||||
| %cmake . | %cmake . | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| install -Dm755 qtox $installdir/usr/bin/qtox | install -Dm00755 qtox $installdir/usr/bin/qtox | ||||
| install -Dm644 qtox.desktop $installdir/usr/share/applications/qtox.desktop | install -Dm00644 qtox.desktop $installdir/usr/share/applications/qtox.desktop | ||||
| cd img/icons | cd img/icons | ||||
| rm qtox* | rm qtox* | ||||
| for size in *x*; do | for size in *x*; do | ||||
| install -Dm644 "$size/qtox.png" "$installdir/usr/share/icons/hicolor/$size/apps/qtox.png" | install -Dm00644 "$size/qtox.png" "$installdir/usr/share/icons/hicolor/$size/apps/qtox.png" | ||||
| done | done | ||||
| check : | | |||||
| %make test | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.