emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69622: closed ([PATCH] gnu: plasma-desktop: fix build.)


From: GNU bug Tracking System
Subject: bug#69622: closed ([PATCH] gnu: plasma-desktop: fix build.)
Date: Sat, 09 Mar 2024 04:04:02 +0000

Your message dated Sat, 09 Mar 2024 12:03:22 +0800
with message-id <87a5n86ohh.fsf@envs.net>
and subject line Re: [bug#69622] [PATCH] gnu: plasma-desktop: fix build.
has caused the debbugs.gnu.org bug report #69622,
regarding [PATCH] gnu: plasma-desktop: fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69622: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69622
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: plasma-desktop: fix build. Date: Fri, 8 Mar 2024 10:49:46 +0800
* gnu/packages/kde-plasma.scm (plasma-desktop): fix build.
[inputs]: Replace qtwayland with qtwayland-5.

Change-Id: I88b4a81b8e93ed94877344f86f8b7787ed5937ed
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 331ab28cd1..cf45fa59f7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -4,7 +4,7 @@
 ;;; Copyright ?? 2019 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright ?? 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright ?? 2019 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright ?? 2020, 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright ?? 2020, 2023, 2024 Zheng Junjie <873216071@qq.com>
 ;;; Copyright ?? 2022 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright ?? 2022 Petr Hodina <phodina@protonmail.com>
 ;;;
@@ -1787,7 +1787,7 @@ (define-public plasma-desktop
                   qtdeclarative-5
                   qtquickcontrols-5
                   qtquickcontrols2-5
-                  qtwayland
+                  qtwayland-5
                   qtx11extras
                   wayland
                   wayland-protocols

base-commit: 0b5cbca689b2f91949e191ca256ffc9bb48c1141
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69622] [PATCH] gnu: plasma-desktop: fix build. Date: Sat, 09 Mar 2024 12:03:22 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/kde-plasma.scm (plasma-desktop): fix build.
> [inputs]: Replace qtwayland with qtwayland-5.

Pushed as commit e51c26ef2d, thank you!

Also fixes #69648, close both.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]