parent
69e4beddd9
commit
bd571a2993
|
@ -0,0 +1,40 @@
|
|||
--- src/migration/mdb/3rdparty/mdbtools/libmdb/catalog.c 2018-03-06 22:46:18.503349370 +0100
|
||||
+++ - 2018-03-08 17:46:06.180713979 +0100
|
||||
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "mdbtools.h"
|
||||
+#include <strings.h>
|
||||
|
||||
#ifdef DMALLOC
|
||||
#include "dmalloc.h"
|
||||
--- src/migration/mdb/3rdparty/mdbtools/libmdb/data.c 2018-03-06 22:46:18.503349370 +0100
|
||||
+++ - 2018-03-08 17:48:39.415096470 +0100
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
+#include <strings.h>
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifdef DMALLOC
|
||||
--- src/migration/mdb/3rdparty/mdbtools/libmdb/sargs.c 2018-03-06 22:46:18.507349448 +0100
|
||||
+++ - 2018-03-08 17:50:30.904907033 +0100
|
||||
@@ -27,6 +27,7 @@
|
||||
* a mdb_test_[type]() function and invoke it from mdb_test_sarg()
|
||||
*/
|
||||
|
||||
+#include <strings.h>
|
||||
#include <time.h>
|
||||
#include "mdbtools.h"
|
||||
#ifdef DMALLOC
|
||||
--- src/migration/mdb/3rdparty/mdbtools/libmdb/table.c 2018-03-06 22:46:18.507349448 +0100
|
||||
+++ - 2018-03-08 17:52:10.360145846 +0100
|
||||
@@ -16,6 +16,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
+#include <strings.h>
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifdef DMALLOC
|
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'kexi'
|
||||
pkgname=kexi
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules kdoctools doxygen pkg-config"
|
||||
makedepends="ktexteditor-devel kdb-devel kreport-devel qt5-webkit-devel
|
||||
breeze-icons postgresql-libs-devel libmysqlclient-devel marble5-devel"
|
||||
depends="breeze-icons"
|
||||
short_desc="Visual database applications creator"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2-or-later LGPL-2.0-or-later"
|
||||
homepage="http://www.kexi-project.org/"
|
||||
distfiles="https://download.kde.org/stable/kexi/src/kexi-${version}.tar.xz"
|
||||
checksum=6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb
|
||||
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools python3 kcoreaddons"
|
||||
configure_args+=" -DRUN_RESULT=0"
|
||||
configure_args+=" -DRUN_RESULT__TRYRUN_OUTPUT=0"
|
||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
Loading…
Reference in New Issue