commit 851a4c08a3de5f9fc740638f6d819a016286923c Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 18 08:57:41 2019 +0000 libcdr: disable building with docs diff --git a/libcdr/.signature b/libcdr/.signature index db583b99..aa548b56 100644 --- a/libcdr/.signature +++ b/libcdr/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36yZL+ceVT+3la5O99UJ+/4O3+kxBn2o3eLoR1TbUAwJ0h0RKEmikV0wxg6DVJGGChxbRRXtzpMggJhpO6GbPwg= -SHA256 (Pkgfile) = ed51feecd7896ec06fb56313cd1252540194a51399f6c2302d24a4a3a9f582dc +RWSagIOpLGJF3yAgIdDxHPKTeDl3LfpbevOg3SQrL0vl4okSFq411bEvbYDWggBtJf9xjzDn9XW1TgttHzTGVLkb36QmAM/BMgo= +SHA256 (Pkgfile) = 03cc347ead18658d8bd196b244b4cf04decc806ea1874bd2ba9a04f69035bb65 SHA256 (.footprint) = cbb684541f6bc60a94475564810159beb1217ba8a454e6c590dfa6ae13ce4994 SHA256 (libcdr-0.1.5.tar.xz) = 6ace5c499a8be34ad871e825442ce388614ae2d8675c4381756a7319429e3a48 diff --git a/libcdr/Pkgfile b/libcdr/Pkgfile index 396e8f2c..55f12765 100644 --- a/libcdr/Pkgfile +++ b/libcdr/Pkgfile @@ -1,16 +1,18 @@ # Description: CorelDraw file format importer library for LibreOffice # URL: https://wiki.documentfoundation.org/DLP/Libraries/libcdr # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: icu lcms2 librevenge +# Depends on: lcms2 librevenge icu name=libcdr version=0.1.5 -release=1 +release=2 source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --without-docs \ + --without-tests make make DESTDIR=$PKG install }