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

upd

parent 3ca2d115
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
# Contributor: aunoor
pkgname=notion
pkgver=20150812
pkgrel=2
_commit=039f4ef807ed179fcdd4c6421e67014143e0331e
_commit_doc=2bc82701a2eb1dcd5908c18be2245a51604178d6
pkgver=20170201
pkgrel=1
_commit=23f6aced2f8211ae11927bb255d86e8079d1ee11
_commit_doc=2d11977104e2be712bbf2dd24cec7c708a841124
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="http://sourceforge.net/projects/notion/"
arch=('i686' 'x86_64')
......@@ -47,10 +47,10 @@ backup=("etc/notion/cfg_defaults.lua"
"etc/notion/xkbion.lua")
provides=('libtu' 'libextl')
changelog=ChangleLog
source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion#commit=${_commit}"
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc#commit=${_commit_doc}")
md5sums=('SKIP'
'SKIP')
source=("notion::git://github.com/raboof/notion#commit=${_commit}"
"notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
sha256sums=('SKIP'
'SKIP')
prepare() {
cd "$srcdir"
......@@ -67,26 +67,10 @@ EOF
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 INCLUDES=-I"$srcdir"/notion LUA_VERSION=5.3 PREFIX=/usr ETCDIR=/etc/notion
make -j1 all
cd "$srcdir"/notion-doc
make all-html all-html-onepage
}
package() {
......
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