[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/458: gnu: elisa: Update to 24.05.2.
From: |
guix-commits |
Subject: |
209/458: gnu: elisa: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:26 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5fa5404561b63814e1f39c3a05394c62ed530d96
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:09:15 2024 +0800
gnu: elisa: Update to 24.05.2.
* gnu/packages/kde-multimedia.scm (elisa): Update to 24.05.2.
[inputs]: Remove kmediaplayer, qtbase-5, qtdeclarative-5,
qtgraphicaleffects,
qtmultimedia-5, qtquickcontrols-5, qtquickcontrols2-5, qtsvg-5, and
qtx11extras; add kirigami-addons, qqc2-desktop-style, qtsvg,
qtdeclarative, and qtmultimedia.
[native-inputs]: Add python-minimal.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ib0e028e2da7940445c1227582b4ad262ae19d816
---
gnu/packages/kde-multimedia.scm | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index b7e7929810..485b6e7509 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -41,6 +41,7 @@
#:use-module (gnu packages gtk)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gstreamer)
+ #:use-module (gnu packages kde)
#:use-module (gnu packages kde-frameworks)
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages linux)
@@ -144,18 +145,18 @@ This package is part of the KDE multimedia module.")
(define-public elisa
(package
(name "elisa")
- (version "23.08.5")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/elisa-" version ".tar.xz"))
(sha256
- (base32 "1hml0bmp1cfqc9x9q2a1lz2f6ab7ygblf6xz0qlwjxripvqw8b47"))))
+ (base32 "03hvkn4l4k0jbww5q72spk9nbgfxi8k7zk5z2mlc63c0j7q7w5y0"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config dbus kdoctools
- xorg-server-for-tests))
+ xorg-server-for-tests python-minimal))
(inputs
(list kconfig
baloo
@@ -170,25 +171,22 @@ This package is part of the KDE multimedia module.")
kiconthemes
kio
kirigami
- kmediaplayer
+ kirigami-addons
+ qqc2-desktop-style
kparts
kpackage
kwidgetsaddons
kxmlgui
breeze-icons ; default icon set
phonon
- qtbase-5
- qtdeclarative-5
- qtgraphicaleffects ; not listed as dependency
- qtmultimedia-5
- qtquickcontrols-5
- qtquickcontrols2-5
- qtsvg-5
- qtx11extras
+ qtsvg
+ qtdeclarative
+ qtmultimedia
;; TODO: upnpqt https://gitlab.com/homeautomationqt/upnp-player-qt
vlc))
(arguments
- `(#:tests? #f ;; many tests fail
+ `(#:qtbase ,qtbase
+ #:tests? #f ;; many tests fail
#:phases
(modify-phases %standard-phases
(add-before 'check 'start-xorg-server
- 156/458: gnu: plasma-browser-integration: Update to 6.1.2., (continued)
- 156/458: gnu: plasma-browser-integration: Update to 6.1.2., guix-commits, 2024/07/15
- 152/458: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/15
- 164/458: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/15
- 165/458: gnu: filelight: Update to 24.05.2., guix-commits, 2024/07/15
- 166/458: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/15
- 167/458: gnu: sweeper: Update to 24.05.2., guix-commits, 2024/07/15
- 162/458: gnu: Add ocean-sound-theme., guix-commits, 2024/07/15
- 171/458: gnu: dolphin-plugins: Update to 24.05.2., guix-commits, 2024/07/15
- 169/458: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/15
- 178/458: gnu: Remove ksysguard., guix-commits, 2024/07/15
- 209/458: gnu: elisa: Update to 24.05.2.,
guix-commits <=
- 207/458: gnu: libktorrent: Update to 24.05.2., guix-commits, 2024/07/15
- 218/458: gnu: kolf: Update to 24.05.2., guix-commits, 2024/07/15
- 185/458: gnu: Add futuresql., guix-commits, 2024/07/15
- 195/458: gnu: lskat: Update to 24.05.2., guix-commits, 2024/07/15
- 189/458: gnu: kdeconnect: Update to 24.05.2., guix-commits, 2024/07/15
- 182/458: gnu: ksystemlog: Update to 24.05.2., guix-commits, 2024/07/15
- 200/458: gnu: ksirk: Update to 24.05.2., guix-commits, 2024/07/15
- 213/458: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/15
- 181/458: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/15
- 198/458: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/15