mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
qtox: update to 1.12.0.
This commit is contained in:
parent
737afbfa73
commit
e4a7264ac1
2 changed files with 17 additions and 4 deletions
13
srcpkgs/qtox/patches/Werror.patch
Normal file
13
srcpkgs/qtox/patches/Werror.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
https://github.com/qTox/qTox/issues/4699
|
||||||
|
https://github.com/qTox/qTox/issues/4707
|
||||||
|
|
||||||
|
--- CMakeLists.txt
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -53,7 +53,6 @@
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIE -fPIC")
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wstrict-overflow")
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wstrict-aliasing")
|
||||||
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
|
||||||
|
|
||||||
|
if (NOT WIN32)
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector-all")
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtox'
|
# Template file for 'qtox'
|
||||||
pkgname=qtox
|
pkgname=qtox
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="QT-based TOX instant messenger client"
|
short_desc="QT-based TOX instant messenger client"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
|
@ -12,8 +12,8 @@ makedepends="toxcore-devel filter_audio-devel ffmpeg-devel qt5-svg-devel
|
||||||
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
qt5-tools-devel libopencv-devel libopenal-devel libsodium-devel
|
||||||
libXScrnSaver-devel gdk-pixbuf-devel gtk+-devel libvpx-devel qrencode-devel
|
libXScrnSaver-devel gdk-pixbuf-devel gtk+-devel libvpx-devel qrencode-devel
|
||||||
sqlcipher-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
sqlcipher-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
||||||
qt5-plugin-tds opus-devel"
|
qt5-plugin-tds opus-devel libexif-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=be38517cd915727dbd9b3cd2a51bbaf1cae28290de07a34c759ec8b77c502cd4
|
checksum=8fba9bb465bb289ed24b7debf0ff860c3987dbe5c1b256ce619041641ddb8f79
|
||||||
wrksrc="qTox-${version}"
|
wrksrc="qTox-${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue