[arch-commits] Commit in kfind/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 7 21:36:53 UTC 2020
Date: Tuesday, April 7, 2020 @ 21:36:53
Author: arojas
Revision: 379769
Qt 5.15 beta3 rebuild
Modified:
kfind/kde-unstable/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 21:29:48 UTC (rev 379768)
+++ PKGBUILD 2020-04-07 21:36:53 UTC (rev 379769)
@@ -3,7 +3,7 @@
pkgname=kfind
pkgver=20.03.90
-pkgrel=1
+pkgrel=2
pkgdesc="Find Files/Folders"
arch=(x86_64)
url="https://www.kde.org/applications/utilities/kfind/"
@@ -12,14 +12,19 @@
makedepends=(extra-cmake-modules kdoctools)
optdepends=('mlocate: search using mlocate index')
groups=(kde-applications kdebase)
-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}
+ kfind-revert-qt5.15-port.patch::"https://cgit.kde.org/kfind.git/patch/?id=1ac41b6b")
sha256sums=('54e85a8f0c11bd0502b95e66ab370d695520b0dd48234a67a683ba4967039fa6'
- 'SKIP')
+ 'SKIP'
+ 'a4f0a4a781c1e7803c8f1c382b4e393f5a1de4570d60d5f22f11eb3d031a4c40')
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 ../kfind-revert-qt5.15-port.patch
}
build() {
More information about the arch-commits
mailing list