extra/calligra to 3.2.1-5

This commit is contained in:
Kevin Mihelich 2020-10-15 13:44:39 +00:00
parent 3f2c6536cf
commit dfad49c57d

View file

@ -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
}