build: drop python2
Ref: https://github.com/polybar/xpp/pull/17 Fixes #1892
This commit is contained in:
parent
8b310cc05d
commit
a77923ea96
@ -110,7 +110,7 @@ If you are using **Gentoo**, both release and git-master versions are available
|
|||||||
A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads)
|
A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.html), [gcc-5.1+](https://gcc.gnu.org/releases.html)), [cmake 3.1+](https://cmake.org/download/), [git](https://git-scm.com/downloads)
|
||||||
- `cairo`
|
- `cairo`
|
||||||
- `libxcb`
|
- `libxcb`
|
||||||
- `python2`
|
- `python`
|
||||||
- `xcb-proto`
|
- `xcb-proto`
|
||||||
- `xcb-util-image`
|
- `xcb-util-image`
|
||||||
- `xcb-util-wm`
|
- `xcb-util-wm`
|
||||||
|
@ -14,8 +14,7 @@ optdepends=("i3-wm: i3 module support"
|
|||||||
"ttf-unifont: Font used in example config"
|
"ttf-unifont: Font used in example config"
|
||||||
"siji-git: Font used in example config"
|
"siji-git: Font used in example config"
|
||||||
"xorg-fonts-misc: Font used in example config")
|
"xorg-fonts-misc: Font used in example config")
|
||||||
makedepends=("cmake" "git" "python" "python2" "pkg-config" "python-sphinx"
|
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
|
||||||
"i3-wm")
|
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar")
|
conflicts=("polybar")
|
||||||
install="${_pkgname}.install"
|
install="${_pkgname}.install"
|
||||||
|
2
lib/xpp
2
lib/xpp
@ -1 +1 @@
|
|||||||
Subproject commit d2ff2aaba6489f606bbcc090c0a78a8a3f9fcd1f
|
Subproject commit c5036690ada6695e187722e66f66eb1178d076ba
|
Loading…
Reference in New Issue
Block a user