[arch-commits] Commit in kalendar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Dec 10 22:57:13 UTC 2021


    Date: Friday, December 10, 2021 @ 22:57:13
  Author: arojas
Revision: 1068162

archrelease: copy trunk to community-x86_64

Added:
  kalendar/repos/community-x86_64/PKGBUILD
    (from rev 1068161, kalendar/trunk/PKGBUILD)
Deleted:
  kalendar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 22:56:56 UTC (rev 1068161)
+++ PKGBUILD	2021-12-10 22:57:13 UTC (rev 1068162)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kalendar
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='A calendar application using Akonadi to sync with external services'
-arch=(x86_64)
-url='https://apps.kde.org/kalendar/'
-license=(GPL)
-depends=(kdepim-runtime eventviews)
-makedepends=(extra-cmake-modules boost)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kalendar/repos/community-x86_64/PKGBUILD (from rev 1068161, kalendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-10 22:57:13 UTC (rev 1068162)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kalendar
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='A calendar application using Akonadi to sync with external services'
+arch=(x86_64)
+url='https://apps.kde.org/kalendar/'
+license=(GPL)
+depends=(kdepim-runtime eventviews)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list