[arch-commits] Commit in notion/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Thu May 2 21:38:25 UTC 2019
Date: Thursday, May 2, 2019 @ 21:38:22
Author: spupykin
Revision: 457816
upgpkg: notion 20190501-1
Modified:
notion/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-02 21:38:10 UTC (rev 457815)
+++ PKGBUILD 2019-05-02 21:38:22 UTC (rev 457816)
@@ -3,15 +3,15 @@
# Contributor: aunoor
pkgname=notion
-pkgver=20170201
-pkgrel=2
-_commit=23f6aced2f8211ae11927bb255d86e8079d1ee11
-_commit_doc=2d11977104e2be712bbf2dd24cec7c708a841124
+pkgver=20190501
+pkgrel=1
+_commit=5e820d514837e12b8753a1afe9b5dd1033f449da
+_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="https://sourceforge.net/projects/notion/"
+url="http://notion.sourceforge.net"
arch=('x86_64')
license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
optdepends=('libxinerama' 'libxrandr')
makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
@@ -61,8 +61,7 @@
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
+ sed -i '/Skipping dvi and ps because/d' notion-doc/Makefile
}
build() {
@@ -75,7 +74,7 @@
package() {
cd "$srcdir"/notion
- make DESTDIR="$pkgdir" LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion install
+ make DESTDIR="$pkgdir" LUA_VERSION=5.3 PREFIX=/usr ETCDIR=/etc/notion install
# doc
cd "$srcdir"/notion-doc
More information about the arch-commits
mailing list