# Note: depends on qtbase
# Note: depends on sqlcipher
# Note: depends on qrencode
# Note: depends on gtk+2
# Note: depends on ffmpeg or libav
# Note: depends on libXScrnSaver
# Note: depends on openal-soft
# Note: depends on opus
# Note: depends on libvpx
# Note: depends on toxcore (with opus and libvpx support)
# Note: depends on cmake
# Note: depends on libexif
# Note: depends on qttools
# Note: depends on qtsvg
wget -c https://github.com/qTox/qTox/archive/v1.17.3/qTox-1.17.3.tar.gz
tar -xzf qTox-1.17.3.tar.gz
cd qTox-1.17.3
sed -i -e '/Shortcut/d' src/widget/widget.cpp src/widget/contentdialog.cpp src/widget/loginscreen.cpp src/widget/loginscreen.h src/chatlog/chatlog.cpp # Ugly buildfix for undefined references
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make # Doesn't mind -j#
make install