mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: qtscript: Rename to qtscript-5.
* gnu/packages/qt.scm (qtscript): Rename to qtscript-5. (python-pyside-2) [inputs]: Adjust accordingly. (grantlee) [inputs]: Likewise. * gnu/packages/astronomy.scm (stellarium) [inputs]: Likewise. * gnu/packages/games.scm (warzone2100) [inputs]: Likewise. * gnu/packages/irc.scm (quassel) [inputs]: Likewise. * gnu/packages/kde-frameworks.scm (ki18n-5) [inputs]: Likewise. (kio-5) [inputs]: Likewise. (ktexteditor-5) [inputs]: Likewise. * gnu/packages/kde-utils.scm (okteta) [inputs]: Likewise. * gnu/packages/music.scm (musescore) [inputs]: Likewise. * gnu/packages/tex.scm (texmaker) [inputs]: Likewise. Change-Id: I63c40a342a14c75cfbe4e0a4c27ec2638212e38a Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
@@ -9104,7 +9104,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
|
||||
qtlocation-5
|
||||
qtmultimedia-5
|
||||
qtpositioning
|
||||
qtscript ; the last v5 left to rename
|
||||
qtscript-5
|
||||
qtserialport-5
|
||||
qttranslations
|
||||
qtwayland-5
|
||||
|
||||
@@ -6492,7 +6492,7 @@ in-window at 640x480 resolution or fullscreen.")
|
||||
openal
|
||||
physfs
|
||||
qtbase-5
|
||||
qtscript
|
||||
qtscript-5
|
||||
openssl
|
||||
sdl2
|
||||
sqlite
|
||||
|
||||
@@ -317,7 +317,7 @@ setting @env{LUA_PATH} and @env{LUA_CPATH} in glirc's run-time environment.")
|
||||
qca
|
||||
qtbase-5
|
||||
qtmultimedia-5
|
||||
qtscript
|
||||
qtscript-5
|
||||
qtsvg-5
|
||||
snorenotify
|
||||
sonnet
|
||||
|
||||
@@ -1191,7 +1191,7 @@ translation scripting.")
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative-5 qtscript iso-codes/pinned))))
|
||||
(list qtbase-5 qtdeclarative-5 qtscript-5 iso-codes/pinned))))
|
||||
|
||||
(define-public kidletime
|
||||
(package
|
||||
@@ -4039,7 +4039,7 @@ KIO enabled infrastructure.")
|
||||
libxslt
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtscript
|
||||
qtscript-5
|
||||
qtx11extras
|
||||
sonnet-5
|
||||
`(,util-linux "lib") ; libmount
|
||||
@@ -4704,7 +4704,7 @@ library.")
|
||||
perl
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtscript
|
||||
qtscript-5
|
||||
qtxmlpatterns
|
||||
solid-5
|
||||
sonnet-5))
|
||||
|
||||
@@ -1130,7 +1130,7 @@ either be created or generated from a image.")
|
||||
qca
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtscript))
|
||||
qtscript-5))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
@@ -464,7 +464,7 @@ applications on Wayland.")
|
||||
;; Optional: lcov and cccc, both are for code coverage
|
||||
(list doxygen))
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative-5 qtscript))
|
||||
(list qtbase-5 qtdeclarative-5 qtscript-5))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
@@ -2639,7 +2639,7 @@ the Qt community.")
|
||||
;; LICENSES/Qt-GPL-exception-1.0.txt).
|
||||
(license (list license:gpl3))))
|
||||
|
||||
(define-public qtscript
|
||||
(define-public qtscript-5
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtscript")
|
||||
@@ -5451,7 +5451,7 @@ color-related widgets.")
|
||||
qtmultimedia-5
|
||||
qtquickcontrols-5
|
||||
qtquickcontrols2-5
|
||||
qtscript
|
||||
qtscript-5
|
||||
qtscxml-5
|
||||
qtsensors-5
|
||||
qtspeech-5
|
||||
|
||||
@@ -77482,7 +77482,7 @@ PDF documents.")
|
||||
(string-append "METAINFODIR=" out "/share/metainfo")
|
||||
"texmaker.pro")))))))
|
||||
(inputs
|
||||
(list poppler-qt5 qtbase-5 qtwayland-5 qtscript zlib))
|
||||
(list poppler-qt5 qtbase-5 qtwayland-5 qtscript-5 zlib))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://www.xm1math.net/texmaker/")
|
||||
|
||||
Reference in New Issue
Block a user