void-packages/srcpkgs/qtile/template
2025-03-13 18:10:41 -04:00

32 lines
1.2 KiB
Bash

# Template file for 'qtile'
pkgname=qtile
version=0.31.0
revision=2
build_style=python3-pep517
_wlroots=0.17
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
pkg-config python3-pywlroots python3-pywayland python3-xkbcommon pixman-devel libdrm-devel"
makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
depends="python3-cairocffi python3-xcffib python3-cffi pango gdk-pixbuf"
short_desc="Full-featured tiling window manager written and configured in Python"
maintainer="Kai Stian Olstad <void@olstad.com>"
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=af32dfc518b20c731f2c3db38df44b37b62e5000e3caf7d4fe3003f2310f4a2e
post_install() {
vinstall resources/qtile.desktop 644 usr/share/xsessions
vinstall resources/qtile-wayland.desktop 644 usr/share/wayland-sessions
vlicense LICENSE
}
qtile-wayland_package() {
depends="${sourcepkg}>=${version}_${revision}
python3-pywlroots python3-pywayland python3-xkbcommon"
pkg_install() {
vmove ${py3_sitelib}/libqtile/backend/wayland
vmove usr/share/wayland-sessions
}
}