Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions srcpkgs/qtile/patches/wayland.patch

This file was deleted.

5 changes: 3 additions & 2 deletions srcpkgs/qtile/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Template file for 'qtile'
pkgname=qtile
version=0.34.0
version=0.34.1
revision=1
build_style=python3-pep517
_wlroots=0.19
make_build_args="--config-setting backend=wayland"
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
pkg-config wayland-devel"
makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel
Expand All @@ -15,7 +16,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=de3bb6cfa60e7fd7f5ff28bd47772eac6e2c5697e73a8b6497aafa81910eb285
checksum=8000a29dd25908cc6d320987995f38ee5c5ef360e7f6e3b041f310de1a7c2b18

pre_build() {
# CFLAGS+=" $($PKG_CONFIG --cflags cairo pixman-1 libdrm wlroots-${_wlroots})"
Expand Down