mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
qtile: update to 0.22.0.
This commit is contained in:
parent
ac56b86fda
commit
7c40407192
2 changed files with 13 additions and 4 deletions
9
srcpkgs/qtile/INSTALL.msg
Normal file
9
srcpkgs/qtile/INSTALL.msg
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
!!! 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,7 +1,7 @@
|
||||||
# Template file for 'qtile'
|
# Template file for 'qtile'
|
||||||
pkgname=qtile
|
pkgname=qtile
|
||||||
version=0.21.0
|
version=0.22.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
|
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
|
||||||
makedepends="python3-devel libffi-devel pulseaudio-devel"
|
makedepends="python3-devel libffi-devel pulseaudio-devel"
|
||||||
|
@ -10,9 +10,9 @@ short_desc="Full-featured tiling window manager written and configured in Python
|
||||||
maintainer="Kai Stian Olstad <void@olstad.com>"
|
maintainer="Kai Stian Olstad <void@olstad.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.qtile.org/"
|
homepage="http://www.qtile.org/"
|
||||||
changelog="https://raw.githubusercontent.com/qtile/qtile/v${version}/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
|
||||||
checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
|
checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
||||||
|
|
Loading…
Add table
Reference in a new issue