[arch-commits] Commit in notion/repos/community-i686 (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed Feb 1 15:48:45 UTC 2017


    Date: Wednesday, February 1, 2017 @ 15:48:44
  Author: spupykin
Revision: 209652

archrelease: copy trunk to community-i686

Added:
  notion/repos/community-i686/ChangleLog
    (from rev 209651, notion/trunk/ChangleLog)
  notion/repos/community-i686/PKGBUILD
    (from rev 209651, notion/trunk/PKGBUILD)
Deleted:
  notion/repos/community-i686/ChangleLog
  notion/repos/community-i686/PKGBUILD

------------+
 ChangleLog |   10 +-
 PKGBUILD   |  230 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 112 insertions(+), 128 deletions(-)

Deleted: ChangleLog
===================================================================
--- ChangleLog	2017-02-01 15:48:34 UTC (rev 209651)
+++ ChangleLog	2017-02-01 15:48:44 UTC (rev 209652)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-	* 20110914-1 :
-	Add contrib/ to /usr/share/notion/contrib
-	Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-i686/ChangleLog (from rev 209651, notion/trunk/ChangleLog)
===================================================================
--- ChangleLog	                        (rev 0)
+++ ChangleLog	2017-02-01 15:48:44 UTC (rev 209652)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+	* 20110914-1 :
+	Add contrib/ to /usr/share/notion/contrib
+	Add mod_*.lua to /etc/notion/

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-01 15:48:34 UTC (rev 209651)
+++ PKGBUILD	2017-02-01 15:48:44 UTC (rev 209652)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-pkgver=20150812
-pkgrel=2
-_commit=039f4ef807ed179fcdd4c6421e67014143e0331e
-_commit_doc=2bc82701a2eb1dcd5908c18be2245a51604178d6
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="http://sourceforge.net/projects/notion/"
-arch=('i686' 'x86_64')
-license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-	     'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_defaults.lua"
-	"etc/notion/cfg_dock.lua"
-	"etc/notion/cfg_kludges.lua"
-	"etc/notion/cfg_layouts.lua"
-	"etc/notion/cfg_menu.lua"
-	"etc/notion/cfg_notion.lua"
-	"etc/notion/cfg_notioncore.lua"
-	"etc/notion/cfg_query.lua"
-	"etc/notion/cfg_sp.lua"
-	"etc/notion/cfg_statusbar.lua"
-	"etc/notion/cfg_tiling.lua"
-	"etc/notion/cfg_xrandr.lua"
-	"etc/notion/look.lua"
-	"etc/notion/look_brownsteel.lua"
-	"etc/notion/look_clean.lua"
-	"etc/notion/look_cleanios.lua"
-	"etc/notion/look_cleanviolet.lua"
-	"etc/notion/look_dusky.lua"
-	"etc/notion/look_greenlight.lua"
-	"etc/notion/look_greyviolet.lua"
-	"etc/notion/look_ios.lua"
-	"etc/notion/look_newviolet.lua"
-	"etc/notion/look_simpleblue.lua"
-	"etc/notion/lookcommon_clean.lua"
-	"etc/notion/lookcommon_emboss.lua"
-	"etc/notion/mod_xinerama.lua"
-	"etc/notion/statusbar_xkbgroup.lua"
-	"etc/notion/test_xinerama.lua"
-	"etc/notion/xkbbell.lua"
-	"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')
-
-prepare() {
-  cd ${srcdir}
-  cat >notion/build/lua-detect.mk <<EOF
-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
-  sed -i 's|mkdir|mkdir -p|g' notion-doc/Makefile
-}
-
-build() {
-  cd ${srcdir}/notion
-  make INCLUDES=-I${srcdir}/notion LUA_VERSION=5.2 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
-}
-
-package() {
-  cd ${srcdir}/notion
-  make DESTDIR=$pkgdir LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion install
-
-  # doc
-  cd ${srcdir}/notion-doc
-  make PREFIX=$pkgdir/usr ETCDIR=/etc/notion install
-
-  # modules
-  cp ${srcdir}/notion/mod_xinerama/*.lua $pkgdir/etc/notion/
-  cp ${srcdir}/notion/mod_xkbevents/*.lua $pkgdir/etc/notion/
-
-  # contrib
-  mkdir -p $pkgdir/usr/share/notion/contrib
-  cp -a ${srcdir}/$pkgname/contrib/* $pkgdir/usr/share/notion/contrib
-
-  # license
-  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/notion/LICENSE
-
-  #
-  mkdir -p $pkgdir/usr/share/xsessions
-  cat >$pkgdir/usr/share/xsessions/notion.desktop <<EOF
-[Desktop Entry]
-Name=Notion
-Comment=This session logs you into Notion
-Exec=/usr/bin/notion
-TryExec=/usr/bin/notion
-Icon=
-Type=XSession
-EOF
-}

Copied: notion/repos/community-i686/PKGBUILD (from rev 209651, notion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-01 15:48:44 UTC (rev 209652)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+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')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+optdepends=('libxinerama' 'libxrandr')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+	     'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+	"etc/notion/cfg_dock.lua"
+	"etc/notion/cfg_kludges.lua"
+	"etc/notion/cfg_layouts.lua"
+	"etc/notion/cfg_menu.lua"
+	"etc/notion/cfg_notion.lua"
+	"etc/notion/cfg_notioncore.lua"
+	"etc/notion/cfg_query.lua"
+	"etc/notion/cfg_sp.lua"
+	"etc/notion/cfg_statusbar.lua"
+	"etc/notion/cfg_tiling.lua"
+	"etc/notion/cfg_xrandr.lua"
+	"etc/notion/look.lua"
+	"etc/notion/look_brownsteel.lua"
+	"etc/notion/look_clean.lua"
+	"etc/notion/look_cleanios.lua"
+	"etc/notion/look_cleanviolet.lua"
+	"etc/notion/look_dusky.lua"
+	"etc/notion/look_greenlight.lua"
+	"etc/notion/look_greyviolet.lua"
+	"etc/notion/look_ios.lua"
+	"etc/notion/look_newviolet.lua"
+	"etc/notion/look_simpleblue.lua"
+	"etc/notion/lookcommon_clean.lua"
+	"etc/notion/lookcommon_emboss.lua"
+	"etc/notion/mod_xinerama.lua"
+	"etc/notion/statusbar_xkbgroup.lua"
+	"etc/notion/test_xinerama.lua"
+	"etc/notion/xkbbell.lua"
+	"etc/notion/xkbion.lua")
+provides=('libtu' 'libextl')
+changelog=ChangleLog
+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"
+  cat >notion/build/lua-detect.mk <<EOF
+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
+  sed -i 's|mkdir|mkdir -p|g' notion-doc/Makefile
+}
+
+build() {
+  cd "$srcdir"/notion
+  make INCLUDES=-I"$srcdir"/notion LUA_VERSION=5.3 PREFIX=/usr ETCDIR=/etc/notion
+
+  cd "$srcdir"/notion-doc
+  make all-html all-html-onepage
+}
+
+package() {
+  cd "$srcdir"/notion
+  make DESTDIR="$pkgdir" LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion install
+
+  # doc
+  cd "$srcdir"/notion-doc
+  make PREFIX="$pkgdir"/usr ETCDIR=/etc/notion install
+
+  # modules
+  cp "$srcdir"/notion/mod_xinerama/*.lua "$pkgdir"/etc/notion/
+  cp "$srcdir"/notion/mod_xkbevents/*.lua "$pkgdir"/etc/notion/
+
+  # contrib
+  mkdir -p "$pkgdir"/usr/share/notion/contrib
+  cp -a "$srcdir"/$pkgname/contrib/* "$pkgdir"/usr/share/notion/contrib
+
+  # license
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/notion/LICENSE
+
+  #
+  mkdir -p "$pkgdir"/usr/share/xsessions
+  cat >"$pkgdir"/usr/share/xsessions/notion.desktop <<EOF
+[Desktop Entry]
+Name=Notion
+Comment=This session logs you into Notion
+Exec=/usr/bin/notion
+TryExec=/usr/bin/notion
+Icon=
+Type=XSession
+EOF
+}



More information about the arch-commits mailing list