[arch-commits] Commit in calligra-plan/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 27 09:01:03 UTC 2021


    Date: Saturday, February 27, 2021 @ 09:01:03
  Author: arojas
Revision: 408885

archrelease: copy trunk to extra-x86_64

Added:
  calligra-plan/repos/extra-x86_64/PKGBUILD
    (from rev 408884, calligra-plan/trunk/PKGBUILD)
Deleted:
  calligra-plan/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 09:00:51 UTC (rev 408884)
+++ PKGBUILD	2021-02-27 09:01:03 UTC (rev 408885)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=calligra-plan
-pkgdesc="A project management application intended for managing moderately large projects with multiple resources"
-pkgver=3.3.0
-pkgrel=1
-arch=(x86_64)
-url='https://www.calligra-suite.org/'
-license=(FDL1.2 GPL2 LGPL)
-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})
-sha256sums=('9a97414f2207941a70d93ff096617365d35379cc93a09cfc19ee532d2905a9d8'
-            'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
-              42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
-
-build() {
-  cmake -B build -S calligraplan-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: calligra-plan/repos/extra-x86_64/PKGBUILD (from rev 408884, calligra-plan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-27 09:01:03 UTC (rev 408885)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=calligra-plan
+pkgdesc="A project management application intended for managing moderately large projects with multiple resources"
+pkgver=3.3.0
+pkgrel=2
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(akonadi-contacts kdiagram kactivities kholidays kcalendarcore kinit kparts qca)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=('calligra<3.1.0')
+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>
+
+build() {
+  cmake -B build -S calligraplan-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list