[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/126: gnu: kongress: Update to 24.05.2.
From: |
guix-commits |
Subject: |
126/126: gnu: kongress: Update to 24.05.2. |
Date: |
Tue, 30 Jul 2024 06:37:12 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 4f92b814a4cb86704c5b28d5b6e5db8d0321bb49
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Jul 21 12:35:29 2024 +0800
gnu: kongress: Update to 24.05.2.
* gnu/packages/kde-plasma.scm (kongress): Update to 24.05.2.
[source]: Adjust uri.
[inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5,
qtgraphicaleffects, and qtsvg-5; add qtdeclarative and qtsvg.
[native-inputs]: Add python-minimal.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Icf9eab8edc1d5e927cade382ea07e5b6f5fc4d58
---
gnu/packages/kde-plasma.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index abe7290be5..1261467291 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -829,16 +829,16 @@ computer's hardware.")
(define-public kongress
(package
(name "kongress")
- (version "23.01.0")
+ (version "24.05.2")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/plasma-mobile/" version
- "/kongress-" version ".tar.xz"))
+ (uri (string-append "mirror://kde/stable/release-service/"
version
+ "/src/kongress-" version ".tar.xz"))
(sha256
(base32
- "0yma1b44sjnvhsw31r5bndrpj2sjgwgchpzc8bf9380l6an9k4r5"))))
+ "1bg7fsa4va59cg84r9vjiycl7g4b130m6m6sis9pc6w44jkcbjg2"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules))
+ (native-inputs (list extra-cmake-modules python-minimal))
;; NOTE: Reporting bugs is linked to web browser, better not link it and
let
;; it reslove through xdg-open in the run time
(inputs (list kirigami
@@ -853,11 +853,9 @@ computer's hardware.")
knotifications
kxmlgui
kiconthemes
- qtbase-5
- qtdeclarative-5
- qtquickcontrols2-5
- qtgraphicaleffects
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kongress/")
(synopsis "Companion application for conferences")
(description "This application provides list of upcoming conferences with
- 110/126: gnu: plasma-desktop: Update to 6.1.3., (continued)
- 110/126: gnu: plasma-desktop: Update to 6.1.3., guix-commits, 2024/07/30
- 118/126: gnu: plasma-systemmonitor: Update to 6.1.3., guix-commits, 2024/07/30
- 111/126: gnu: plasma-disks: Update to 6.1.3., guix-commits, 2024/07/30
- 106/126: gnu: oxygen-sounds: Update to 6.1.3., guix-commits, 2024/07/30
- 108/126: gnu: plasma5support: Update to 6.1.3., guix-commits, 2024/07/30
- 107/126: gnu: ocean-sound-theme: Update to 6.1.3., guix-commits, 2024/07/30
- 109/126: gnu: plasma-browser-integration: Update to 6.1.3., guix-commits, 2024/07/30
- 123/126: gnu: polkit-kde-agent: Update to 6.1.3., guix-commits, 2024/07/30
- 120/126: gnu: plasma-workspace: Update to 6.1.3., guix-commits, 2024/07/30
- 125/126: gnu: system-settings: Update to 6.1.3., guix-commits, 2024/07/30
- 126/126: gnu: kongress: Update to 24.05.2.,
guix-commits <=
- 10/126: gnu: kcolorscheme: Update to 6.4.0., guix-commits, 2024/07/30
- 15/126: gnu: kguiaddons: Update to 6.4.0., guix-commits, 2024/07/30
- 13/126: gnu: kdbusaddons: Update to 6.4.0., guix-commits, 2024/07/30
- 12/126: gnu: kcoreaddons: Update to 6.4.0., guix-commits, 2024/07/30
- 18/126: gnu: kidletime: Update to 6.4.0., guix-commits, 2024/07/30
- 22/126: gnu: kplotting: Update to 6.4.0., guix-commits, 2024/07/30
- 23/126: gnu: ksvg: Update to 6.4.0., guix-commits, 2024/07/30
- 24/126: gnu: ksyntaxhighlighting: Update to 6.4.0., guix-commits, 2024/07/30
- 27/126: gnu: kwindowsystem: Update to 6.4.0., guix-commits, 2024/07/30
- 29/126: gnu: networkmanager-qt: Update to 6.4.0., guix-commits, 2024/07/30