[arch-commits] Commit in mailcommon/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Feb 4 13:03:29 UTC 2021
Date: Thursday, February 4, 2021 @ 13:03:28
Author: arojas
Revision: 407286
archrelease: copy trunk to extra-x86_64
Added:
mailcommon/repos/extra-x86_64/PKGBUILD
(from rev 407285, mailcommon/trunk/PKGBUILD)
Deleted:
mailcommon/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-04 13:03:19 UTC (rev 407285)
+++ PKGBUILD 2021-02-04 13:03:28 UTC (rev 407286)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mailcommon
-pkgver=20.12.1
-pkgrel=1
-pkgdesc="KDE PIM library providing support for mail applications"
-arch=(x86_64)
-url="https://kontact.kde.org"
-license=(LGPL)
-depends=(mailimporter messagelib phonon-qt5)
-makedepends=(extra-cmake-modules boost qt5-tools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('680c0592555a80211dcda96edb4ffde94f392bc6e7437c8490545a1206352da4'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mailcommon/repos/extra-x86_64/PKGBUILD (from rev 407285, mailcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-04 13:03:28 UTC (rev 407286)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mailcommon
+pkgver=20.12.2
+pkgrel=1
+pkgdesc="KDE PIM library providing support for mail applications"
+arch=(x86_64)
+url="https://kontact.kde.org"
+license=(LGPL)
+depends=(mailimporter messagelib phonon-qt5)
+makedepends=(extra-cmake-modules boost qt5-tools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('651b66ca7e0bee98a300068bb3ca62edfa23b4cb535235603e97d1576ac96b61'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list