b8918e2a7d
+ Rename lua and lua-devel to lua52 and lua52-devel + Modify packages depending on lua52 accordingly: + Many packages auto-detect lua52 files + Some packages need hints where / how to find lua52 + One package (xmoto) downgraded to lua51, because it wouldn't find lua52 + One package (vim) upgraded to lua (5.3.1) There may be more packages upgradable without problems. I didn't want to change too much in this move without the respective package maintainers first taking a look. Most notably conky-cli wouldn't work with lua52. I upgraded it to 1.10.0 (same as conky) and tried to keep the flags the same for the change from gnu-configure to cmake.
18 lines
726 B
Bash
18 lines
726 B
Bash
# Template file for 'minetest'
|
|
pkgname=minetest
|
|
version=0.4.13
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DRUN_IN_PLACE=0 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1"
|
|
short_desc="An InfiniMiner/Minecraft inspired game"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.minetest.org"
|
|
hostmakedepends="cmake pkg-config"
|
|
makedepends="
|
|
sqlite-devel libcurl-devel lua52-devel libjpeg-turbo-devel libpng-devel
|
|
LuaJIT-devel freetype-devel MesaLib-devel libopenal-devel libvorbis-devel
|
|
irrlicht-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz"
|
|
checksum=d77ee70c00a923c3ed2355536997f064a95143d0949a7fc92d725d079edef9f7
|