Search Criteria
Package Details: xtitle-git 46-1
Git Clone URL: | https://aur.archlinux.org/xtitle-git.git (read-only, click to copy) |
---|---|
Package Base: | xtitle-git |
Description: | Outputs X window titles |
Upstream URL: | https://github.com/baskerville/xtitle |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | baskerville |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 36 |
Popularity: | 0.000001 |
First Submitted: | 2013-03-04 11:31 |
Last Updated: | 2019-07-06 11:39 |
Dependencies (4)
- libxcb (libxcb-git)
- xcb-util-wm
- git (git-git) (make)
- xcb-util (make)
Required by (2)
- bspwm-git (optional)
- bspwm-rounded-corners-git (optional)
Latest Comments
bidulock commented on 2016-06-09 23:58
Sorry, normally do that but missed this one: corrected now.
StephenBrown2 commented on 2016-06-09 21:48
Can the source url be modified to:
git+https://github.com/baskerville/xtitle.git ?
Having trouble with firewalls blocking git connections, and having to modify the PKGBUILD every time is tiresome.
kstolp commented on 2016-01-20 01:53
The xcb-util dependency seems to have been removed, and I'm getting build errors without it.
baskerville commented on 2014-06-22 16:58
Thanks, fixed.
dcell commented on 2014-05-23 03:58
This seems to be missing the xcb-util dependency. I get build errors without it.
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -std=c99 -pedantic -Wall -Wextra -I/usr/include -D_POSIX_C_SOURCE=200112L -DVERSION=\"0.1\" -Os -c -o xtitle.o xtitle.c
xtitle.c:10:27: fatal error: xcb/xcb_event.h: No such file or directory
#include <xcb/xcb_event.h>
^
compilation terminated.
Makefile:24: recipe for target 'xtitle.o' failed
make: *** [xtitle.o] Error 1