calligra: revbump for libpoppler

This commit is contained in:
Andrew J. Hesford 2020-09-26 17:41:37 -04:00
parent 2383081899
commit c31823259b

View file

@ -1,7 +1,7 @@
# Template file for 'calligra' # Template file for 'calligra'
pkgname=calligra pkgname=calligra
version=3.2.1 version=3.2.1
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
-DBUILD_TESTING=OFF" -DBUILD_TESTING=OFF"
@ -15,6 +15,9 @@ makedepends="akonadi-contacts-devel akonadi5-devel ecm-devel eigen3.2
poppler-qt5-devel qca-qt5-devel threadweaver-devel marble5-devel poppler-qt5-devel qca-qt5-devel threadweaver-devel marble5-devel
kauth-devel kparts-devel kcmutils-devel kdelibs4support-devel kauth-devel kparts-devel kcmutils-devel kdelibs4support-devel
ktextwidgets-devel kross-devel kservice-devel kcrash-devel" ktextwidgets-devel kross-devel kservice-devel kcrash-devel"
depends="calligra-filters calligra-libs calligra-plugins calligra-karbon
calligra-kexi calligra-stage calligra-sheets calligra-extras
calligra-words calligra-handbook calligra-gemini calligra-plan"
short_desc="Illustration application" short_desc="Illustration application"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later" license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
@ -24,13 +27,6 @@ checksum=b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147
replaces="calligra-braindump>=0 calligra-flow>=0" replaces="calligra-braindump>=0 calligra-flow>=0"
subpackages="calligra-filters calligra-libs calligra-plugins calligra-karbon
calligra-kexi calligra-stage calligra-krita calligra-sheets calligra-extras
calligra-words calligra-handbook calligra-gemini calligra-devtools"
depends="calligra-filters calligra-libs calligra-plugins calligra-karbon
calligra-kexi calligra-stage calligra-sheets calligra-extras
calligra-words calligra-handbook calligra-gemini calligra-plan"
build_options="webengine" build_options="webengine"
desc_option_webengine="Use Qt5 WebEngine for Calligra Gemini" desc_option_webengine="Use Qt5 WebEngine for Calligra Gemini"
@ -58,11 +54,11 @@ post_patch() {
# cmake doesn't detect the functions correctly # cmake doesn't detect the functions correctly
pre_build() { pre_build() {
case $XBPS_TARGET_MACHINE in case $XBPS_TARGET_MACHINE in
*-musl) cat >> build/filters/words/msword-odf/wv2/src/config.h <<_EOF *-musl) cat >> build/filters/words/msword-odf/wv2/src/config.h <<-EOF
#define HAVE_FUNC_ISNAN 1 #define HAVE_FUNC_ISNAN 1
#define HAVE_FUNC_ISINF 1 #define HAVE_FUNC_ISINF 1
#define HAVE_FUNC_ISFINITE 1 #define HAVE_FUNC_ISFINITE 1
_EOF EOF
;; ;;
esac esac
} }
@ -112,8 +108,6 @@ calligra-stage_package() {
pkg_install() { pkg_install() {
cd ${wrksrc}/build/stage cd ${wrksrc}/build/stage
make DESTDIR=$PKGDESTDIR install make DESTDIR=$PKGDESTDIR install
#cd ../doc/stage
#make DESTDIR=$PKGDESTDIR install
} }
} }
calligra-krita_package() { calligra-krita_package() {
@ -126,8 +120,6 @@ calligra-sheets_package() {
pkg_install() { pkg_install() {
cd ${wrksrc}/build/sheets cd ${wrksrc}/build/sheets
make DESTDIR=$PKGDESTDIR install make DESTDIR=$PKGDESTDIR install
#cd ../doc/sheets
#make DESTDIR=$PKGDESTDIR install
} }
} }
calligra-words_package() { calligra-words_package() {
@ -140,7 +132,6 @@ calligra-words_package() {
} }
calligra-handbook_package() { calligra-handbook_package() {
build_style=meta build_style=meta
archs=noarch
short_desc+=" - Documentation (removed temporarily)" short_desc+=" - Documentation (removed temporarily)"
#pkg_install() { #pkg_install() {
# cd ${wrksrc}/build/doc/calligra # cd ${wrksrc}/build/doc/calligra