[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/347: gnu: Add networkmanager-qt-6.
From: |
guix-commits |
Subject: |
23/347: gnu: Add networkmanager-qt-6. |
Date: |
Fri, 28 Jun 2024 09:57:22 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 41fdc25e7e321da4b75dd760e1e0e8e33c2a9703
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Mar 8 18:59:24 2024 +0800
gnu: Add networkmanager-qt-6.
* gnu/packages/kde-frameworks.scm (networkmanager-qt-6): New variable.
(networkmanager-qt): Inherit above.
Change-Id: I7e080b21bae5cbdcbe5dc8ae0e967c32f519123a
---
gnu/packages/kde-frameworks.scm | 35 +++++++++++++++++++++++++++++------
1 file changed, 29 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b1ec50e180..a5f289c57d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1764,10 +1764,10 @@ information available for your modem devices, like
signal, location and
messages.")
(license license:lgpl2.1+)))
-(define-public networkmanager-qt
+(define-public networkmanager-qt-6
(package
(name "networkmanager-qt")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1776,16 +1776,16 @@ messages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10anjsnrzawrfjlznjvvl2sbxrajl2ddnq2kgl314b5dk7z3yk4n"))))
+ "00nkmdi9pw5y7sxjh1na6vgy9f8x7hl7whf7z3sczbw9z2spjjbf"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))
+ (inputs (list qtbase))
(propagated-inputs
;; Headers contain #include <NetworkManager.h> and
;; #include <libnm/NetworkManager.h>
- (list network-manager))
- (inputs
- (list qtbase-5))
+ (list network-manager
+ qtdeclarative))
(arguments
(list #:phases #~(modify-phases %standard-phases
(replace 'check
@@ -1801,6 +1801,29 @@ your network devices and also provides a library for
parsing connection settings
which are used in DBus communication.")
(license license:lgpl2.1+)))
+(define-public networkmanager-qt
+ (package
+ (inherit networkmanager-qt-6)
+ (name "networkmanager-qt")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "10anjsnrzawrfjlznjvvl2sbxrajl2ddnq2kgl314b5dk7z3yk4n"))))
+ (native-inputs
+ (list extra-cmake-modules dbus pkg-config))
+ (propagated-inputs
+ ;; Headers contain #include <NetworkManager.h> and
+ ;; #include <libnm/NetworkManager.h>
+ (list network-manager))
+ (inputs
+ (list qtbase-5))))
+
(define-public oxygen-icons
(package
(name "oxygen-icons")
- 10/347: gnu: Add kidletime-6., (continued)
- 10/347: gnu: Add kidletime-6., guix-commits, 2024/06/28
- 12/347: gnu: Add kguiaddons-6., guix-commits, 2024/06/28
- 11/347: gnu: Add kitemviews-6., guix-commits, 2024/06/28
- 14/347: gnu: Add kwidgetsaddons-6., guix-commits, 2024/06/28
- 13/347: gnu: Add kplotting-6., guix-commits, 2024/06/28
- 17/347: gnu: Add ksyntaxhighlighting-6., guix-commits, 2024/06/28
- 20/347: gnu: Add kcompletion-6., guix-commits, 2024/06/28
- 16/347: gnu: Add kitemmodels-6., guix-commits, 2024/06/28
- 15/347: gnu: Add kconfig-6., guix-commits, 2024/06/28
- 19/347: gnu: Add kcalendarcore-6., guix-commits, 2024/06/28
- 23/347: gnu: Add networkmanager-qt-6.,
guix-commits <=
- 22/347: gnu: Add kwindowsystem-6., guix-commits, 2024/06/28
- 18/347: gnu: Add karchive-6., guix-commits, 2024/06/28
- 21/347: gnu: Add kpty-6., guix-commits, 2024/06/28
- 24/347: gnu: Add oxygen-icons-6., guix-commits, 2024/06/28
- 32/347: gnu: Add kcrash-6., guix-commits, 2024/06/28
- 35/347: gnu: Add kunitconversion-6., guix-commits, 2024/06/28
- 36/347: gnu: Add syndication-6., guix-commits, 2024/06/28
- 37/347: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/06/28
- 40/347: gnu: Add kjobwidgets-6., guix-commits, 2024/06/28
- 41/347: gnu: qca: Update to 2.3.8., guix-commits, 2024/06/28