mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
luakit: update to 2.3.6.
This includes switching to libsoup3. Also clean up the template a little bit.
This commit is contained in:
parent
123e5a0f31
commit
5588bbb152
1 changed files with 8 additions and 13 deletions
|
@ -1,11 +1,15 @@
|
|||
# Template file for 'luakit'
|
||||
pkgname=luakit
|
||||
reverts="2017.08.10_1"
|
||||
version=2.3.3
|
||||
version=2.3.6
|
||||
revision=1
|
||||
conf_files="/etc/xdg/luakit/*.lua"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 VERSION=${version}"
|
||||
make_use_env=yes
|
||||
make_check_target=run-tests
|
||||
hostmakedepends="pkg-config LuaJIT"
|
||||
makedepends="webkit2gtk-devel lua51-luafilesystem LuaJIT-devel libsoup-devel"
|
||||
makedepends="libwebkit2gtk41-devel LuaJIT-devel"
|
||||
depends="lua51-luafilesystem"
|
||||
short_desc="Fast, small, webkit based browser framework extensible by Lua"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -13,14 +17,5 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://luakit.github.io/"
|
||||
changelog="https://github.com/luakit/luakit/blob/develop/CHANGELOG.md"
|
||||
distfiles="https://github.com/luakit/luakit/archive/${version}.tar.gz"
|
||||
checksum=8e6571f11119b31e7a343db7b03f68d823f1fd175fdff4870d40a2afd9e732d5
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_build() {
|
||||
make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
}
|
||||
checksum=8202fc515c7e64ddc0794b5623167b372f696bce757e6f767c5e03bfbe2beba0
|
||||
make_check=no # missing luassert
|
||||
|
|
Loading…
Add table
Reference in a new issue