summaryrefslogtreecommitdiff
path: root/desktop/qtile/setup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/qtile/setup.patch')
-rw-r--r--desktop/qtile/setup.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop/qtile/setup.patch b/desktop/qtile/setup.patch
new file mode 100644
index 0000000000..8de9f71421
--- /dev/null
+++ b/desktop/qtile/setup.patch
@@ -0,0 +1,18 @@
+--- qtile-0.11.1/setup.py.orig 2018-03-04 19:04:35.588264201 +0100
++++ qtile-0.11.1/setup.py 2018-03-04 19:05:20.151265263 +0100
+@@ -121,7 +121,6 @@
+ url="http://qtile.org",
+ license="MIT",
+ install_requires=dependencies,
+- setup_requires=dependencies,
+ extras_require={
+ 'ipython': ["ipykernel", "jupyter_console"],
+ },
+@@ -155,7 +154,6 @@
+ data_files=[
+ ('share/man/man1', ['resources/qtile.1',
+ 'resources/qshell.1'])],
+- cmdclass={'install': CheckCairoXcb},
+ cffi_modules=[
+ 'libqtile/ffi_build.py:pango_ffi',
+ 'libqtile/ffi_build.py:xcursors_ffi',