powerline-status: rebuild for Python 3.12
This commit is contained in:
parent
e0806b87c8
commit
29f19c2bde
3 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
==> Remember to read the official documentation on how to enable Powerline:
|
==> Remember to read the official documentation on how to enable Powerline:
|
||||||
https://powerline.readthedocs.io/en/master/usage.html
|
https://powerline.readthedocs.io/en/master/usage.html
|
||||||
Where {repository_root} is /usr/lib/python3.11/site-packages (or any newer version).
|
Where {repository_root} is /usr/lib/python3.12/site-packages (or any newer version).
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
|
|
||||||
==> Remember to disable all Powerline plugins.
|
==> Remember to disable all Powerline plugins.
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# Maybe will split this in different packages in the future.
|
# Maybe will split this in different packages in the future.
|
||||||
pkgname=powerline-status
|
pkgname=powerline-status
|
||||||
version=2.8.3
|
version=2.8.3
|
||||||
revision=1
|
revision=2
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
makedepends="python3-setuptools python3-Sphinx git"
|
makedepends="python3-setuptools python3-Sphinx git"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
short_desc="Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile."
|
short_desc="Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile."
|
||||||
maintainer="KF-Art <kevinfigueroart@protonmail.com>"
|
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/powerline/powerline"
|
homepage="https://github.com/powerline/powerline"
|
||||||
changelog="${homepage}/releases/tag/${version}"
|
changelog="${homepage}/releases/tag/${version}"
|
||||||
|
@ -16,5 +16,6 @@ checksum=45d838dbac94a1363942899708b6ce7c71c1cad9e1b9d048affab4f630c4cb98
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
# Remove unnecesary systemd-related files
|
||||||
rm -r ${DESTDIR}/usr/lib/python*/site-packages/powerline/dist/systemd
|
rm -r ${DESTDIR}/usr/lib/python*/site-packages/powerline/dist/systemd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue