From 38cbca96abb41ff04dff1e0ae341542e001993d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 12 May 2019 12:20:15 +0200 Subject: [PATCH] OpenOrienteering-Mapper: revbump for proj, gdal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/OpenOrienteering-Mapper/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/OpenOrienteering-Mapper/template b/srcpkgs/OpenOrienteering-Mapper/template index 81f93d2f35..b86a306e07 100644 --- a/srcpkgs/OpenOrienteering-Mapper/template +++ b/srcpkgs/OpenOrienteering-Mapper/template @@ -1,14 +1,14 @@ # Template file for 'OpenOrienteering-Mapper' pkgname=OpenOrienteering-Mapper version=0.8.4 -revision=1 +revision=2 wrksrc="mapper-${version}" build_style=cmake hostmakedepends="doxygen qt5-host-tools qt5-plugin-sqlite qt5-qmake qt5-tools" makedepends="qt5-devel clipper-devel proj-devel zlib-devel libgdal-devel - qt5-tools-devel cups-devel $(vopt_if location qt5-location-devel) + qt5-tools-devel sqlite-devel cups-devel $(vopt_if location qt5-location-devel) $(vopt_if sensors qt5-sensors-devel) - qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-tds" + qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" short_desc="Orienteering mapmaking program" maintainer="John " license="GPL-3.0-or-later" @@ -18,3 +18,4 @@ checksum=d39c05a84ad222ed278231c89c353174f35682c79f92467cb08d8f101debd8fd build_options="location sensors" build_options_default="location sensors" +CXXFLAGS="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"