[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/23: gnu: falkon: Update to 24.05.1.
From: |
guix-commits |
Subject: |
02/23: gnu: falkon: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:37:58 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 90287c060b264b40fcb504ddfae2ecb75f4b3d77
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jun 28 23:22:48 2024 +0800
gnu: falkon: Update to 24.05.1.
* gnu/packages/kde-internet.scm (falkon): Update to 24.05.1.
[arguments]<#:phases>: Stop replace check phase, Add wrap phase.
[inputs]: Remove karchive, kcoreaddons, kcrash, ki18n, kio, kwallet,
purpose,
qtquickcontrols-5, qtsvg-5, qtwebengine-5, qtx11extras, and
qtwayland-5; add karchive-6, kcoreaddons-6, kcrash-6, ki18n-6, kio-6,
kwallet-6, purpose-6, qt5compat, qtsvg, qtwebengine, and qtwayland.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I37d8fac591a7efe52b31fa4ad27ad2e03d20f9da
---
gnu/packages/kde-internet.scm | 45 ++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index b9d3502b09..e0eeec67e8 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -118,7 +119,7 @@ Other notable features include:
(define-public falkon
(package
(name "falkon")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
@@ -126,32 +127,36 @@ Other notable features include:
"/src/falkon-" version ".tar.xz"))
(sha256
(base32
- "11r1iwimdzabfah68gsvw6xi67cj539anqa6s1rg33agsi5y56d3"))))
+ "0694kiahbj862jrjg2zffsjassi2ks5sz4rl8h3flksizrqh70xz"))))
(build-system qt-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "ctest" "-E"
- "(locationbartest|qmltabsapitest)")))))))
+ (add-after 'install 'wrap
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let ((qtwebengineprocess
+ (search-input-file inputs
+
"lib/qt6/libexec/QtWebEngineProcess")))
+ ;; The program fails to find the QtWebEngineProcess
program, so
+ ;; we set QTWEBENGINEPROCESS_PATH to help it.
+ (wrap-program (string-append #$output "/bin/falkon")
+ `("QTWEBENGINEPROCESS_PATH" =
+ (,qtwebengineprocess)))))))))
(native-inputs
- (list extra-cmake-modules pkg-config qttools-5))
+ (list extra-cmake-modules pkg-config qttools))
(inputs
- (list karchive
- kcoreaddons
- kcrash
- ki18n
- kio
- kwallet
+ (list karchive-6
+ kcoreaddons-6
+ kcrash-6
+ ki18n-6
+ kio-6
+ kwallet-6
openssl
- purpose
- qtquickcontrols-5
- qtsvg-5
- qtwebengine-5
- qtx11extras
- qtwayland-5
+ purpose-6
+ qt5compat
+ qtsvg
+ qtwebengine
+ qtwayland
xcb-util))
(home-page "https://www.falkon.org/")
(synopsis "Qt-based web browser for KDE")
- branch kde-team updated (504d2a0f02 -> 797fe438c6), guix-commits, 2024/06/28
- 05/23: gnu: kspaceduel: Update to 24.05.1., guix-commits, 2024/06/28
- 02/23: gnu: falkon: Update to 24.05.1.,
guix-commits <=
- 07/23: gnu: lskat: Update to 24.05.1., guix-commits, 2024/06/28
- 09/23: gnu: kigo: Update to 24.05.1., guix-commits, 2024/06/28
- 08/23: gnu: kubrick: Update to 24.05.1., guix-commits, 2024/06/28
- 14/23: gnu: bomber: Update to 24.05.1., guix-commits, 2024/06/28
- 16/23: gnu: kfourinline: Update to 24.05.1., guix-commits, 2024/06/28
- 03/23: gnu: kinfocenter: Replace the qdbus correctly., guix-commits, 2024/06/28
- 04/23: gnu: bovo: Update to 24.05.1., guix-commits, 2024/06/28
- 01/23: gnu: yakuake: Update to 24.05.1., guix-commits, 2024/06/28
- 06/23: gnu: kapman: Update to 24.05.1., guix-commits, 2024/06/28
- 10/23: gnu: kiriki: Update to 24.05.1., guix-commits, 2024/06/28