blob: 7f819daa1cbc7778a0f7adb5fa3d6e486b9091f7 (
plain)
1
2
3
4
5
6
7
8
|
# no python sphinx
sed -i "/makedepends=/s/'python-sphinx'//" PKGBUILD
sed -i "s/--sphinx-man//" PKGBUILD
# no Gui
sed -i "/makedepends=/s/'qt5-base'//" PKGBUILD
sed -i "s/--qt-gui//" PKGBUILD
|