From dfad49c57d94e4e7465cdd30e6bca6d6f5868316 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 15 Oct 2020 13:44:39 +0000 Subject: [PATCH] extra/calligra to 3.2.1-5 --- extra/calligra/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD index 699877c11..02f073418 100644 --- a/extra/calligra/PKGBUILD +++ b/extra/calligra/PKGBUILD @@ -9,7 +9,7 @@ pkgname=calligra pkgdesc="A set of applications for productivity and creative usage" pkgver=3.2.1 -pkgrel=4 +pkgrel=5 arch=(x86_64) url='https://www.calligra-suite.org/' license=(FDL1.2 GPL2 LGPL) @@ -47,4 +47,7 @@ build() { package() { cd build make DESTDIR="$pkgdir" install + +# Remove utterly broken thumbnailers + rm "$pkgdir"/usr/lib/qt/plugins/calligra*thumbnail.so }