Date: Wednesday, March 9, 2016 @ 14:52:29 Author: spupykin Revision: 165752
upgpkg: notion 20150812-2 upd Modified: notion/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-09 13:49:23 UTC (rev 165751) +++ PKGBUILD 2016-03-09 13:52:29 UTC (rev 165752) @@ -5,7 +5,9 @@ pkgname=notion pkgver=20150812 -pkgrel=1 +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') @@ -46,8 +48,8 @@ "etc/notion/xkbion.lua") provides=('libtu' 'libextl') changelog=ChangleLog -source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion" - "notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc") +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') @@ -106,4 +108,16 @@ # 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 }
