diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 23:49:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:45 -0400 |
commit | 1130fc59917e4ea0244ea58fdf1b5ef49e30a5d5 (patch) | |
tree | ecc8e946a37adf4b7e3907d8db1fa319bdfb0772 /gnu/packages/linphone.scm | |
parent | 65e5e85d284ef78bc245b3779c7fcdc733ed60a7 (diff) |
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
Automated via:
git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
git checkout NEWS
Diffstat (limited to 'gnu/packages/linphone.scm')
-rw-r--r-- | gnu/packages/linphone.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index a488fc3244..47fb94dc68 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -855,7 +855,7 @@ and video calls or instant messaging capabilities to an application.") qtdeclarative-5 qtgraphicaleffects qtquickcontrols-5 - qtquickcontrols2 + qtquickcontrols2-5 qtsvg-5)) (synopsis "Desktop client for the Linphone SIP softphone") (description "Linphone is a SIP softphone for voice and video over IP calling |