mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
golly: move to GTK+3
This commit is contained in:
parent
cb55d0fb2b
commit
2ca057de66
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ wrksrc="${pkgname}-${version}-src"
|
||||||
build_wrksrc="gui-wx"
|
build_wrksrc="gui-wx"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f makefile-gtk GOLLYDIR=/usr/share/golly LUALIB=-llua5.4
|
make_build_args="-f makefile-gtk GOLLYDIR=/usr/share/golly LUALIB=-llua5.4
|
||||||
CXXC=\$(CXX)"
|
CXXC=\$(CXX) WX_CONFIG=wx-config-gtk3"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="${make_build_args}"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="MesaLib-devel glu-devel lua54-devel python3-devel wxWidgets-devel
|
makedepends="MesaLib-devel glu-devel lua54-devel python3-devel
|
||||||
zlib-devel SDL2-devel"
|
wxWidgets-gtk3-devel zlib-devel SDL2-devel"
|
||||||
short_desc="Simulator for Conway's Game of Life and other cellular automata"
|
short_desc="Simulator for Conway's Game of Life and other cellular automata"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue