forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a53a2a
commit c9591e6
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Template file for 'qtile' | ||
pkgname=qtile | ||
version=0.29.0 | ||
revision=2 | ||
version=0.31.0 | ||
revision=1 | ||
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" | ||
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 pango gdk-pixbuf" | ||
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 <[email protected]>" | ||
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=30200cfd2a2e6624aa414fae845c6e4184231418e7358e62d1ea902334198b62 | ||
checksum=af32dfc518b20c731f2c3db38df44b37b62e5000e3caf7d4fe3003f2310f4a2e | ||
|
||
post_install() { | ||
vinstall resources/qtile.desktop 644 usr/share/xsessions | ||
|