summaryrefslogtreecommitdiff
path: root/community/notion/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
committerroot <root@rshg054.dnsready.net>2012-11-08 01:42:46 -0800
commit820b47e114141394686758f528713a7dae08c149 (patch)
tree4a11170763d1f324b933f92fa77994f7b71827fc /community/notion/PKGBUILD
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Thu Nov 8 01:42:46 PST 2012
Diffstat (limited to 'community/notion/PKGBUILD')
-rw-r--r--community/notion/PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/community/notion/PKGBUILD b/community/notion/PKGBUILD
index c29a0054a..e56fa63ec 100644
--- a/community/notion/PKGBUILD
+++ b/community/notion/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 70297 2012-05-03 22:44:04Z spupykin $
+# $Id: PKGBUILD 79563 2012-11-07 15:09:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
# Contributor: aunoor
pkgname=notion
-pkgver=20120504
+pkgver=20121107
pkgrel=1
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="http://sourceforge.net/projects/notion/"
@@ -23,8 +23,9 @@ _gitroots=("git://notion.git.sourceforge.net/gitroot/notion/notion"
"git://notion.git.sourceforge.net/gitroot/notion/mod_xinerama"
"git://notion.git.sourceforge.net/gitroot/notion/mod_xkbevents"
"git://notion.git.sourceforge.net/gitroot/notion/mod_xrandr"
+ "git://notion.git.sourceforge.net/gitroot/notion/mod_notionflux"
"git://notion.git.sourceforge.net/gitroot/notion/contrib")
-#source=(https://downloads.sourceforge.net/project/notion/notion-3-2011102900-src.tar.bz2)
+md5sums=()
md5sums=()
build() {
@@ -47,7 +48,7 @@ build() {
# copy to notion-build
rm -rf ${srcdir}/notion-build
cp -r ${srcdir}/notion ${srcdir}/notion-build
- for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr notion-doc; do
+ for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr mod_notionflux notion-doc; do
cp -r ${srcdir}/$i ${srcdir}/notion-build/
done
@@ -58,23 +59,14 @@ build() {
-e 's/^\(ETCDIR=\).*$/\1\/etc\/notion/' \
-e 's/^\(LUA_DIR=\).*$/\1\/usr/' \
-e 's/^\(X11_PREFIX=\).*/\1\/usr/' \
- -i system.mk
+ -i system-autodetect.mk
make INCLUDES=-I${srcdir}/notion-build
- # doc workaround
- for i in ioncore mod_tiling mod_query de mod_menu mod_dock mod_sp mod_statusbar; do
- (cd $i && make _exports_doc)
- done
-
# build doc and modules
for i in mod_xinerama mod_xkbevents mod_xrandr; do
(cd $i && make -j1 TOPDIR=.. all)
done
- mkdir notion-doc/notionconf-onepage
- mkdir notion-doc/notionnotes-onepage
- (cd notion-doc && make -j1 TOPDIR=.. all) || true
- sed -i 's|mod_query.exec_on_merr|mod\\_query.exec\\_on\\_merr|g' notion-doc/ioncore.exports
(cd notion-doc && make -j1 TOPDIR=.. all)
}