[arch-commits] Commit in calligra/trunk (PKGBUILD calligra-openexr3.patch)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Dec 20 17:34:40 UTC 2021
Date: Monday, December 20, 2021 @ 17:34:40
Author: arojas
Revision: 432821
Fix openexr patch
Modified:
calligra/trunk/PKGBUILD
calligra/trunk/calligra-openexr3.patch
-------------------------+
PKGBUILD | 4 ++--
calligra-openexr3.patch | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 14:57:53 UTC (rev 432820)
+++ PKGBUILD 2021-12-20 17:34:40 UTC (rev 432821)
@@ -6,7 +6,7 @@
pkgname=calligra
pkgdesc='A set of applications for productivity and creative usage'
pkgver=3.2.1
-pkgrel=25
+pkgrel=26
arch=(x86_64)
url='https://www.calligra-suite.org/'
license=(FDL1.2 GPL2 LGPL)
@@ -29,7 +29,7 @@
62f51070.patch)
sha256sums=('b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147'
'SKIP'
- '73367d2791f41abe93a28bc8e32fca4f213a876ec6fb332180abbd9892fe9702'
+ '96fbe4f06bf184e60ff653a1574f0f0523af5b4672ced2a501cd54642961dffe'
'9e2a0797ce0667212ec07a3056435a4550e07371ff1f6eefdf65dc3642d24165')
validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD # Boudewijn Rempt <foundation at krita.org>
42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
Modified: calligra-openexr3.patch
===================================================================
--- calligra-openexr3.patch 2021-12-20 14:57:53 UTC (rev 432820)
+++ calligra-openexr3.patch 2021-12-20 17:34:40 UTC (rev 432821)
@@ -75,3 +75,15 @@
include_directories(${OPENEXR_INCLUDE_DIR})
endif()
include_directories( ${PIGMENT_INCLUDES} ${LCMS2_INCLUDE_DIR} )
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4a77c4be50b..89636205c2b 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -341,6 +341,7 @@ endif ()
+ macro_optional_find_package(Imath 3.0 CONFIG QUIET)
+ if(TARGET Imath::Imath)
+ set(OPENEXR_LIBRARIES Imath::Imath)
++ set(OpenEXR_FOUND TRUE)
+ else()
+ macro_optional_find_package(OpenEXR)
+ endif()
More information about the arch-commits
mailing list