diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-18 00:02:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:46 -0400 |
commit | 0938c3e34a9004948baa56bb21017d20fb9c9c26 (patch) | |
tree | 2c50abc14701a0fb46c6a09dc9afaaeecca48364 /gnu/packages/qt.scm | |
parent | 573055b7ef93fa5fe0885ed3cca281983bf35eff (diff) | |
download | guix-0938c3e34a9004948baa56bb21017d20fb9c9c26.tar.gz |
gnu: qtwebchannel: Rename to qtwebchannel-5.
Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 106396a571..ce2e3ad8cc 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1542,7 +1542,7 @@ interacting with serial ports from within Qt."))) access the various industrial serial buses and protocols, such as CAN, ModBus, and others."))) -(define-public qtwebchannel +(define-public qtwebchannel-5 (package (inherit qtsvg-5) (name "qtwebchannel") (version "5.15.2") @@ -2262,7 +2262,7 @@ using the Enchant spell-checking library.") qtbase-5 qtdeclarative-5 qtmultimedia-5 - qtwebchannel + qtwebchannel-5 re2 snappy eudev @@ -2505,7 +2505,7 @@ module provides support functions to the automatically generated code.") ("qtserialport" ,qtserialport) ("qtsvg-5" ,qtsvg-5) ("qttools" ,qttools) - ("qtwebchannel" ,qtwebchannel) + ("qtwebchannel-5" ,qtwebchannel-5) ("qtwebkit" ,qtwebkit) ("qtwebsockets-5" ,qtwebsockets-5) ("qtx11extras" ,qtx11extras) @@ -2609,7 +2609,7 @@ contain over 620 classes.") ("qtbase" ,qtbase-5) ("qtsvg-5" ,qtsvg-5) ("qtdeclarative-5" ,qtdeclarative-5) - ("qtwebchannel" ,qtwebchannel) + ("qtwebchannel-5" ,qtwebchannel-5) ("qtwebengine" ,qtwebengine))) (arguments `(#:modules ((srfi srfi-1) @@ -3083,7 +3083,7 @@ different kinds of sliders, and much more.") ("qtlocation" ,qtlocation) ("qtmultimedia-5" ,qtmultimedia-5) ("qtsensors" ,qtsensors) - ("qtwebchannel" ,qtwebchannel) + ("qtwebchannel-5" ,qtwebchannel-5) ("libxml2" ,libxml2) ("libxslt" ,libxslt) ("libx11" ,libx11) @@ -3320,7 +3320,7 @@ color-related widgets.") qtsensors qtspeech qtsvg-5 - qtwebchannel + qtwebchannel-5 qtwebengine qtwebsockets-5 qtx11extras @@ -3370,7 +3370,7 @@ color-related widgets.") "qtspeech" "qtsvg-5" "qttools" - "qtwebchannel" + "qtwebchannel-5" "qtwebengine" "qtwebsockets-5" "qtx11extras" |