From 0a6b232bde232747e2e3c80def073b986de3156d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 29 Mar 2021 20:35:43 +0200 Subject: checked in notion3 20190501 (old version) --- .SRCINFO | 65 +++++++++++++++++++++++++++++++++++++ ChangleLog | 5 +++ PKGBUILD | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 .SRCINFO create mode 100644 ChangleLog create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..2e0fa43 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,65 @@ +pkgbase = notion3 + pkgdesc = Tabbed tiling, window manager. Fork of Ion3 + pkgver = 20190501 + pkgrel = 1 + epoch = 1 + url = https://notionwm.net + changelog = ChangleLog + arch = x86_64 + license = custom:LGPL + makedepends = git + makedepends = pkgconfig + makedepends = libxinerama + makedepends = libxrandr + makedepends = rubber + makedepends = latex2html + makedepends = texlive-htmlxml + makedepends = texlive-latexextra + depends = glib2 + depends = gettext + depends = lua + depends = libxext + depends = libsm + depends = freetype2 + optdepends = libxinerama + optdepends = libxrandr + provides = libtu + provides = libextl + conflicts = notion + backup = etc/notion/cfg_bindings.lua + backup = etc/notion/cfg_dock.lua + backup = etc/notion/cfg_kludges.lua + backup = etc/notion/cfg_layouts.lua + backup = etc/notion/cfg_menu.lua + backup = etc/notion/cfg_notion.lua + backup = etc/notion/cfg_notioncore.lua + backup = etc/notion/cfg_query.lua + backup = etc/notion/cfg_sp.lua + backup = etc/notion/cfg_statusbar.lua + backup = etc/notion/cfg_tiling.lua + backup = etc/notion/cfg_xrandr.lua + backup = etc/notion/look.lua + backup = etc/notion/look_brownsteel.lua + backup = etc/notion/look_clean.lua + backup = etc/notion/look_cleanios.lua + backup = etc/notion/look_cleanviolet.lua + backup = etc/notion/look_dusky.lua + backup = etc/notion/look_greenlight.lua + backup = etc/notion/look_greyviolet.lua + backup = etc/notion/look_ios.lua + backup = etc/notion/look_newviolet.lua + backup = etc/notion/look_simpleblue.lua + backup = etc/notion/lookcommon_clean.lua + backup = etc/notion/lookcommon_emboss.lua + backup = etc/notion/mod_xinerama.lua + backup = etc/notion/statusbar_xkbgroup.lua + backup = etc/notion/test_xinerama.lua + backup = etc/notion/xkbbell.lua + backup = etc/notion/xkbion.lua + source = notion::git://github.com/raboof/notion#commit=5e820d514837e12b8753a1afe9b5dd1033f449da + source = notion-doc::git://github.com/raboof/notion-doc.git#commit=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07 + sha256sums = SKIP + sha256sums = SKIP + +pkgname = notion3 + diff --git a/ChangleLog b/ChangleLog new file mode 100644 index 0000000..2107408 --- /dev/null +++ b/ChangleLog @@ -0,0 +1,5 @@ +2011-09-14 Sergej Pupykin + + * 20110914-1 : + Add contrib/ to /usr/share/notion/contrib + Add mod_*.lua to /etc/notion/ diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..b34b772 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,108 @@ +# Maintainer: Andreas Baumann +# Maintainer: Sergej Pupykin +# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com +# Contributor: aunoor + +pkgname=notion3 +epoch=1 +pkgver=20190501 +pkgrel=1 +_commit=5e820d514837e12b8753a1afe9b5dd1033f449da +_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07 +pkgdesc="Tabbed tiling, window manager. Fork of Ion3" +url="https://notionwm.net" +arch=('x86_64') +license=('custom:LGPL') +depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2') +optdepends=('libxinerama' 'libxrandr') +makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr' + 'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra') +conflicts=('notion') +backup=("etc/notion/cfg_bindings.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 <"$pkgdir"/usr/share/xsessions/notion.desktop <