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

Antonio Rojas arojas at archlinux.org
Thu Jan 28 19:28:21 UTC 2021


    Date: Thursday, January 28, 2021 @ 19:28:21
  Author: arojas
Revision: 406876

Update to 3.3.0

Modified:
  calligra-plan/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 18:47:19 UTC (rev 406875)
+++ PKGBUILD	2021-01-28 19:28:21 UTC (rev 406876)
@@ -2,8 +2,8 @@
 
 pkgname=calligra-plan
 pkgdesc="A project management application intended for managing moderately large projects with multiple resources"
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)
@@ -10,18 +10,12 @@
 depends=(kinit akonadi-contacts kdiagram kactivities kholidays kcalendarcore khtml qca)
 makedepends=(extra-cmake-modules kdoctools boost)
 conflicts=('calligra<3.1.0')
-source=("https://download.kde.org/stable/calligra/$pkgver/calligraplan-$pkgver.tar.xz"{,.sig}
-         calligra-plan-qt-5.15.patch::"https://invent.kde.org/office/calligraplan/-/commit/f77fb06d.patch")
-sha256sums=('e10c6f4a6fbf40da422d98d5138201f7db52236181c25641402e4ae4b0add336'
-            'SKIP'
-            '4ea0f9e0dc2a6336120d2cd7907de127a10b690254b522b5bb082d200f03bc55')
+source=("https://download.kde.org/stable/calligra/$pkgver/calligraplan-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a97414f2207941a70d93ff096617365d35379cc93a09cfc19ee532d2905a9d8'
+            'SKIP')
 validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
               42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
 
-prepare() {
-  patch -d calligraplan-$pkgver -p1 -i ../calligra-plan-qt-5.15.patch # Fix build with Qt 5.15
-}
-
 build() {
   cmake -B build -S calligraplan-$pkgver \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list