commit e90b262450758133d58add43e9a7f8b488fd848f Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 18 09:48:49 2019 +0000 libzmf: disable building with docs diff --git a/libzmf/.signature b/libzmf/.signature index cf5550af..17532e44 100644 --- a/libzmf/.signature +++ b/libzmf/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32rrzVHLElAx6gap0JqClUrJsNxPB0wUNGCXGiVOXyEiPwcD3eyV7BWmr7NmtfOvn9UAxagxT56tLUTV9HbvYAo= -SHA256 (Pkgfile) = b2ad48cb235e09df9456ee54672eb806c385ee5113610dd433b73ff2ff4a4f63 +RWSagIOpLGJF30uX9AwQUFU9kH7B/HRfoQlU46/T4b6eWb25PBHQuxQbipDkdUL0m6qQ5NiqH8qrvbJTZ/AEqIFDvK/iFGVU5Ak= +SHA256 (Pkgfile) = 69c68ab839a65382024aa91bca6d378527e0e7d6c68328308d0ea369a328836b SHA256 (.footprint) = fe54fc64685acc824838440591d000ef3d8029e2dfd686f6dbab979a63158766 SHA256 (libzmf-0.0.2.tar.xz) = 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 diff --git a/libzmf/Pkgfile b/libzmf/Pkgfile index 4a4d741b..473f1235 100644 --- a/libzmf/Pkgfile +++ b/libzmf/Pkgfile @@ -1,17 +1,18 @@ # Description: a library for import of Zoner drawing and bitmap files # URL: https://wiki.documentfoundation.org/DLP/Libraries/libzmf # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: icu libpng librevenge +# Depends on: libpng librevenge icu name=libzmf version=0.0.2 -release=1 +release=2 source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-werror + --disable-werror \ + --without-docs make make DESTDIR=$PKG install }