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

Sergej Pupykin spupykin at gemini.archlinux.org
Sat Nov 13 20:57:59 UTC 2021


    Date: Saturday, November 13, 2021 @ 20:57:59
  Author: spupykin
Revision: 1046152

archrelease: copy trunk to community-x86_64

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

------------+
 ChangleLog |   10 +-
 PKGBUILD   |  263 +++++++++++++++++++++++++++++------------------------------
 2 files changed, 137 insertions(+), 136 deletions(-)

Deleted: ChangleLog
===================================================================
--- ChangleLog	2021-11-13 20:57:46 UTC (rev 1046151)
+++ ChangleLog	2021-11-13 20:57:59 UTC (rev 1046152)
@@ -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-x86_64/ChangleLog (from rev 1046151, notion/trunk/ChangleLog)
===================================================================
--- ChangleLog	                        (rev 0)
+++ ChangleLog	2021-11-13 20:57:59 UTC (rev 1046152)
@@ -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	2021-11-13 20:57:46 UTC (rev 1046151)
+++ PKGBUILD	2021-11-13 20:57:59 UTC (rev 1046152)
@@ -1,131 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-epoch=1
-pkgver=4.0.2
-pkgrel=2
-_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="https://notionwm.net"
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
-optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage'
-            'perl: for contrib/verify_index.pl')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-	     'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_bindings.lua"
-	"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_notion3_keybindings.lua"
-	"etc/notion/cfg_notion3_tiling.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_newviolet_hidpi.lua"
-	"etc/notion/look_paper.lua"
-	"etc/notion/look_simpleblue.lua"
-	"etc/notion/lookcommon_clean.lua"
-	"etc/notion/lookcommon_clean_frame.lua"
-	"etc/notion/lookcommon_clean_stdisp.lua"
-	"etc/notion/lookcommon_clean_tab.lua"
-	"etc/notion/lookcommon_emboss.lua"
-	"etc/notion/lookcommon_emboss_frame.lua"
-	"etc/notion/lookcommon_emboss_stdisp.lua"
-	"etc/notion/lookcommon_emboss_tab.lua"
-	"etc/notion/mod_xinerama.lua"
-	"etc/notion/net_client_list.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+https://github.com/raboof/notion#tag=${pkgver}"
-        "notion-doc::git+https://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 '/Skipping dvi and ps because/d' notion-doc/Makefile
-}
-
-build() {
-  cd "$srcdir"/notion
-  make \
-	INCLUDES="-I$srcdir/notion -I/usr/include/freetype2" \
-	LUA_VERSION=5.3 \
-	PREFIX=/usr \
-	ETCDIR=/etc/notion \
-	NOTION_RELEASE="$pkgver"
-
-  cd "$srcdir"/notion-doc
-  make all-html all-html-onepage
-}
-
-package() {
-  cd "$srcdir"/notion
-  make \
-	DESTDIR="$pkgdir" \
-	LUA_VERSION=5.3 \
-	PREFIX=/usr \
-	ETCDIR=/etc/notion \
-	install
-
-  # doc
-  cd "$srcdir"/notion-doc
-  make PREFIX="$pkgdir"/usr ETCDIR=/etc/notion install
-
-  # fix typo
-  mv "$pkgdir"/usr/share/notion/notion{,flux}.1 "$pkgdir"/usr/share/man/man1/
-
-  # 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-x86_64/PKGBUILD (from rev 1046151, notion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-13 20:57:59 UTC (rev 1046152)
@@ -0,0 +1,132 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+epoch=1
+pkgver=4.0.2
+pkgrel=3
+_commit_doc=746225fb6cfc9109663faaabc73e444ea88815bb
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="https://notionwm.net"
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2' 'libxft')
+optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage'
+            'perl: for contrib/verify_index.pl')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+	     'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+optdepends=('xorg-fonts-100dpi' 'xorg-fonts-75dpi')
+backup=("etc/notion/cfg_bindings.lua"
+	"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_notion3_keybindings.lua"
+	"etc/notion/cfg_notion3_tiling.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_newviolet_hidpi.lua"
+	"etc/notion/look_paper.lua"
+	"etc/notion/look_simpleblue.lua"
+	"etc/notion/lookcommon_clean.lua"
+	"etc/notion/lookcommon_clean_frame.lua"
+	"etc/notion/lookcommon_clean_stdisp.lua"
+	"etc/notion/lookcommon_clean_tab.lua"
+	"etc/notion/lookcommon_emboss.lua"
+	"etc/notion/lookcommon_emboss_frame.lua"
+	"etc/notion/lookcommon_emboss_stdisp.lua"
+	"etc/notion/lookcommon_emboss_tab.lua"
+	"etc/notion/mod_xinerama.lua"
+	"etc/notion/net_client_list.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+https://github.com/raboof/notion#tag=${pkgver}"
+        "notion-doc::git+https://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 '/Skipping dvi and ps because/d' notion-doc/Makefile
+}
+
+build() {
+  cd "$srcdir"/notion
+  make \
+	INCLUDES="-I$srcdir/notion -I/usr/include/freetype2" \
+	LUA_VERSION=5.3 \
+	PREFIX=/usr \
+	ETCDIR=/etc/notion \
+	NOTION_RELEASE="$pkgver"
+
+  cd "$srcdir"/notion-doc
+  make all-html all-html-onepage
+}
+
+package() {
+  cd "$srcdir"/notion
+  make \
+	DESTDIR="$pkgdir" \
+	LUA_VERSION=5.3 \
+	PREFIX=/usr \
+	ETCDIR=/etc/notion \
+	install
+
+  # doc
+  cd "$srcdir"/notion-doc
+  make PREFIX="$pkgdir"/usr ETCDIR=/etc/notion install
+
+  # fix typo
+  mv "$pkgdir"/usr/share/notion/notion{,flux}.1 "$pkgdir"/usr/share/man/man1/
+
+  # 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