polybar-dwm/contrib
patrick96 a902b5a449 fix(aur): Add xorgproto package as make dependency
xorgproto always was a make dependency (I think) but it was
automatically included indirectly by another dependency.
Arch recently cleaned up some xorg related packages which made xorgproto
no longer an indirect dependency of polybar which spams cmake with
messages like:

```
Package 'xproto', required by 'xau', not found
Package 'xproto', required by 'xdmcp', not found
Package 'xproto', required by 'xau', not found
Package 'xproto', required by 'xdmcp', not found
Package 'xproto', required by 'xau', not found
Package 'xproto', required by 'xdmcp', not found
Package 'xproto', required by 'xau', not found
Package 'xproto', required by 'xdmcp', not found
```

And during `make` finally completely fails the build because some
library's include directories are not honored because the xproto.pc file
cannot be found:

```
In file included from /home/patrick96/Projects/github.com/patrick96/polybar/include/cairo/utils.hpp:3,
                 from /home/patrick96/Projects/github.com/patrick96/polybar/src/cairo/utils.cpp:3:
/usr/include/cairo/cairo-ft.h:46:10: fatal error: ft2build.h: No such file or directory
   46 | #include <ft2build.h>
      |          ^~~~~~~~~~~~
```

Ref: https://bugs.archlinux.org/task/64892
2019-12-22 17:12:49 +01:00
..
bash cmake: Use GNUInstallDirs (#1818) 2019-06-24 18:08:59 +02:00
polybar-git.aur fix(aur): Add xorgproto package as make dependency 2019-12-22 17:12:49 +01:00
polybar.aur fix(aur): Add xorgproto package as make dependency 2019-12-22 17:12:49 +01:00
rpm Update spec file 2019-10-31 16:07:00 +01:00
vim git: Vim files 2016-10-29 16:41:29 +02:00
zsh cmake: Use GNUInstallDirs (#1818) 2019-06-24 18:08:59 +02:00