SLADE: update to 3.1.7.
This commit is contained in:
parent
d9a82c5839
commit
f3113138b6
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'SLADE'
|
||||
pkgname=SLADE
|
||||
version=3.1.6
|
||||
version=3.1.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCL_WX_CONFIG=wx-config-gtk3"
|
||||
hostmakedepends="pkg-config p7zip"
|
||||
makedepends="SFML-devel fluidsynth-devel freeimage-devel ftgl-devel glew-devel
|
||||
gtk+3-devel libcurl-devel wxWidgets-gtk3-devel"
|
||||
|
@ -12,7 +13,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://github.com/sirjuddington/SLADE"
|
||||
changelog="https://github.com/sirjuddington/SLADE/releases/tag/${version}"
|
||||
distfiles="https://github.com/sirjuddington/SLADE/archive/${version}.tar.gz"
|
||||
checksum=f435b5f51899d4f98dc767262e053dec0cc3ad415923a08e75e0fdad0a3168b5
|
||||
checksum=abea38ff173b5494ddb50fa7996b6f1818f08c6992b119cb137bdacc63af3789
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"
|
||||
|
|
Loading…
Reference in a new issue