Package Details: frankenwm-git 1.0.22-3

Git Clone URL: https://aur.archlinux.org/frankenwm-git.git (read-only, click to copy)
Package Base: frankenwm-git
Description: Fast dynamic tiling window manager based on monsterwm-xcb
Upstream URL: https://github.com/sulami/FrankenWM
Licenses: custom:MIT/X
Conflicts: frankenwm
Submitter: sulami
Maintainer: sulami
Last Packager: sulami
Votes: 6
Popularity: 0.000000
First Submitted: 2014-06-27 14:06 (UTC)
Last Updated: 2020-11-30 13:25 (UTC)

Latest Comments

orhun commented on 2020-11-18 16:43 (UTC)

Also please add conflicts=("${pkgname%-git}") since this package conflicts with a non-git package: frankenwm.

orhun commented on 2020-09-16 18:40 (UTC) (edited on 2020-09-16 18:59 (UTC) by orhun)

Please add 'libx11' 'xcb-util' to the depends array for a successful compilation.

Without libx11:

frankenwm.c:13:10: fatal error: X11/Xlib.h: No such file or directory
   13 | #include <X11/Xlib.h>
      |          ^~~~~~~~~~~~
compilation terminated.

Without xcb-util:

frankenwm.c:16:10: fatal error: xcb/xcb_atom.h: No such file or directory
   16 | #include <xcb/xcb_atom.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

Also see: https://wiki.archlinux.org/index.php/VCS_package_guidelines (about pkgver() function)