index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-07 14:18:04 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-07 14:18:04 +0200 |
commit | c10dff2a984dcc1a64cc003192ef4d330d8238cc (patch) | |
tree | 7fc284d77aced015072dc1b98eb28def1bbb453b /core/dbus | |
parent | bfefaa13e69ad51a3c22fd376f47ee51ef380bd5 (diff) |
-rw-r--r-- | core/dbus/PKGBUILD | 13 |
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD index f2ad0e68..41a96d38 100644 --- a/core/dbus/PKGBUILD +++ b/core/dbus/PKGBUILD @@ -1,16 +1,5 @@ # i486-specific if [ "${CARCH}" = "i486" ]; then - # no documentation - makedepends=(${makedepends[@]//docbook-xsl/}) - makedepends=(${makedepends[@]//yelp-tools/}) - makedepends=(${makedepends[@]//doxygen/}) + # no graphviz generated graphs in documentation makedepends=(${makedepends[@]//graphviz/}) - - eval "$( - declare -f build | \ - sed ' - s/configure/configure --disable-xml-docs --disable-doxygen-docs --disable-ducktype-docs/ - ' - )" fi - |