[arch-commits] Commit in k3b/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Sep 29 05:54:20 UTC 2020
Date: Tuesday, September 29, 2020 @ 05:54:20
Author: arojas
Revision: 396951
Fix kauth helper install location (FS#68027)
Modified:
k3b/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-28 16:25:22 UTC (rev 396950)
+++ PKGBUILD 2020-09-29 05:54:20 UTC (rev 396951)
@@ -3,7 +3,7 @@
pkgname=k3b
pkgver=20.08.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Feature-rich and easy to handle CD burning application"
arch=(x86_64)
@@ -19,12 +19,18 @@
'cdrdao: for disk-at-once (DAO) mode support'
'cdparanoia: for CD ripping support' 'transcode: for DVD ripping support')
groups=(kde-applications kde-multimedia)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ k3b-fix-auth-install.patch::"https://invent.kde.org/multimedia/k3b/commit/beef1480.patch")
sha256sums=('66fad59f4e35c24dc8868c46ff45ffa66048501e0a6ac0c23a8b9e957033e50f'
- 'SKIP')
+ 'SKIP'
+ '3ba593f923bee41ee184283184b938c3b23471bd7de4a9fe0a0883a997e9d365')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../k3b-fix-auth-install.patch # install kauth helper to its expected location
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
More information about the arch-commits
mailing list