From 8a301e0a7840e733bd7f682cf5c7450fc36dcf45 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Fri, 30 Sep 2022 14:54:19 +0530 Subject: [PATCH] libdrm: unbundle python-docutils --- wayland/libdrm/build | 17 ----------------- wayland/libdrm/checksums | 1 - wayland/libdrm/depends | 1 + wayland/libdrm/sources | 1 - 4 files changed, 1 insertion(+), 19 deletions(-) diff --git a/wayland/libdrm/build b/wayland/libdrm/build index ad82883e..8f09db30 100755 --- a/wayland/libdrm/build +++ b/wayland/libdrm/build @@ -1,22 +1,5 @@ #!/bin/sh -e -# Setup docutils to generate manual pages. -{ - cd docutils - - python setup.py build - python setup.py install \ - --root="$PWD/../dist" - - cd ../dist/usr/lib/python*/site-packages - - PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))") - - cd -; cd .. - export PATH="$PWD/dist/usr/bin:$PATH" - export PYTHONPATH -} - meson \ --prefix=/usr \ -Dvalgrind=disabled \ diff --git a/wayland/libdrm/checksums b/wayland/libdrm/checksums index a112412e..45c953fb 100644 --- a/wayland/libdrm/checksums +++ b/wayland/libdrm/checksums @@ -1,2 +1 @@ 7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1 -33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 diff --git a/wayland/libdrm/depends b/wayland/libdrm/depends index 58247fbe..97053e3c 100644 --- a/wayland/libdrm/depends +++ b/wayland/libdrm/depends @@ -2,3 +2,4 @@ libpciaccess linux-headers make meson make pkgconf make +python-docutils make diff --git a/wayland/libdrm/sources b/wayland/libdrm/sources index 3900dbd4..94c33335 100644 --- a/wayland/libdrm/sources +++ b/wayland/libdrm/sources @@ -1,2 +1 @@ https://dri.freedesktop.org/libdrm/libdrm-VERSION.tar.xz -https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils