mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qtnetworkauth: Rename to qtnetworkauth-5.
Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
This commit is contained in:
parent
a4784b3273
commit
2e27ccec83
4 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ (define-public choqok
|
||||||
qca
|
qca
|
||||||
qoauth
|
qoauth
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtnetworkauth
|
qtnetworkauth-5
|
||||||
sonnet))
|
sonnet))
|
||||||
(home-page "https://kde.org/applications/internet/org.kde.choqok")
|
(home-page "https://kde.org/applications/internet/org.kde.choqok")
|
||||||
(synopsis "Micro-Blogging Client")
|
(synopsis "Micro-Blogging Client")
|
||||||
|
|
|
@ -725,7 +725,7 @@ (define-public kdepim-runtime
|
||||||
qca
|
qca
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtnetworkauth
|
qtnetworkauth-5
|
||||||
qtspeech
|
qtspeech
|
||||||
qtwebchannel-5
|
qtwebchannel-5
|
||||||
qtwebengine-5
|
qtwebengine-5
|
||||||
|
|
|
@ -288,7 +288,7 @@ (define-public kdenlive
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtmultimedia-5
|
qtmultimedia-5
|
||||||
qtnetworkauth
|
qtnetworkauth-5
|
||||||
qtquickcontrols-5
|
qtquickcontrols-5
|
||||||
qtquickcontrols2-5
|
qtquickcontrols2-5
|
||||||
qtscript
|
qtscript
|
||||||
|
|
|
@ -1955,7 +1955,7 @@ (define-public qtdatavis3d
|
||||||
customized by using themes or by adding custom items and labels to them.")
|
customized by using themes or by adding custom items and labels to them.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public qtnetworkauth
|
(define-public qtnetworkauth-5
|
||||||
(package (inherit qtsvg-5)
|
(package (inherit qtsvg-5)
|
||||||
(name "qtnetworkauth")
|
(name "qtnetworkauth")
|
||||||
(version "5.15.2")
|
(version "5.15.2")
|
||||||
|
|
Loading…
Reference in a new issue