Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-03 17:01:56 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-03 17:01:56 +0100
commit7d122a6bab730ac2e1b420194e6b5febeec19298 (patch)
tree58353ffd13a48b760170534b702e89dbcd4ad4b0 /community
parent0d971c0526a1363df78cd09154b946985b726bc1 (diff)
community/python-libevdev: temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
Diffstat (limited to 'community')
-rw-r--r--community/python-libevdev/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/python-libevdev/PKGBUILD b/community/python-libevdev/PKGBUILD
new file mode 100644
index 00000000..ba9c762c
--- /dev/null
+++ b/community/python-libevdev/PKGBUILD
@@ -0,0 +1,11 @@
+# temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
+eval "$(
+ declare -f build | \
+ sed '
+ /make doc/d
+ '
+ declare -f package | \
+ sed '
+ /\/share\/doc/d
+ '
+)"