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

upgpkg: 20190501-1

parent 2c150b58
No related branches found
No related tags found
No related merge requests found
......@@ -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_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
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 @@ build() {
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
......
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