[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/465: gnu: kbookmarks: Update to 6.3.0.
From: |
guix-commits |
Subject: |
73/465: gnu: kbookmarks: Update to 6.3.0. |
Date: |
Wed, 17 Jul 2024 23:01:21 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1bc80b7fd4bae72edc322c04f2b9ba471e379f5c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:33:22 2024 +0800
gnu: kbookmarks: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.3.0.
[inputs]: Remove qtbase-5; add kcolorscheme, qtdeclarative, and qtbase.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Use Gexps.
Change-Id: I7d7190b8bc02d8a045ca28c993154df31dac5d35
---
gnu/packages/kde-frameworks.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7a2045cd2e..9eb6a3b1d0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2241,7 +2241,7 @@ by which applications, and what documents have been
linked to which activity.")
(define-public kbookmarks
(package
(name "kbookmarks")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2250,12 +2250,12 @@ by which applications, and what documents have been
linked to which activity.")
name "-" version ".tar.xz"))
(sha256
(base32
- "06lnsyjhh80mdcqjww40glinmrjydbmkhv27a267vf34r7kam9rc"))))
+ "18gydjkjl9iwz5579xqw940d5w8by8ki7qli392w5c46mfm9sy7h"))))
(build-system cmake-build-system)
(propagated-inputs
(list kwidgetsaddons))
(native-inputs
- (list extra-cmake-modules qttools-5))
+ (list extra-cmake-modules qttools))
(inputs
(list kauth
kcodecs
@@ -2263,16 +2263,19 @@ by which applications, and what documents have been
linked to which activity.")
kconfigwidgets
kcoreaddons
kiconthemes
+ kcolorscheme
kxmlgui
- qtbase-5))
+ qtdeclarative
+ qtbase))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda _
- (setenv "HOME" (getcwd))
- ;; make Qt render "offscreen", required for tests
- (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "HOME" (getcwd))
+ ;; make Qt render "offscreen", required for tests
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Bookmarks management library")
(description "KBookmarks lets you access and manipulate bookmarks stored
- 128/465: gnu: kscreenlocker: Update to 6.1.2., (continued)
- 128/465: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/17
- 130/465: gnu: Add kglobalacceld., guix-commits, 2024/07/17
- 131/465: gnu: kwin: Update to 6.1.2., guix-commits, 2024/07/17
- 132/465: gnu: libkexiv2: Update to 24.05.2., guix-commits, 2024/07/17
- 133/465: gnu: Add plasma5support., guix-commits, 2024/07/17
- 146/465: gnu: ksystemstats: Update to 6.1.2., guix-commits, 2024/07/17
- 153/465: gnu: plasma-integration: Update to 6.1.2., guix-commits, 2024/07/17
- 157/465: gnu: konsole: Update to 24.05.2., guix-commits, 2024/07/17
- 161/465: gnu: Add ocean-sound-theme., guix-commits, 2024/07/17
- 187/465: gnu: libkdegames: Update to 24.05.2., guix-commits, 2024/07/17
- 73/465: gnu: kbookmarks: Update to 6.3.0.,
guix-commits <=
- 84/465: gnu: qqc2-desktop-style: Update to 6.3.0., guix-commits, 2024/07/17
- 89/465: gnu: ktexteditor: Update to 6.3.0., guix-commits, 2024/07/17
- 135/465: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/07/17
- 145/465: gnu: milou: Update to 6.1.2., guix-commits, 2024/07/17
- 148/465: gnu: system-settings: Update to 6.1.2., guix-commits, 2024/07/17
- 149/465: gnu: kinfocenter: Update to 6.1.2., guix-commits, 2024/07/17
- 151/465: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/17
- 154/465: gnu: kde-cli-tools: Update to 6.1.2., guix-commits, 2024/07/17
- 156/465: gnu: Add qqc2-breeze-style., guix-commits, 2024/07/17
- 165/465: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/17