dtkcore: update to 2.0.9.10.

This commit is contained in:
John 2018-12-08 12:23:05 +01:00 committed by maxice8
parent c4a4fee4ea
commit 4d53f04079
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- src/dsysinfo.cpp 2018-11-19 04:35:55.000000000 +0100
+++ - 2018-12-01 23:53:31.935899347 +0100
@@ -32,7 +32,7 @@
#ifdef Q_OS_LINUX
#include <sys/sysinfo.h>
#include <sys/utsname.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#endif
DCORE_BEGIN_NAMESPACE

View file

@ -1,6 +1,6 @@
# Template file for 'dtkcore'
pkgname=dtkcore
version=2.0.9.9
version=2.0.9.10
revision=1
build_style=qmake
configure_args="LIB_INSTALL_DIR=/usr/lib/"
@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/dtkcore"
changelog="https://github.com/linuxdeepin/dtkcore/blob/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/dtkcore/archive/${version}.tar.gz"
checksum=f808371d7fbd4a624ea0ad0cc6cc13754cb16704a715c36a4a45ce5328c16fcd
checksum=960f37383051bb1fc247b9a268966cd3cbfef3aef3c7ad6797c51e152fcd46ba
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-devel gsettings-qt-devel"