[arch-commits] Commit in notion/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue May 5 11:29:59 UTC 2015


    Date: Tuesday, May 5, 2015 @ 13:29:59
  Author: spupykin
Revision: 132773

upgpkg: notion 20150505-1

upd

Modified:
  notion/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 11:29:56 UTC (rev 132772)
+++ PKGBUILD	2015-05-05 11:29:59 UTC (rev 132773)
@@ -4,7 +4,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/"
@@ -54,12 +54,13 @@
 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() {



More information about the arch-commits mailing list