cegui: use replaces w/ >=0

This commit is contained in:
Jürgen Buchmüller 2020-09-28 18:49:02 +02:00
parent 67d634a909
commit 40e41ccbd1

View file

@ -1,7 +1,7 @@
# Template file for 'cegui'
pkgname=cegui
version=0.8.7.20190225
revision=4
revision=5
_githash=bfc6a841de45b8e63040d33b9cccc67745337f4e
wrksrc="${pkgname}-${_githash}"
build_style=cmake
@ -22,7 +22,7 @@ license="MIT"
homepage="http://cegui.org.uk/"
distfiles="https://github.com/cegui/cegui/archive/${_githash}.tar.gz"
checksum=70156257313b81d068d6592887157dd16b91d7bc0dfdcba02a96ed371d329e64
replaces="cegui-data cegui-sample"
replaces="cegui-data>=0 cegui-sample>=0"
build_options="gtk irrlicht ogre python"
desc_option_gtk="Enable support for GTK2"