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

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


    Date: Thursday, January 28, 2021 @ 19:28:30
  Author: arojas
Revision: 406877

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 19:28:21 UTC (rev 406876)
+++ PKGBUILD	2021-01-28 19:28:30 UTC (rev 406877)
@@ -1,33 +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.2.2
-pkgrel=2
-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=('e10c6f4a6fbf40da422d98d5138201f7db52236181c25641402e4ae4b0add336'
-            'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
-              42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../calligraplan-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra-plan/repos/extra-x86_64/PKGBUILD (from rev 406876, calligra-plan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-28 19:28:30 UTC (rev 406877)
@@ -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=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
+}



More information about the arch-commits mailing list