Search Criteria
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: | |
Conflicts: | |
Submitter: | venamresm |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 10 |
Popularity: | 0.001825 |
First Submitted: | 2013-05-11 16:59 |
Last Updated: | 2019-09-01 07:36 |
Dependencies (5)
- xcb-util-keysyms
- xcb-util-wm
- xcb-util-xrm (xcb-util-xrm-git)
- git (git-git) (make)
- xcb-util (make)
Latest Comments
1 2 Next › Last »
miffe commented on 2020-02-25 21:47
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
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
Add a prepare() function to PKGBUILD that patches or replaces config.h.
Halcyon522 commented on 2015-04-16 14:34
I'm not getting a config.h in the tarball. How do you make changes before compiling?
bidulock commented on 2013-12-30 16:26
I have mailed an updated PKGBUILD in a src package. Please apply or disown.
bidulock commented on 2013-07-25 16:53
[brian@petunia 2bwm]$ namcap 2bwm-20130327-1-x86_64.pkg.tar.xz
2bwm W: Description should not contain the package name.
2bwm W: File (usr/man/) exists in a non-standard directory.
2bwm W: File (usr/man/man1/) exists in a non-standard directory.
2bwm W: File (usr/man/man1/hidden.1.gz) exists in a non-standard directory.
2bwm W: File (usr/man/man1/2bwm.1.gz) exists in a non-standard directory.
2bwm E: Missing custom license directory (usr/share/licenses/2bwm)
2bwm E: Non-FHS man page (usr/man/man1/hidden.1.gz) found. Use /usr/share/man instead
2bwm E: Non-FHS man page (usr/man/man1/2bwm.1.gz) found. Use /usr/share/man instead
2bwm W: Dependency libxcb included but already satisfied
2bwm W: Dependency xcb-proto included but already satisfied
venamresm commented on 2013-07-02 09:58
It was my error, I forgot to push the changes on the Makefile on github.
Thank you for reporting.
Anonymous comment on 2013-07-02 04:39
I get the following error when trying to compile:
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -g -std=c99 -Wall -Os -Wextra -I/usr/local/include -DNICON -DRESIZE_BORDER_ONLY -DNCOMPTON -D_FORTIFY_SOURCE=2 -c -o 2bwm.o 2bwm.c
2bwm.c: In function 'getoutputs':
2bwm.c:754:9: warning: implicit declaration of function 'asprintf' [-Wimplicit-function-declaration]
asprintf(&name, "%.*s",xcb_randr_get_output_info_name_length(output),xcb_randr_get_output_info_name(output));
^
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -g -std=c99 -Wall -Os -Wextra -I/usr/local/include -DNICON -DRESIZE_BORDER_ONLY -DNCOMPTON -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--no-as-needed -L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm -lxcb-util -o 2bwm 2bwm.o
2bwm.o: In function `setupwin':
/dev/shm/2bwm/src/2bwm-build/2bwm.c:541: undefined reference to `xcb_ewmh_get_wm_window_type'
/dev/shm/2bwm/src/2bwm-build/2bwm.c:541: undefined reference to `xcb_ewmh_get_wm_window_type_reply'
/dev/shm/2bwm/src/2bwm-build/2bwm.c:545: undefined reference to `xcb_ewmh_get_atoms_reply_wipe'
2bwm.o: In function `ewmh_init':
/dev/shm/2bwm/src/2bwm-build/2bwm.c:2034: undefined reference to `xcb_ewmh_init_atoms'
/dev/shm/2bwm/src/2bwm-build/2bwm.c:2035: undefined reference to `xcb_ewmh_init_atoms_replies'
2bwm.o: In function `setup':
/dev/shm/2bwm/src/2bwm-build/2bwm.c:2042: undefined reference to `xcb_ewmh_set_wm_name'
/dev/shm/2bwm/src/2bwm-build/2bwm.c:2061: undefined reference to `xcb_ewmh_set_supported'
collect2: error: ld returned 1 exit status
make: *** [2bwm] Error 1
venamresm commented on 2013-06-07 05:42
I updated the package.
richjn commented on 2013-06-07 00:53
Thanks for the package
I got a build error and needed to add "xcb-util-keysyms" to build.
Richard