Date: Tuesday, February 28, 2023 @ 09:52:46 Author: alerque Revision: 1405590
upgpkg: scribus 1.5.8-14, remove unused boost dependency, closes FS#77163 Modified: scribus/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-28 09:45:46 UTC (rev 1405589) +++ PKGBUILD 2023-02-28 09:52:46 UTC (rev 1405590) @@ -8,16 +8,16 @@ pkgname=scribus pkgver=1.5.8 -pkgrel=13 +pkgrel=14 pkgdesc="Desktop publishing software" arch=(x86_64) url="https://www.scribus.net/" license=(GPL) -depends=(boost-libs cairo fontconfig freetype2 harfbuzz-icu +depends=(cairo fontconfig freetype2 harfbuzz-icu hunspell lcms2 libcdr libcups libfreehand libicuuc.so libjpeg libmspub libpagemaker libpng libqxp librevenge libtiff libvisio libxml2 libzmf openscenegraph openssl podofo poppler python3 qt5-base zlib) #graphicsmagick -makedepends=(cmake boost mesa qt5-tools) +makedepends=(cmake mesa qt5-tools) optdepends=('tk: scripts based on tkinter' 'hyphen-lang: hyphenation patterns for desired languages') options=(!lto) @@ -54,7 +54,6 @@ -DCMAKE_SKIP_RPATH=ON \ -DWANT_CPP17=ON \ -DWANT_HUNSPELL=ON \ - -DWITH_BOOST=ON \ -DWITH_PODOFO=ON \ -DWANT_GRAPHICSMAGICK=ON make -C build
