mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kadu: update to 4.1
This commit is contained in:
parent
a5d5e2f9d5
commit
1726783cd5
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kadu'
|
# Template file for 'kadu'
|
||||||
pkgname=kadu
|
pkgname=kadu
|
||||||
version=4.0
|
version=4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
|
configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=7ac4e7728be9f985ff4e88a20fa468b163322bcbf8bd8284a93f680a3d3cb74e
|
checksum=ece2653f66eb1eeec5bd24972e1066c901f3aeeffc9ef40d03c15de4bc652c0a
|
||||||
|
|
||||||
build_options="mysql odbc pgsql sqlite tds"
|
build_options="mysql odbc pgsql sqlite tds"
|
||||||
build_options_default="sqlite"
|
build_options_default="sqlite"
|
||||||
|
@ -41,9 +41,6 @@ pre_configure() {
|
||||||
-e "s;unity_integration$;;" \
|
-e "s;unity_integration$;;" \
|
||||||
-e "s;indicator_docking$;;" \
|
-e "s;indicator_docking$;;" \
|
||||||
-e "s;word_fix$;;"
|
-e "s;word_fix$;;"
|
||||||
# Using the __useconds_t type is wrong here, see man usleep(3)
|
|
||||||
sed -i ${wrksrc}/plugins/pcspeaker/pcspeaker-notifier.cpp \
|
|
||||||
-e "s;__useconds_t;useconds_t;g"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kadu-data_package() {
|
kadu-data_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue