Date: Saturday, November 13, 2021 @ 20:57:46 Author: spupykin Revision: 1046151
upgpkg: notion 1:4.0.2-3 Modified: notion/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-13 20:56:53 UTC (rev 1046150) +++ PKGBUILD 2021-11-13 20:57:46 UTC (rev 1046151) @@ -5,17 +5,18 @@ pkgname=notion epoch=1 pkgver=4.0.2 -pkgrel=2 -_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b +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') +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"
