mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qttools: Rename to qttools-5.
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
This commit is contained in:
parent
de20b74fc2
commit
eef8e2ec46
53 changed files with 207 additions and 207 deletions
|
@ -770,7 +770,7 @@ including 2D color images.")
|
|||
(add-after 'unpack 'qt-chdir
|
||||
(lambda _ (chdir "gmic-qt") #t))))))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(list pkg-config qttools-5))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs gmic)
|
||||
(prepend gmic qtbase-5)))
|
||||
|
@ -1109,7 +1109,7 @@ combine the information contained in both.")
|
|||
zlib))
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
("qttools" ,qttools)
|
||||
("qttools-5" ,qttools-5)
|
||||
("pkg-config" ,pkg-config)
|
||||
("c3d-src"
|
||||
,(let* ((commit "f521358db26e00002c911cc47bf463b043942ad3")
|
||||
|
@ -1224,7 +1224,7 @@ substituted by matching images.")
|
|||
"0kixwjb2x457dq7927hkh34c803p7yh1pmn6n61rk9shqrcg492h"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list qttools))
|
||||
(list qttools-5))
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue