GNU bug report logs - #60614
[PATCH] gnu: strawberry: Use qt6 instead of qt5.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Sat, 7 Jan 2023 00:04:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60614: closed ([PATCH] gnu: strawberry: Use qt6 instead of qt5.)
Date: Sat, 07 Jan 2023 18:56:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Jan 2023 19:55:17 +0100
with message-id <87lemegooa.fsf <at> gnu.org>
and subject line Re: bug#60614: [PATCH] gnu: strawberry: Use qt6 instead of qt5.
has caused the debbugs.gnu.org bug report #60614,
regarding [PATCH] gnu: strawberry: Use qt6 instead of qt5.
to be marked as done.

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


-- 
60614: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60614
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: strawberry: Use qt6 instead of qt5.
Date: Sat,  7 Jan 2023 01:02:01 +0100
* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
[native-inputs]: Remove qttools-5. Add qttools.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 99b4fd4ec0..eb842128d0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -527,7 +527,7 @@ (define-public strawberry
      `(("gettext" ,gettext-minimal)
        ("googletest" ,googletest)
        ("pkg-config" ,pkg-config)
-       ("qtlinguist" ,qttools-5)
+       ("qtlinguist" ,qttools)
        ("xorg-server" ,xorg-server-for-tests)))
     (inputs
      (list alsa-lib
@@ -546,7 +546,7 @@ (define-public strawberry
            libmtp
            protobuf
            pulseaudio
-           qtbase-5
+           qtbase
            qtx11extras
            sqlite
            taglib))
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 60614-done <at> debbugs.gnu.org
Subject: Re: bug#60614: [PATCH] gnu: strawberry: Use qt6 instead of qt5.
Date: Sat, 07 Jan 2023 19:55:17 +0100
> * gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
> [native-inputs]: Remove qttools-5. Add qttools.

Applied, thanks,

Mathieu


This bug report was last modified 2 years and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.