[arch-commits] Commit in calligra-plan/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 29 11:56:21 UTC 2019
Date: Friday, November 29, 2019 @ 11:56:21
Author: arojas
Revision: 369902
archrelease: copy trunk to extra-x86_64
Added:
calligra-plan/repos/extra-x86_64/PKGBUILD
(from rev 369901, calligra-plan/trunk/PKGBUILD)
Deleted:
calligra-plan/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-29 11:55:58 UTC (rev 369901)
+++ PKGBUILD 2019-11-29 11:56:21 UTC (rev 369902)
@@ -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.0
-pkgrel=1
-arch=(x86_64)
-url='https://www.calligra-suite.org/'
-license=(FDL1.2 GPL2 LGPL)
-depends=(kinit kcmutils akonadi-contacts kdiagram kactivities kholidays kcalendarcore khtml qca-qt5)
-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=('a12995a129b3c13cd8a12e8efe17a27be86bc42afefc5cb2c62d6797ed4301ce'
- '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 369901, calligra-plan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-29 11:56:21 UTC (rev 369902)
@@ -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.1
+pkgrel=1
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kinit kcmutils 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=('03abab499676e269a5462628190df01ec9f24cb9452d0085adf5741cb0d335a8'
+ '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