mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/calligra to 3.2.1-5
This commit is contained in:
parent
3f2c6536cf
commit
dfad49c57d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue