Date: Wednesday, February 1, 2017 @ 15:48:34 Author: spupykin Revision: 209651
upgpkg: notion 20170201-1 upd Modified: notion/trunk/PKGBUILD ----------+ PKGBUILD | 38 +++++++++++--------------------------- 1 file changed, 11 insertions(+), 27 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-01 15:48:29 UTC (rev 209650) +++ PKGBUILD 2017-02-01 15:48:34 UTC (rev 209651) @@ -4,10 +4,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') @@ -48,10 +48,10 @@ "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" @@ -68,26 +68,10 @@ build() { cd "$srcdir"/notion - make INCLUDES=-I"$srcdir"/notion LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion + make INCLUDES=-I"$srcdir"/notion LUA_VERSION=5.3 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 + make all-html all-html-onepage } package() {
