kadu: update to 4.0

This commit is contained in:
Juergen Buchmueller 2016-10-24 12:02:01 +02:00
parent 8982a44357
commit 7b7b90d935

View file

@ -1,11 +1,11 @@
# Template file for 'kadu'
pkgname=kadu
version=3.0
revision=4
version=4.0
revision=1
build_style=cmake
configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
-DQCA2_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/QtCrypto
-DQCA2_LIBRARIES=qca -Wno-dev"
-DQCA2_LIBRARIES=qca -DENABLE_TESTS=OFF -Wno-dev"
hostmakedepends="pkg-config qt5-plugin-mysql qt5-plugin-odbc
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
makedepends="libao-devel libsndfile-devel libarchive-devel
@ -22,7 +22,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://www.kadu.im/"
distfiles="http://download.kadu.im/stable/${pkgname}-${version}.tar.bz2"
checksum=3f5c0a66a33d1244acd981aef5c268d94185956754ca62e0c4295f7b50700366
checksum=7ac4e7728be9f985ff4e88a20fa468b163322bcbf8bd8284a93f680a3d3cb74e
build_options="mysql odbc pgsql sqlite tds"
build_options_default="sqlite"
@ -41,9 +41,6 @@ pre_configure() {
-e "s;unity_integration$;;" \
-e "s;indicator_docking$;;" \
-e "s;word_fix$;;"
# Using the __useconds_t type is wrong here, see man usleep(3)
sed -i ${wrksrc}/plugins/pcspeaker/pcspeaker.cpp \
-e "s;__useconds_t;useconds_t;g"
}
kadu-data_package() {