[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/465: gnu: kdbusaddons: Update to 6.3.0.
From: |
guix-commits |
Subject: |
45/465: gnu: kdbusaddons: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:27 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 73e1378474ad733de54e625520a1773dd42f5c55
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:24:00 2024 +0800
gnu: kdbusaddons: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kdbusaddons): Update to 6.3.0.
[build-system]: Switch to qt-build-system.
[arguments]: Remove patch-source phase; Adjust check phase.
[inputs]: Remove qtbase-5, qtx11extras, and kinit-bootstrap; add
libxkbcommon.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I57fccc3693997cce92f5c42bb04525dd5a4beb4a
---
gnu/packages/kde-frameworks.scm | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index bc29caef36..0a77eb685f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -705,7 +705,7 @@ many more.")
(define-public kdbusaddons
(package
(name "kdbusaddons")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -714,30 +714,18 @@ many more.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pzzznyxhi48z5hhdsdxz3vaaihrdshpx65ha2v2nn2gh3ww7ikm"))))
- (build-system cmake-build-system)
+ "00i08baairndj5w6x3rhfxcws0xjd59wn2h08am3ll89xycqjbby"))))
+ (build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules dbus qttools-5))
- (inputs
- (list qtbase-5 qtx11extras kinit-bootstrap))
- ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons.
+ (list extra-cmake-modules dbus qttools))
+ (inputs (list libxkbcommon))
(arguments
- (list #:phases
+ (list #:qtbase qtbase
+ #:phases
#~(modify-phases %standard-phases
- (add-before 'configure 'patch-source
- (lambda* (#:key inputs #:allow-other-keys)
- ;; look for the kdeinit5 executable in kinit's store
directory,
- ;; instead of the current application's directory:
- (substitute* "src/kdeinitinterface.cpp"
- (("<< QCoreApplication::applicationDirPath..")
- (string-append
- "<< QString::fromUtf8(\"/"
- (dirname (search-input-file inputs "bin/kdeinit5"))
- "\")" )))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- (setenv "DBUS_FATAL_WARNINGS" "0")
(invoke "dbus-launch" "ctest")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Convenience classes for DBus")
- 20/465: gnu: Add polkit-qt6., (continued)
- 20/465: gnu: Add polkit-qt6., guix-commits, 2024/07/16
- 26/465: gnu: phonon: Enable qt6., guix-commits, 2024/07/16
- 29/465: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/16
- 28/465: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 36/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/16
- 32/465: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/16
- 37/465: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/16
- 38/465: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/16
- 39/465: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/16
- 41/465: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/16
- 45/465: gnu: kdbusaddons: Update to 6.3.0.,
guix-commits <=
- 46/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/16
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16