[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/465: gnu: falkon: Update to 24.05.2.
From: |
guix-commits |
Subject: |
192/465: gnu: falkon: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:23 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit bcfab39a949299156d78ebfca7844016827ee7d7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:18:28 2024 +0800
gnu: falkon: Update to 24.05.2.
* gnu/packages/kde-internet.scm (falkon): Update to 24.05.2.
[arguments]<#:phases>: Stop replace check phase, Add wrap phase.
[inputs]: Remove qtquickcontrols-5, qtsvg-5, qtwebengine-5, qtx11extras, and
qtwayland-5; add qt5compat, qtsvg, qtwebengine, and qtwayland.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: Ie14f2889acdd4424d8b846cca9faf85c6488a3e1
---
gnu/packages/kde-internet.scm | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index f05ab90899..d8fc2e1161 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.2")
(source
(origin
(method url-fetch)
@@ -126,18 +127,23 @@ Other notable features include:
"/src/falkon-" version ".tar.xz"))
(sha256
(base32
- "11r1iwimdzabfah68gsvw6xi67cj539anqa6s1rg33agsi5y56d3"))))
+ "0j930i2nvg71p05z881inbk59c54gx8dzhyjb8iaqkw8i5s5r983"))))
(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
@@ -147,11 +153,10 @@ Other notable features include:
kwallet
openssl
purpose
- qtquickcontrols-5
- qtsvg-5
- qtwebengine-5
- qtx11extras
- qtwayland-5
+ qt5compat
+ qtsvg
+ qtwebengine
+ qtwayland
xcb-util))
(home-page "https://www.falkon.org/";)
(synopsis "Qt-based web browser for KDE")
- 152/465: gnu: discover: Update to 6.1.2., (continued)
- 152/465: gnu: discover: Update to 6.1.2., guix-commits, 2024/07/16
- 159/465: gnu: konsole: Update to 24.05.2., guix-commits, 2024/07/16
- 160/465: gnu: baloo-widgets: Update to 24.05.2., guix-commits, 2024/07/16
- 163/465: gnu: Add ocean-sound-theme., guix-commits, 2024/07/16
- 165/465: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/16
- 167/465: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/16
- 169/465: gnu: kaccounts-providers: Update to 24.05.2., guix-commits, 2024/07/16
- 170/465: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/16
- 174/465: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/16
- 176/465: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/16
- 192/465: gnu: falkon: Update to 24.05.2.,
guix-commits <=
- 194/465: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/16
- 196/465: gnu: lskat: Update to 24.05.2., guix-commits, 2024/07/16
- 05/465: gnu: Add qcoro-qt6., guix-commits, 2024/07/16
- 55/465: gnu: threadweaver: Update to 6.3.0., guix-commits, 2024/07/16
- 57/465: gnu: kcrash: Update to 6.3.0., guix-commits, 2024/07/16
- 66/465: gnu: kauth: Update to 6.3.0., guix-commits, 2024/07/16
- 79/465: gnu: purpose: Update to 6.3.0., guix-commits, 2024/07/16
- 94/465: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/16
- 99/465: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/16
- 112/465: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/16