mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qtile: update to 0.26.0.
This commit is contained in:
parent
baf481c8f5
commit
d5c34ae251
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'qtile'
|
# Template file for 'qtile'
|
||||||
pkgname=qtile
|
pkgname=qtile
|
||||||
version=0.25.0
|
version=0.26.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
_wlroots=0.16
|
_wlroots=0.17
|
||||||
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
|
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
|
||||||
pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
|
pkg-config python3-pywlroots python3-pywayland python3-xkbcommon"
|
||||||
makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
|
makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
|
||||||
depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
|
depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
|
||||||
short_desc="Full-featured tiling window manager written and configured in Python"
|
short_desc="Full-featured tiling window manager written and configured in Python"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="http://www.qtile.org/"
|
homepage="http://www.qtile.org/"
|
||||||
changelog="https://raw.githubusercontent.com/qtile/qtile/master/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=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
|
checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
||||||
|
@ -24,7 +24,7 @@ post_install() {
|
||||||
|
|
||||||
qtile-wayland_package() {
|
qtile-wayland_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
|
python3-pywlroots python3-pywayland python3-xkbcommon"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${py3_sitelib}/libqtile/backend/wayland
|
vmove ${py3_sitelib}/libqtile/backend/wayland
|
||||||
vmove usr/share/wayland-sessions
|
vmove usr/share/wayland-sessions
|
||||||
|
|
Loading…
Add table
Reference in a new issue