ports/contrib (3.5): libqxp: disable building with docs
commit fce60c7e9495c953a95389ddf94122b9745d5732 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 18 09:35:00 2019 +0000 libqxp: disable building with docs diff --git a/libqxp/.signature b/libqxp/.signature index 0ee360ab..990191b2 100644 --- a/libqxp/.signature +++ b/libqxp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39VLQwuDM3Aoyo9/l/fHUi8YADNQx8gnZ79XaMc34JBH6gURa8XcLO5psAEnIC85p3N91cRUiz8C9fQqESP2ZAA= -SHA256 (Pkgfile) = b39cb8835ecf1cde56013afcecc3e1881293f1c2074ad0743f8dbdb6572b5e5b +RWSagIOpLGJF30Rcbl6MyiLLYDF5Wpxlo46ceLgrlOOW6JmmQ77e5dR5IEWTekrnnMa6OiEWrVRw9CdaDqOEjjzBvLInh/0lOQo= +SHA256 (Pkgfile) = d928e6d2f4e74ba942228e2db2672a7f9a09896dbb7633cc8f298bcbd75e62d1 SHA256 (.footprint) = 7d4afec9ac0f4d1cbcbc333485cf173f915c5ee53bec70407e153443b2913c08 SHA256 (libqxp-0.0.2.tar.xz) = e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c diff --git a/libqxp/Pkgfile b/libqxp/Pkgfile index 94d0b64f..e39c0414 100644 --- a/libqxp/Pkgfile +++ b/libqxp/Pkgfile @@ -1,7 +1,7 @@ # Description: a library that parses the file format of QuarkXPress documents # URL: https://wiki.documentfoundation.org/DLP/Libraries/libqxp # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: icu librevenge +# Depends on: librevenge icu name=libqxp version=0.0.2 @@ -10,7 +10,8 @@ source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --without-docs make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu