qtile: update to 0.23.0.
This commit is contained in:
parent
8d0abd16e0
commit
e2f0bd9700
|
@ -1,9 +0,0 @@
|
|||
!!! Config breakage !!!
|
||||
- lazy.qtile.display_kb() no longer receives any arguments. If you passed
|
||||
it any arguments (which were ignored previously), remove them.
|
||||
- If you have a custom startup Python script that you use instead of
|
||||
"qtile start" and run init_log manually, the signature has changed.
|
||||
Please check the source for the updated arguments.
|
||||
- "KeyChord"'s signature has changed. "mode" is now a boolean to indicate
|
||||
whether the mode should persist. The "name" parameter should be used
|
||||
to name the chord (e.g. for the ``Chord`` widget).
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'qtile'
|
||||
pkgname=qtile
|
||||
version=0.22.0
|
||||
revision=3
|
||||
version=0.23.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
_wlroots=0.15
|
||||
_wlroots=0.16
|
||||
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
|
||||
pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
|
||||
makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="http://www.qtile.org/"
|
||||
changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
|
||||
distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
|
||||
checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
|
||||
checksum=eae63f7a939d9deac86d7251f75cafddbddf67e6e828feccee2f8ad745ed19ed
|
||||
|
||||
post_install() {
|
||||
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
||||
|
|
Loading…
Reference in New Issue