guix-commits
[Top][All Lists]
Advanced

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

20/28: gnu: qtsensors: Rename package to qtsensors-5.


From: guix-commits
Subject: 20/28: gnu: qtsensors: Rename package to qtsensors-5.
Date: Mon, 25 Mar 2024 22:10:47 -0400 (EDT)

apteryx pushed a commit to branch qt-team
in repository guix.

commit bc07056e612444a5a0abbbf37b6619425d6d406b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:58:14 2024 +0800

    gnu: qtsensors: Rename package to qtsensors-5.
    
    * gnu/packages/qt.scm (qtsensors): Rename to qtsensors-5
    * gnu/packages/qt.scm (python-pyqt, python-pyside-2)
    * gnu/packages/geo.scm (openorienteering-mapper)
    * gnu/packages/kde-plasma.scm (kscreen)
    * gnu/packages/education.scm (gcompris-qt)
    Adjust inputs.
    
    Change-Id: Ie18fdf82881e508ecc25c535088672d1a89f19ba
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/education.scm  |  2 +-
 gnu/packages/geo.scm        |  2 +-
 gnu/packages/kde-plasma.scm |  2 +-
 gnu/packages/qt.scm         | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index f67e83aa9f..d9d5c45cf9 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -192,7 +192,7 @@ of categories with some of the activities available in that 
category.
            qtgraphicaleffects
            qtmultimedia-5
            qtquickcontrols2-5
-           qtsensors
+           qtsensors-5
            qtsvg-5))
     (home-page "https://gcompris.net/index-en.html";)
     (synopsis "Educational games for small children")
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 687effcace..63e66afdb8 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2575,7 +2575,7 @@ track your position right from your laptop.")
            qtbase-5
            qtimageformats-5
            qtlocation
-           qtsensors
+           qtsensors-5
            zlib))
     (native-inputs
      (list doxygen
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index cf45fa59f7..1d41d35a56 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -793,7 +793,7 @@ PipeWire in Qt projects.")
                   libkscreen
                   libxi
                   plasma-wayland-protocols
-                  qtsensors
+                  qtsensors-5
                   qtbase-5
                   qtx11extras
                   xcb-util))
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d3150ea984..d35c075259 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1668,10 +1668,10 @@ consume data received from the server, or both.")
     (home-page (package-home-page qtbase))
     (license (package-license qtbase))))
 
-(define-public qtsensors
+(define-public qtsensors-5
   (package
     (inherit qtsvg-5)
-    (name "qtsensors")
+    (name "qtsensors-5")
     (version "5.15.10")
     (source (origin
               (method url-fetch)
@@ -3775,7 +3775,7 @@ module provides support functions to the automatically 
generated code.")
        ("qtdeclarative-5" ,qtdeclarative-5)
        ("qtlocation" ,qtlocation)
        ("qtmultimedia-5" ,qtmultimedia-5)
-       ("qtsensors" ,qtsensors)
+       ("qtsensors-5" ,qtsensors-5)
        ("qtserialport" ,qtserialport)
        ("qtsvg-5" ,qtsvg-5)
        ("qttools-5" ,qttools-5)
@@ -4590,7 +4590,7 @@ color-related widgets.")
            qtquickcontrols2-5
            qtscript
            qtscxml-5
-           qtsensors
+           qtsensors-5
            qtspeech
            qtsvg-5
            qttools-5
@@ -4640,7 +4640,7 @@ color-related widgets.")
                                           "qtquickcontrols2"
                                           "qtscript"
                                           "qtscxml"
-                                          "qtsensors"
+                                          "qtsensors-5"
                                           "qtspeech"
                                           "qtsvg"
                                           "qttools"



reply via email to

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