mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
3861dbf651
commit
a3a62e07d4
2 changed files with 14 additions and 2 deletions
12
srcpkgs/kadu/patches/gcc7.patch
Normal file
12
srcpkgs/kadu/patches/gcc7.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
|
||||||
|
index 1e6a500..a231cba 100644
|
||||||
|
--- kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
|
||||||
|
+++ kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
#include <QtCore/QObject>
|
||||||
|
#include <map>
|
||||||
|
#include <set>
|
||||||
|
+#include <functional>
|
||||||
|
|
||||||
|
#include "exports.h"
|
||||||
|
#include "plugin/dependency-graph/plugin-dependency-graph.h"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kadu'
|
# Template file for 'kadu'
|
||||||
pkgname=kadu
|
pkgname=kadu
|
||||||
version=4.3
|
version=4.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
|
configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
|
||||||
-DQCA2_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/QtCrypto
|
-DQCA2_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/QtCrypto
|
||||||
|
@ -19,7 +19,7 @@ depends="${pkgname}-data-${version}_${revision} hicolor-icon-theme qca-qt5-ossl
|
||||||
$(vopt_if tds qt5-plugin-tds)"
|
$(vopt_if tds qt5-plugin-tds)"
|
||||||
short_desc="Instant Messenger client"
|
short_desc="Instant Messenger client"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://www.kadu.im/"
|
homepage="http://www.kadu.im/"
|
||||||
distfiles="http://download.kadu.im/stable/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.kadu.im/stable/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=ad5d1cbb908c3cd07f2955d343d44b993cd5639427a48a2912441955cfd2bd6e
|
checksum=ad5d1cbb908c3cd07f2955d343d44b993cd5639427a48a2912441955cfd2bd6e
|
||||||
|
|
Loading…
Add table
Reference in a new issue