[arch-commits] Commit in pimcommon/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 6 22:02:56 UTC 2020
Date: Monday, April 6, 2020 @ 22:02:55
Author: arojas
Revision: 379716
Qt 5.15 beta3 rebuild
Modified:
pimcommon/kde-unstable/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 21:57:28 UTC (rev 379715)
+++ PKGBUILD 2020-04-06 22:02:55 UTC (rev 379716)
@@ -2,7 +2,7 @@
pkgname=pimcommon
pkgver=20.03.90
-pkgrel=1
+pkgrel=2
pkgdesc="Common libraries for KDE PIM"
arch=(x86_64)
url="https://kontact.kde.org"
@@ -9,14 +9,19 @@
license=(LGPL)
depends=(libkdepim kpimtextedit knewstuff kimap purpose)
makedepends=(extra-cmake-modules boost qt5-tools)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ pimcommon-revert-qt5.15-port.patch::"https://cgit.kde.org/pimcommon.git/patch/?id=ee1958fc")
sha256sums=('5c5351d9e0e4acc3f5a5ad99cf76ab8db20738397f3b16e63e01faf38eab8b9b'
- 'SKIP')
+ 'SKIP'
+ 'ac3c372d4d39315489fa5e2a6df630f4c418dce8c677d39e8d041a25f192f6fc')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../pimcommon-revert-qt5.15-port.patch
}
build() {
More information about the arch-commits
mailing list