From bd1cff3c50e44f6bfe7980adaf2d980e91bc5bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 25 Sep 2020 00:05:12 -0300 Subject: [PATCH] DarkRadiant: revbump for glew. Also add boost-devel to checkdepends. --- srcpkgs/DarkRadiant/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template index 28778e85f77..fdc430cdf52 100644 --- a/srcpkgs/DarkRadiant/template +++ b/srcpkgs/DarkRadiant/template @@ -1,13 +1,14 @@ # Template file for 'DarkRadiant' pkgname=DarkRadiant version=2.8.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3 PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes" hostmakedepends="automake gettext libtool pkg-config" makedepends="ftgl-devel glew-devel libjpeg-turbo-devel libsigc++-devel libvorbis-devel libxml2-devel wxWidgets-gtk3-devel python3-devel freealut-devel" +checkdepends="boost-devel" short_desc="Map editor for The Dark Mod and other idTech4/Doom3-based games" maintainer="John " license="GPL-2.0-or-later"