mirror of
https://github.com/polybar/polybar.git
synced 2026-02-05 13:55:41 +00:00
build: drop python2
Ref: https://github.com/polybar/xpp/pull/17 Fixes #1892
This commit is contained in:
committed by
Patrick Ziegler
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)
|
||||
- `cairo`
|
||||
- `libxcb`
|
||||
- `python2`
|
||||
- `python`
|
||||
- `xcb-proto`
|
||||
- `xcb-util-image`
|
||||
- `xcb-util-wm`
|
||||
|
||||
@ -14,8 +14,7 @@ optdepends=("i3-wm: i3 module support"
|
||||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config"
|
||||
"xorg-fonts-misc: Font used in example config")
|
||||
makedepends=("cmake" "git" "python" "python2" "pkg-config" "python-sphinx"
|
||||
"i3-wm")
|
||||
makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
|
||||
provides=("polybar")
|
||||
conflicts=("polybar")
|
||||
install="${_pkgname}.install"
|
||||
|
||||
2
lib/xpp
2
lib/xpp
Submodule lib/xpp updated: d2ff2aaba6...c5036690ad
Reference in New Issue
Block a user