Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
calligra
Commits:
2036dba2 by Antonio Rojas at 2025-10-09T22:17:36+02:00
upgpkg: 25.08.2-2: Fix build with eigen 5
- - - - -
4 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
- + eigen3.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = calligra
pkgdesc = A set of applications for productivity and creative usage
pkgver = 25.08.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.calligra-suite.org/
arch = x86_64
groups = kde-applications
@@ -69,10 +69,12 @@ pkgbase = calligra
optdepends = qt6-webengine: Braindump web shape
source =
https://download.kde.org/stable/release-service/25.08.2/src/calligra-25.08.2.tar.xz
source =
https://download.kde.org/stable/release-service/25.08.2/src/calligra-25.08.2.tar.xz.sig
+ source = eigen3.patch
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
sha256sums =
df5f5a3ec23e7af98f3805b4bd8426947e00c8d75e3f4414d5da580e07700948
sha256sums = SKIP
+ sha256sums =
e6acf8ec0ad0971757646695e5ce7cbed2933045ddb55fa79af8e2904a4bbf0a
pkgname = calligra
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=calligra
pkgdesc='A set of applications for productivity and creative usage'
pkgver=25.08.2
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.calligra-suite.org/'
license=(GPL-2.0-only)
@@ -72,13 +72,19 @@ optdepends=('kirigami-addons: for calligralauncher'
'qt6-webengine: Braindump web shape')
groups=(kde-applications
kde-office)
-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}
+ eigen3.patch)
sha256sums=('df5f5a3ec23e7af98f3805b4bd8426947e00c8d75e3f4414d5da580e07700948'
- 'SKIP')
+ 'SKIP'
+ 'e6acf8ec0ad0971757646695e5ce7cbed2933045ddb55fa79af8e2904a4bbf0a')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < eigen3.patch
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DRELEASE_BUILD=ON \
=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "eigen3.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
=====================================
eigen3.patch
=====================================
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 878caf74af4..4df52e9fe82 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -803,7 +803,7 @@ calligra_drop_product_on_bad_condition( FEATURE_RDF
+ )
+
+ calligra_drop_product_on_bad_condition( PART_SHEETS
+- EIGEN3_FOUND "Eigen devel not found"
++ Eigen3_FOUND "Eigen devel not found"
+ )
+
+ calligra_drop_product_on_bad_condition( OKULAR_GENERATOR_ODP
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calligra/-/commit/2036dba2ddbac8ca0ff898573630555cefc7f223
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calligra/-/commit/2036dba2ddbac8ca0ff898573630555cefc7f223
You're receiving this email because of your account on gitlab.archlinux.org.