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

upd

parent d357353c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Contributor: aunoor
pkgname=notion
pkgver=20150505
pkgver=20150812
pkgrel=1
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="http://sourceforge.net/projects/notion/"
......@@ -60,12 +60,30 @@ LUA := $(which lua)
LUAC := $(which luac)
EOF
sed -i 's|return \(lua_sethook.*\)|\1 return 0;|g' notion/libextl/luaextl.c
sed -i 's|mkdir|mkdir -p|g' notion-doc/Makefile
}
build() {
cd ${srcdir}/notion
make INCLUDES=-I${srcdir}/notion LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion
cd ${srcdir}/notion-doc
# uggly rubber/makeindex workaround
make -j1 all || true
makeindex -o notionconf.ind notionconf.idx
make -j1 all || true
makeindex -o notionconf.ind notionconf.idx
makeindex -o notionnotes.ind notionnotes.idx
make -j1 all || true
makeindex -o notionconf.ind notionconf.idx
makeindex -o notionnotes.ind notionnotes.idx
make -j1 all || true
makeindex -o notionconf.ind notionconf.idx
makeindex -o notionnotes.ind notionnotes.idx
make -j1 all || true
makeindex -o notionconf.ind notionconf.idx
makeindex -o notionnotes.ind notionnotes.idx
make -j1 all
}
......
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