mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtsvg: Rename variable to qtsvg-5.
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
This commit is contained in:
parent
4af9984a4e
commit
1ef04fb228
50 changed files with 210 additions and 211 deletions
|
@ -670,7 +670,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
|
|||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel))
|
||||
(propagated-inputs ; To get native-search-path
|
||||
(list qtwebengine))
|
||||
|
@ -695,7 +695,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
|
|||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/plugins/"))
|
||||
'("qtsvg" "qtmultimedia"))))))))))
|
||||
'("qtsvg-5" "qtmultimedia"))))))))))
|
||||
(home-page "https://wereturtle.github.io/ghostwriter/")
|
||||
(synopsis "Write without distractions")
|
||||
(description
|
||||
|
@ -770,7 +770,7 @@ environment with Markdown markup.")
|
|||
#:icon "manuskript"
|
||||
#:categories "Office;WordProcessor;"))))))))
|
||||
(inputs
|
||||
(list pandoc python-lxml python-markdown python-pyqt qtsvg))
|
||||
(list pandoc python-lxml python-markdown python-pyqt qtsvg-5))
|
||||
(home-page "http://www.theologeek.ch/manuskript/")
|
||||
(synopsis "Tool for writers")
|
||||
(description "Manuskript provides a rich environment to help
|
||||
|
@ -870,7 +870,7 @@ editors.")
|
|||
perl
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
sqlite))
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue