Skip to content
Snippets Groups Projects
Commit d357353c authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upd

parent 0f49aeb3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Contributor: aunoor
pkgname=notion
pkgver=20150118
pkgver=20150505
pkgrel=1
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="http://sourceforge.net/projects/notion/"
......@@ -53,12 +53,13 @@ md5sums=('SKIP'
prepare() {
cd ${srcdir}
cat >notion/build/lua-detect.mk <<EOF
LUA_VERSION := 5.2
LUA_VERSION := 5.3
LUA_LIBS := $(pkg-config --libs lua)
LUA_INCLUDES := $(pkg-config --cflags lua)
LUA := $(which lua)
LUAC := $(which luac)
EOF
sed -i 's|return \(lua_sethook.*\)|\1 return 0;|g' notion/libextl/luaextl.c
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment