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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 13:49:02 UTC 2020


    Date: Saturday, May 16, 2020 @ 13:49:01
  Author: foutrelis
Revision: 384675

archrelease: copy trunk to staging-x86_64

Added:
  calligra-plan/repos/staging-x86_64/
  calligra-plan/repos/staging-x86_64/PKGBUILD
    (from rev 384674, calligra-plan/trunk/PKGBUILD)

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

Copied: calligra-plan/repos/staging-x86_64/PKGBUILD (from rev 384674, calligra-plan/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 13:49:01 UTC (rev 384675)
@@ -0,0 +1,33 @@
+# 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
+}



More information about the arch-commits mailing list