GNU bug report logs - #56771
[PATCH 00/33] *** Update Jami to 20220725, core Qt packages along the way

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 25 Jul 2022 21:18:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #92 received at 56771 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 56771 <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH 25/33] gnu: qtnetworkauth: Rename to qtnetworkauth-5.
Date: Mon, 25 Jul 2022 19:07:55 -0400
Automated with:

  git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
---
 gnu/packages/kde-internet.scm | 2 +-
 gnu/packages/kde-pim.scm      | 2 +-
 gnu/packages/kde.scm          | 2 +-
 gnu/packages/qt.scm           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 9de2c54ad3..35d41887c2 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -88,7 +88,7 @@ (define-public choqok
            qca
            qoauth
            qtbase-5
-           qtnetworkauth
+           qtnetworkauth-5
            sonnet))
     (home-page "https://kde.org/applications/internet/org.kde.choqok")
     (synopsis "Micro-Blogging Client")
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index faf5e702f3..f5b0c008ce 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -725,7 +725,7 @@ (define-public kdepim-runtime
            qca
            qtbase-5
            qtdeclarative-5
-           qtnetworkauth
+           qtnetworkauth-5
            qtspeech
            qtwebchannel-5
            qtwebengine-5
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 933bfcd04b..aa742df80f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -288,7 +288,7 @@ (define-public kdenlive
            qtdeclarative-5
            qtgraphicaleffects
            qtmultimedia-5
-           qtnetworkauth
+           qtnetworkauth-5
            qtquickcontrols-5
            qtquickcontrols2-5
            qtscript
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 96576c6f59..9bd276ac33 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1957,7 +1957,7 @@ (define-public qtdatavis3d
 customized by using themes or by adding custom items and labels to them.")
     (license license:gpl3)))
 
-(define-public qtnetworkauth
+(define-public qtnetworkauth-5
   (package (inherit qtsvg-5)
     (name "qtnetworkauth")
     (version "5.15.2")
-- 
2.36.1





This bug report was last modified 3 years and 10 days ago.

Previous Next


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