[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/347: gnu: extra-cmake-modules: Update to 6.1.0.
From: |
guix-commits |
Subject: |
01/347: gnu: extra-cmake-modules: Update to 6.1.0. |
Date: |
Fri, 28 Jun 2024 09:57:03 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 158a04a3be9a0702beeccfc9979bbea145a8ee82
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Apr 13 15:05:42 2024 +0800
gnu: extra-cmake-modules: Update to 6.1.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.1.0.
[arguments]<#:phases>: Adjust fix-test phase.
Change-Id: I5d712887197d089377492ccd1a45bedaac64e151
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 08329820fa..e07edcc3c6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -103,7 +103,7 @@
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
- (version "6.0.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -112,7 +112,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "030dyw4krnq8hcp0dsqb15zxb7x7r8c33lbdgmmia5xpkpqjp693"))))
+ "1gc8cgc9fzxz6bszwxnr913fjgxwnjam2pz39a6wzrh713qfvjbn"))))
(build-system cmake-build-system)
(native-inputs
;; Add test dependency, except on armhf where building it is too
@@ -160,12 +160,12 @@
"set(ECM_MKSPECS_INSTALL_DIR
lib/qt${QT_MAJOR_VERSION}/mkspecs/modules"))))
;; Work around for the failed test KDEFetchTranslations.
;; It complains that the cmake project name is not
- ;; "frameworks/extra-cmake-modules".
+ ;; ".*/extra-cmake-modules".
;; TODO: Fix it upstream.
(add-after 'unpack 'fix-test
(lambda _
(substitute* "tests/KDEFetchTranslations/CMakeLists.txt"
- (("frameworks/extra-cmake-modules") "extra-cmake-modules"))))
+ (("\\.\\*/extra-cmake-modules") "extra-cmake-modules"))))
;; install and check phase are swapped to prevent install from
failing
;; after testsuire has run
(add-after 'install 'check-post-install
- branch kde-team created (now 504d2a0f02), guix-commits, 2024/06/28
- 01/347: gnu: extra-cmake-modules: Update to 6.1.0.,
guix-commits <=
- 03/347: gnu: Add attica-6., guix-commits, 2024/06/28
- 02/347: gnu: Add kquickcharts-6., guix-commits, 2024/06/28
- 05/347: gnu: Add kcoreaddons-6., guix-commits, 2024/06/28
- 06/347: gnu: Add kdbusaddons-6., guix-commits, 2024/06/28
- 04/347: gnu: Add kcodecs-6., guix-commits, 2024/06/28
- 08/347: gnu: Add kholidays-6., guix-commits, 2024/06/28
- 07/347: gnu: Add kdnssd-6., guix-commits, 2024/06/28
- 09/347: gnu: Add ki18n-6., guix-commits, 2024/06/28
- 10/347: gnu: Add kidletime-6., guix-commits, 2024/06/28
- 12/347: gnu: Add kguiaddons-6., guix-commits, 2024/06/28