[arch-commits] Commit in calligra/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Oct 15 07:52:12 UTC 2020


    Date: Thursday, October 15, 2020 @ 07:52:11
  Author: arojas
Revision: 398368

Kill utterly broken thumbnailers

Modified:
  calligra/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 06:01:11 UTC (rev 398367)
+++ PKGBUILD	2020-10-15 07:52:11 UTC (rev 398368)
@@ -6,7 +6,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)
@@ -37,7 +37,8 @@
 build() {
   cd build
   cmake ../$pkgbase-$pkgver \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DFILEMANAGER_THUMBNAIL=OFF
   make
 }
 
@@ -44,4 +45,7 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+# Remove utterly broken thumbnailers
+  rm "$pkgdir"/usr/lib/qt/plugins/calligra*thumbnail.so
 }



More information about the arch-commits mailing list