[arch-commits] Commit in digikam/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 6 21:39:20 UTC 2020
Date: Sunday, December 6, 2020 @ 21:39:20
Author: arojas
Revision: 402993
Fix crash when opening showfoto configure dialog (FS#68870)
Modified:
digikam/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-06 20:40:44 UTC (rev 402992)
+++ PKGBUILD 2020-12-06 21:39:20 UTC (rev 402993)
@@ -7,7 +7,7 @@
pkgname=digikam
_pkgver=7.1.0
pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=3
+pkgrel=4
pkgdesc="An advanced digital photo management application"
arch=(x86_64)
license=(GPL)
@@ -20,11 +20,17 @@
'rawtherapee: RAW import' 'darktable: RAW import'
"digikam-plugin-gmic: G'MIC plugin"
'perl: for digitaglinktree')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$_pkgver.tar.xz"{,.sig}
+ showfoto-configure-crash.patch::"https://invent.kde.org/graphics/digikam/-/commit/c79a1c6b.patch")
sha256sums=('b103c8463adf04939583199e13f8e83015d8a4a9ad79ebfd502d2a50b5a5abbe'
- 'SKIP')
+ 'SKIP'
+ '86f775473462087f24fcf72257ba6f0b6001dca729fb7225ac38e88cd7a5f338')
validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam project) <digikamdeveloper at gmail.com>
+prepare() {
+ patch -d $pkgname-$_pkgver -p1 -i ../showfoto-configure-crash.patch # Fix crash on showfoto configuration
+}
+
build() {
cmake -B build -S $pkgname-$_pkgver \
-DBUILD_TESTING=OFF \
More information about the arch-commits
mailing list