Package Details: 2bwm 0.3-1

Git Clone URL: https://aur.archlinux.org/2bwm.git (read-only, click to copy)
Package Base: 2bwm
Description: A fast floating window manager
Upstream URL: https://github.com/venam/2bwm
Keywords: windowmanager X11
Licenses: ISC
Conflicts: 2bwm-git, mcwm, mcwm-git
Submitter: venamresm
Maintainer: bidulock
Last Packager: bidulock
Votes: 11
Popularity: 0.000000
First Submitted: 2013-05-11 16:59 (UTC)
Last Updated: 2019-09-01 07:36 (UTC)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

miffe commented on 2020-02-25 21:47 (UTC)

cc -o hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Os -s -I/usr/local/include -DTWOBWM_PATH=\"/usr/bin/2bwm\" hidden.c -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm -lxcb-ewmh -lxcb-xrm 2bwm.c:29:10: fatal error: X11/keysym.h: No such file or directory 29 | #include <X11/keysym.h> | ^~~~~~~~~~~~~~

You need a makedepends on xorgproto

Halcyon522 commented on 2015-04-16 18:38 (UTC)

Nevermind. I found it in the src directory. I'm used to finding it out in the open with dwm. Newbie mistake. BTW, I found I didn't need to use a prepare() function in PKGBUILD. I just used makepkg -g >> PKGBUILD && makepkg -efi after editing config.h.

bidulock commented on 2015-04-16 15:42 (UTC)

Add a prepare() function to PKGBUILD that patches or replaces config.h.

Halcyon522 commented on 2015-04-16 14:34 (UTC)

I'm not getting a config.h in the tarball. How do you make changes before compiling?

venamresm commented on 2013-07-02 09:58 (UTC)

It was my error, I forgot to push the changes on the Makefile on github. Thank you for reporting.