gnu: Rename qtbase to qtbase-5.

This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
This commit is contained in:
Maxim Cournoyer 2021-04-09 21:53:32 -04:00
parent 0b5120fb03
commit ea0a51071e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
84 changed files with 515 additions and 515 deletions

View File

@ -1866,7 +1866,7 @@ command.")
(package (package
(inherit wpa-supplicant) (inherit wpa-supplicant)
(name "wpa-supplicant-gui") (name "wpa-supplicant-gui")
(inputs `(("qtbase" ,qtbase) (inputs `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
,@(package-inputs wpa-supplicant))) ,@(package-inputs wpa-supplicant)))
(native-inputs (native-inputs

View File

@ -195,7 +195,7 @@ C/C++ programs to use its capabilities without restrictions or overhead.")
("imagemagick" ,imagemagick) ("imagemagick" ,imagemagick)
("libjpeg" ,libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("python" ,python) ("python" ,python)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("v4l-utils" ,v4l-utils))) ("v4l-utils" ,v4l-utils)))
(synopsis "Bar code reader") (synopsis "Bar code reader")

View File

@ -450,7 +450,7 @@ language.")
qt))) qt)))
#t)))))) #t))))))
(inputs (inputs
`(("qt" ,qtbase) `(("qt" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("libsndfile" ,libsndfile))) ("libsndfile" ,libsndfile)))
(native-inputs (native-inputs
@ -480,7 +480,7 @@ waveform until they line up with the proper sounds.")
"0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh")))) "0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtxmlpatterns" ,qtxmlpatterns) ("qtxmlpatterns" ,qtxmlpatterns)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))

View File

@ -412,7 +412,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
(base32 "04vg2asj9gygwnrs32scqc8192ln2lyqa9v7cjqk8zd4frkwszwp")))) (base32 "04vg2asj9gygwnrs32scqc8192ln2lyqa9v7cjqk8zd4frkwszwp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
@ -421,7 +421,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time `(("gettext" ,gettext-minimal) ; xgettext is used at compile time
("perl" ,perl) ; for pod2man ("perl" ,perl) ; for pod2man
("qtbase" ,qtbase) ; Qt MOC is needed at compile time ("qtbase" ,qtbase-5) ; Qt MOC is needed at compile time
("qttools" ,qttools))) ("qttools" ,qttools)))
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"

View File

@ -497,7 +497,7 @@ implementation of Adaptive Multi Rate Narrowband and Wideband
("jack" ,jack-1) ("jack" ,jack-1)
("ladspa" ,ladspa) ("ladspa" ,ladspa)
("liblo" ,liblo) ("liblo" ,liblo)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -2149,7 +2149,7 @@ synchronous execution of all clients, and low latency operation.")
("gtk2" ,gtk+-2) ("gtk2" ,gtk+-2)
("gtk3" ,gtk+) ("gtk3" ,gtk+)
("gtkmm" ,gtkmm-2) ("gtkmm" ,gtkmm-2)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("jack" ,jack-1))) ("jack" ,jack-1)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -2741,7 +2741,7 @@ different audio devices such as ALSA or PulseAudio.")
`(("jack" ,jack-1) `(("jack" ,jack-1)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("portaudio" ,portaudio) ("portaudio" ,portaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -2775,11 +2775,11 @@ into various outputs and to start, stop and configure jackd")
(string-append "PREFIX=" (string-append "PREFIX="
(assoc-ref outputs "out")))))))) (assoc-ref outputs "out"))))))))
(native-inputs (native-inputs
`(("qtbase" ,qtbase))) ; for qmake `(("qtbase" ,qtbase-5))) ; for qmake
(inputs (inputs
`(("jack" ,jack-1) `(("jack" ,jack-1)
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://sourceforge.net/projects/qjackrcd/") (home-page "https://sourceforge.net/projects/qjackrcd/")
(synopsis "Stereo audio recorder for JACK") (synopsis "Stereo audio recorder for JACK")
(description "QJackRcd is a simple graphical stereo recorder for JACK (description "QJackRcd is a simple graphical stereo recorder for JACK
@ -2888,7 +2888,7 @@ link REQUIRED)"))
("boost" ,boost) ("boost" ,boost)
("boost-sync" ,boost-sync) ("boost-sync" ,boost-sync)
("yaml-cpp" ,yaml-cpp) ("yaml-cpp" ,yaml-cpp)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
@ -3090,7 +3090,7 @@ the Turtle syntax.")
`(("lv2" ,lv2) `(("lv2" ,lv2)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+-2)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("qt" ,qtbase))) ("qt" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "https://drobilla.net/software/suil/") (home-page "https://drobilla.net/software/suil/")
@ -3566,7 +3566,7 @@ interface.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("fluidsynth" ,fluidsynth) `(("fluidsynth" ,fluidsynth)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://qsynth.sourceforge.io") (home-page "https://qsynth.sourceforge.io")
(synopsis "Graphical user interface for FluidSynth") (synopsis "Graphical user interface for FluidSynth")
@ -4742,7 +4742,7 @@ as is the case with audio plugins.")
;; (ModuleNotFoundError: No module named 'PyQt5') ;; (ModuleNotFoundError: No module named 'PyQt5')
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("libx11" ,libx11) ("libx11" ,libx11)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib) ("zlib" ,zlib)
;; For WRAP-SCRIPT above. ;; For WRAP-SCRIPT above.
@ -5101,7 +5101,7 @@ Rate} 3600x2250 bit/s vocoder used in various radio systems.")
`(("catch" ,catch-framework) `(("catch" ,catch-framework)
("python" ,python) ;for running tests ("python" ,python) ;for running tests
("portaudio" ,portaudio) ;for portaudio examples ("portaudio" ,portaudio) ;for portaudio examples
("qtbase" ,qtbase) ;for Qt examples ("qtbase" ,qtbase-5) ;for Qt examples
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs

View File

@ -11030,7 +11030,7 @@ Thus the per-base error rate is similar to the raw input reads.")
(install-file "Bandage" (string-append out "/bin")) (install-file "Bandage" (string-append out "/bin"))
#t)))))) #t))))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("imagemagick" ,imagemagick))) `(("imagemagick" ,imagemagick)))

View File

@ -459,7 +459,7 @@ desktops.")
("libtorrent-rasterbar" ,libtorrent-rasterbar) ("libtorrent-rasterbar" ,libtorrent-rasterbar)
("openssl" ,openssl) ("openssl" ,openssl)
("python" ,python-wrapper) ("python" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://www.qbittorrent.org/") (home-page "https://www.qbittorrent.org/")

View File

@ -347,7 +347,7 @@ and ruby. It includes two illustrative command-line programs, @code{hcal} and
(native-inputs (native-inputs
`(("perl" ,perl))) ; pod2man `(("perl" ,perl))) ; pod2man
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://www.toastfreeware.priv.at/confclerk") (home-page "https://www.toastfreeware.priv.at/confclerk")
(synopsis "Offline conference schedule application") (synopsis "Offline conference schedule application")
(description (description

View File

@ -80,7 +80,7 @@
("molequeue" ,molequeue) ("molequeue" ,molequeue)
("python" ,python) ("python" ,python)
("spglib" ,spglib) ("spglib" ,spglib)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
'(#:configure-flags (list "-DENABLE_TESTING=ON" '(#:configure-flags (list "-DENABLE_TESTING=ON"
(string-append "-DSPGLIB_INCLUDE_DIR=" (string-append "-DSPGLIB_INCLUDE_DIR="
@ -116,7 +116,7 @@ bioinformatics, materials science, and related areas.")
`(("avogadrolibs" ,avogadrolibs) `(("avogadrolibs" ,avogadrolibs)
("hdf5" ,hdf5) ("hdf5" ,hdf5)
("molequeue" ,molequeue) ("molequeue" ,molequeue)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
;; TODO: Enable tests with "-DENABLE_TESTING" configure flag. ;; TODO: Enable tests with "-DENABLE_TESTING" configure flag.
(arguments (arguments
'(#:tests? #f)) '(#:tests? #f))
@ -301,7 +301,7 @@ biological structures.")
"1w1fgxzqrb5yxvpmnc3c9ymnvixy0z1nfafkd9whg9zw8nbgl998")))) "1w1fgxzqrb5yxvpmnc3c9ymnvixy0z1nfafkd9whg9zw8nbgl998"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
'(#:configure-flags '("-DENABLE_TESTING=ON") '(#:configure-flags '("-DENABLE_TESTING=ON")
#:phases #:phases

View File

@ -2211,7 +2211,7 @@ download times, and other distribution and storage costs.")
(native-inputs (native-inputs
`(("doxygen" ,doxygen))) `(("doxygen" ,doxygen)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://stachenov.github.io/quazip/index.html") (home-page "https://stachenov.github.io/quazip/index.html")
(synopsis "Qt/C++ wrapper for Minizip") (synopsis "Qt/C++ wrapper for Minizip")

View File

@ -149,7 +149,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
(sha256 (sha256
(base32 "0jn12wxwjznady6aniwmvahg1dj25p902sdwj0070biv6vx5c7dq")))) (base32 "0jn12wxwjznady6aniwmvahg1dj25p902sdwj0070biv6vx5c7dq"))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(build-system gnu-build-system) (build-system gnu-build-system)

View File

@ -69,7 +69,7 @@
(replace 'configure (replace 'configure
(lambda _ (invoke "qmake")))))) (lambda _ (invoke "qmake"))))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("quazip" ,quazip) ("quazip" ,quazip)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://cvassistant.sourceforge.io/") (home-page "https://cvassistant.sourceforge.io/")

View File

@ -80,7 +80,7 @@
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("libxkbcommon" ,libxkbcommon) ("libxkbcommon" ,libxkbcommon)
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
;; Some user-defined themes use QtQuick components internally. Adding ;; Some user-defined themes use QtQuick components internally. Adding

View File

@ -119,7 +119,7 @@ utilities.")
("glib" ,glib) ("glib" ,glib)
("libxt" ,libxt) ("libxt" ,libxt)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases

View File

@ -330,7 +330,7 @@ local system.")
(inputs (inputs
`(("libarchive" ,libarchive) `(("libarchive" ,libarchive)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine) ("qtwebengine" ,qtwebengine)

View File

@ -147,7 +147,7 @@ with Microsoft Compiled HTML (CHM) files")
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qtbase" ,qtbase) ; for qmake ("qtbase" ,qtbase-5) ; for qmake
("python-flake8" ,python-flake8) ("python-flake8" ,python-flake8)
("python-pyqt-builder" ,python-pyqt-builder) ("python-pyqt-builder" ,python-pyqt-builder)
("xdg-utils" ,xdg-utils))) ("xdg-utils" ,xdg-utils)))

View File

@ -191,7 +191,7 @@ of categories with some of the activities available in that category.
(inputs (inputs
`(("openssl" ,openssl) `(("openssl" ,openssl)
("python" ,python-wrapper) ("python" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -260,7 +260,7 @@ Currently available boards include:
;; Recreate Makefile ;; Recreate Makefile
(invoke "qmake"))))))) (invoke "qmake")))))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia))) ("qtmultimedia" ,qtmultimedia)))
(home-page "https://www.tipp10.com/") (home-page "https://www.tipp10.com/")
(synopsis "Touch typing tutor") (synopsis "Touch typing tutor")
@ -638,7 +638,7 @@ Portuguese, Spanish and Italian.")
(replace 'configure (replace 'configure
(lambda _ (invoke "qmake" "fet.pro")))))) (lambda _ (invoke "qmake" "fet.pro"))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://www.lalescu.ro/liviu/fet/") (home-page "https://www.lalescu.ro/liviu/fet/")
(synopsis "Timetabling software") (synopsis "Timetabling software")
(description (description
@ -712,7 +712,7 @@ language and very flexible regarding to new or unknown keyboard layouts.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("libxkbfile" ,libxkbfile) ("libxkbfile" ,libxkbfile)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)

View File

@ -277,7 +277,7 @@ format support.")
("glibmm" ,glibmm) ("glibmm" ,glibmm)
("libsigrok" ,libsigrok) ("libsigrok" ,libsigrok)
("libsigrokdecode" ,libsigrokdecode) ("libsigrokdecode" ,libsigrokdecode)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://www.sigrok.org/wiki/PulseView") (home-page "https://www.sigrok.org/wiki/PulseView")
(synopsis "Qt based logic analyzer, oscilloscope and MSO GUI for sigrok") (synopsis "Qt based logic analyzer, oscilloscope and MSO GUI for sigrok")

View File

@ -276,7 +276,7 @@ SuperCPU.")
("openal" ,openal) ("openal" ,openal)
("pugixml" ,pugixml) ("pugixml" ,pugixml)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl2" ,sdl2) ("sdl2" ,sdl2)
("sfml" ,sfml) ("sfml" ,sfml)
("soil" ,soil) ("soil" ,soil)
@ -376,7 +376,7 @@ older games.")
#:tests? #f)) ; test suite wants mips toolchain #:tests? #f)) ; test suite wants mips toolchain
(inputs (inputs
`(("elfutils" ,elfutils) `(("elfutils" ,elfutils)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://github.com/cvut/QtMips") (home-page "https://github.com/cvut/QtMips")
(synopsis "MIPS CPU emulator") (synopsis "MIPS CPU emulator")
(description "This package contains a MIPS CPU emulator. The simulator (description "This package contains a MIPS CPU emulator. The simulator
@ -620,7 +620,7 @@ The following systems are supported:
("mesa" ,mesa) ("mesa" ,mesa)
("minizip" ,minizip) ("minizip" ,minizip)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("sdl2" ,sdl2) ("sdl2" ,sdl2)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
@ -1379,7 +1379,7 @@ as RetroArch.")
("openal" ,openal) ("openal" ,openal)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("python" ,python) ("python" ,python)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl" ,sdl2) ("sdl" ,sdl2)
("udev" ,eudev) ("udev" ,eudev)
("vulkan-loader" ,vulkan-loader) ("vulkan-loader" ,vulkan-loader)
@ -1799,7 +1799,7 @@ This is a part of the TiLP project.")
("pugixml" ,pugixml) ("pugixml" ,pugixml)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("rapidjson" ,rapidjson) ("rapidjson" ,rapidjson)
("sdl" ,(sdl-union (list sdl2 sdl2-ttf))) ("sdl" ,(sdl-union (list sdl2 sdl2-ttf)))
("sqlite" ,sqlite) ("sqlite" ,sqlite)

View File

@ -201,7 +201,7 @@
`(("boost" ,boost) `(("boost" ,boost)
("muparser" ,muparser) ("muparser" ,muparser)
("freetype" ,freetype) ("freetype" ,freetype)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -701,7 +701,7 @@ multipole-accelerated algorithm.")
(string-append "PREFIX=" out) (string-append "PREFIX=" out)
"phoenix.pro"))))))) "phoenix.pro")))))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtserialport" ,qtserialport) ("qtserialport" ,qtserialport)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("libgit2" ,libgit2) ("libgit2" ,libgit2)
@ -834,7 +834,7 @@ fonts to gEDA.")
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
("libpng" ,libpng) ("libpng" ,libpng)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("eigen" ,eigen) ("eigen" ,eigen)
("guile" ,guile-3.0))) ("guile" ,guile-3.0)))
(home-page "https://libfive.com") (home-page "https://libfive.com")
@ -2047,7 +2047,7 @@ parallel computing platforms. It also supports serial execution.")
(base32 "1b5dkanz3q0y5ag80w0l85hn7axrachb5m9zvyv4zvzrfy09wa88")))) (base32 "1b5dkanz3q0y5ag80w0l85hn7axrachb5m9zvyv4zvzrfy09wa88"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
@ -2209,7 +2209,7 @@ simulation.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("openssl" ,openssl) ("openssl" ,openssl)
;; Depends on radare2 4.5.1 officially, builds and works fine with ;; Depends on radare2 4.5.1 officially, builds and works fine with
@ -2288,7 +2288,7 @@ specification can be downloaded at @url{http://3mf.io/specification/}.")
("mpfr" ,mpfr) ("mpfr" ,mpfr)
("opencsg" ,opencsg) ("opencsg" ,opencsg)
("qscintilla" ,qscintilla) ("qscintilla" ,qscintilla)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia))) ("qtmultimedia" ,qtmultimedia)))
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
@ -2420,7 +2420,7 @@ comments.")))
("python-pyyaml" ,python-pyyaml) ("python-pyyaml" ,python-pyyaml)
("python-shiboken-2" ,python-shiboken-2) ("python-shiboken-2" ,python-shiboken-2)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
@ -2700,7 +2700,7 @@ export filters.")
(base32 "1cgx24wxh2ah5pff51rcrk6x8qcdjpkxcdak7s4cfzmxvjlshydd")))) (base32 "1cgx24wxh2ah5pff51rcrk6x8qcdjpkxcdak7s4cfzmxvjlshydd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtxmlpatterns" ,qtxmlpatterns) ("qtxmlpatterns" ,qtxmlpatterns)
("mesa" ,mesa) ("mesa" ,mesa)

View File

@ -88,7 +88,7 @@
("libintl" ,intltool) ("libintl" ,intltool)
("libxkbcommon" ,libxkbcommon))) ("libxkbcommon" ,libxkbcommon)))
(propagated-inputs (propagated-inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(synopsis "Fcitx Qt5 Input Context") (synopsis "Fcitx Qt5 Input Context")
(description "This package provides a Qt5 frontend for fcitx.") (description "This package provides a Qt5 frontend for fcitx.")
(home-page "https://github.com/fcitx/fcitx-qt5/") (home-page "https://github.com/fcitx/fcitx-qt5/")

View File

@ -271,7 +271,7 @@ for GTK+2/GTK+3 application.")
`(("fcitx5" ,fcitx5) `(("fcitx5" ,fcitx5)
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("libxkbcommon" ,libxkbcommon) ("libxkbcommon" ,libxkbcommon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("gettext" ,gettext-minimal))) ("gettext" ,gettext-minimal)))
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
@ -317,7 +317,7 @@ for Qt based application.")
("fmt" ,fmt) ("fmt" ,fmt)
("libpthread-stubs" ,libpthread-stubs) ("libpthread-stubs" ,libpthread-stubs)
("opencc" ,opencc) ("opencc" ,opencc)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("fcitx5-qt" ,fcitx5-qt) ("fcitx5-qt" ,fcitx5-qt)
("qtwebkit" ,qtwebkit))) ("qtwebkit" ,qtwebkit)))
(native-inputs (native-inputs
@ -365,7 +365,7 @@ including input methods previous bundled inside Fcitx 4:
(inputs (inputs
`(("fcitx5" ,fcitx5) `(("fcitx5" ,fcitx5)
("fcitx5-qt" ,fcitx5-qt) ("fcitx5-qt" ,fcitx5-qt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("kitemviews" ,kitemviews) ("kitemviews" ,kitemviews)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)

View File

@ -138,7 +138,7 @@
("libevent" ,libevent) ("libevent" ,libevent)
("miniupnpc" ,miniupnpc) ("miniupnpc" ,miniupnpc)
("openssl" ,openssl) ("openssl" ,openssl)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list (list
@ -773,7 +773,7 @@ the Monero command line client and daemon.")
`(,@(package-inputs monero) `(,@(package-inputs monero)
("libgcrypt" ,libgcrypt) ("libgcrypt" ,libgcrypt)
("monero" ,monero) ("monero" ,monero)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
@ -1309,7 +1309,7 @@ Trezor wallet.")
("openssl" ,openssl) ("openssl" ,openssl)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("qrencode" ,qrencode) ("qrencode" ,qrencode)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zeromq" ,zeromq) ("zeromq" ,zeromq)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
@ -1422,7 +1422,7 @@ following three utilities are included with the library:
("openssl" ,openssl) ("openssl" ,openssl)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("qrencode" ,qrencode) ("qrencode" ,qrencode)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zeromq" ,zeromq) ("zeromq" ,zeromq)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
@ -1496,7 +1496,7 @@ a Qt GUI.")
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("python" ,python) `(("python" ,python)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("rocksdb" ,rocksdb) ("rocksdb" ,rocksdb)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://gitlab.com/FloweeTheHub/fulcrum/") (home-page "https://gitlab.com/FloweeTheHub/fulcrum/")
@ -1561,7 +1561,7 @@ like Flowee the Hub, which Fulcrum connects to over RPC.")
("libevent" ,libevent) ("libevent" ,libevent)
("miniupnpc" ,miniupnpc) ("miniupnpc" ,miniupnpc)
("openssl" ,openssl) ("openssl" ,openssl)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools) ("qttools" ,qttools)

View File

@ -333,7 +333,7 @@ RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.")
#t)))))) #t))))))
(inputs (inputs
`(("libusb" ,libusb) `(("libusb" ,libusb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://glassechidna.com.au/heimdall/") (home-page "https://glassechidna.com.au/heimdall/")
(synopsis "Flash firmware onto Samsung mobile devices") (synopsis "Flash firmware onto Samsung mobile devices")
@ -476,7 +476,7 @@ ME as far as possible (it only edits ME firmware image files).")
"/bin")) "/bin"))
#t))))) #t)))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://github.com/LongSoft/UEFITool/") (home-page "https://github.com/LongSoft/UEFITool/")
(synopsis "UEFI image editor") (synopsis "UEFI image editor")
(description "@code{uefitool} is a graphical image file editor for (description "@code{uefitool} is a graphical image file editor for

View File

@ -289,7 +289,7 @@ Includes the actual FTDI connector.")
("eigen" ,eigen) ("eigen" ,eigen)
("icestorm" ,icestorm) ("icestorm" ,icestorm)
("python" ,python) ("python" ,python)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("yosys" ,yosys))) ("yosys" ,yosys)))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments

View File

@ -461,7 +461,7 @@ support.")
"1prajkx1xpp3csa0xpkrn3c2cnzvmwzxgrqb9d3gqszp3sllr2dg")))) "1prajkx1xpp3csa0xpkrn3c2cnzvmwzxgrqb9d3gqszp3sllr2dg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -1612,7 +1612,7 @@ of use.")
("mygui" ,mygui-gl) ; OpenMW does not need Ogre. ("mygui" ,mygui-gl) ; OpenMW does not need Ogre.
("openal" ,openal) ("openal" ,openal)
("openscenegraph" ,openmw-openscenegraph) ("openscenegraph" ,openmw-openscenegraph)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl" ,sdl2) ("sdl" ,sdl2)
("unshield" ,unshield))) ("unshield" ,unshield)))
(synopsis "Re-implementation of the RPG Morrowind engine") (synopsis "Re-implementation of the RPG Morrowind engine")
@ -2431,7 +2431,7 @@ utilities frequently used in roguelikes.")
("mesa" ,mesa) ("mesa" ,mesa)
("openal" ,openal) ("openal" ,openal)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("sdl2" ,sdl2) ("sdl2" ,sdl2)
("uuid.h" ,util-linux "lib") ("uuid.h" ,util-linux "lib")

View File

@ -928,7 +928,7 @@ want what you have.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("protobuf" ,protobuf) `(("protobuf" ,protobuf)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qttools" ,qttools) ("qttools" ,qttools)
@ -2414,7 +2414,7 @@ and defeat them with your bubbles!")
("luajit" ,luajit) ("luajit" ,luajit)
("openal" ,openal) ("openal" ,openal)
("physfs" ,physfs) ("physfs" ,physfs)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl2" ,(sdl-union (list sdl2 sdl2-image sdl2-ttf))))) ("sdl2" ,(sdl-union (list sdl2 sdl2-image sdl2-ttf)))))
(home-page "https://www.solarus-games.org/") (home-page "https://www.solarus-games.org/")
(synopsis "Lightweight game engine for Action-RPGs") (synopsis "Lightweight game engine for Action-RPGs")
@ -5191,7 +5191,7 @@ in-window at 640x480 resolution or fullscreen.")
("miniupnpc" ,miniupnpc) ("miniupnpc" ,miniupnpc)
("openal" ,openal) ("openal" ,openal)
("physfs" ,physfs) ("physfs" ,physfs)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("openssl" ,openssl) ("openssl" ,openssl)
("sdl2" ,sdl2) ("sdl2" ,sdl2)
@ -7245,7 +7245,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
;; with multiple "QPainter:: ... Painter not active" warnings. ;; with multiple "QPainter:: ... Painter not active" warnings.
#:tests? #f)) #:tests? #f))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("cmake" ,cmake-minimal) `(("cmake" ,cmake-minimal)
@ -8962,7 +8962,7 @@ a fortress beyond the forbidden swamp.")
("mesa" ,mesa) ("mesa" ,mesa)
("miniupnpc" ,miniupnpc) ("miniupnpc" ,miniupnpc)
("openal" ,openal) ("openal" ,openal)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("readline" ,readline) ("readline" ,readline)
("sdl" ,sdl2) ("sdl" ,sdl2)
("tinyxml" ,tinyxml) ("tinyxml" ,tinyxml)
@ -9296,7 +9296,7 @@ and also provides the base for the FlightGear Flight Simulator.")
("openal" ,openal) ("openal" ,openal)
("openscenegraph" ,openscenegraph-3.4) ("openscenegraph" ,openscenegraph-3.4)
("plib" ,plib) ("plib" ,plib)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("simgear" ,simgear) ("simgear" ,simgear)
@ -9423,7 +9423,7 @@ play with up to four players simultaneously. It has network support.")
("libpng" ,libpng) ("libpng" ,libpng)
("lua" ,lua-5.1) ("lua" ,lua-5.1)
("physfs" ,physfs) ("physfs" ,physfs)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl" ,(sdl-union ("sdl" ,(sdl-union
(list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image))))) (list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image)))))
(native-inputs (native-inputs
@ -10108,7 +10108,7 @@ remake of that series or any other game.")
("ocl-icd" ,ocl-icd) ("ocl-icd" ,ocl-icd)
("openblas" ,openblas) ("openblas" ,openblas)
("opencl-headers" ,opencl-headers) ("opencl-headers" ,opencl-headers)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
'(#:configure-flags '("-DUSE_BLAS=YES") '(#:configure-flags '("-DUSE_BLAS=YES")
@ -10151,7 +10151,7 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(arguments (arguments
@ -10243,7 +10243,7 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("python" ,python-wrapper) ("python" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
@ -10291,7 +10291,7 @@ This package is part of the KDE games module.")
("knewstuff" ,knewstuff) ("knewstuff" ,knewstuff)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10330,7 +10330,7 @@ This package is part of the KDE games module.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Miniature golf game") (synopsis "Miniature golf game")
@ -10374,7 +10374,7 @@ This package is part of the KDE games module.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Shared library for kmahjongg and kshisen") (synopsis "Shared library for kmahjongg and kshisen")
@ -10407,7 +10407,7 @@ other Mah Jongg like games.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("libkmahjongg" ,libkmahjongg) ("libkmahjongg" ,libkmahjongg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10450,7 +10450,7 @@ This package is part of the KDE games module.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("libkmahjongg" ,libkmahjongg) ("libkmahjongg" ,libkmahjongg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Shisen-Sho solitaire game") (synopsis "Shisen-Sho solitaire game")
@ -10495,7 +10495,7 @@ This package is part of the KDE games module.")
("python" ,python) ("python" ,python)
("python-twisted" ,python-twisted) ("python-twisted" ,python-twisted)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Classical Mah Jongg game for 4 players") (synopsis "Classical Mah Jongg game for 4 players")
@ -10538,7 +10538,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Breakout like game") (synopsis "Breakout like game")
@ -10577,7 +10577,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Classical mine sweeper game") (synopsis "Classical mine sweeper game")
@ -10614,7 +10614,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10654,7 +10654,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10693,7 +10693,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10737,7 +10737,7 @@ This package is part of the KDE games module.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("glu" ,glu) ("glu" ,glu)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10794,7 +10794,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Place 5 equal pieces together, but wait, there are 3 new ones") (synopsis "Place 5 equal pieces together, but wait, there are 3 new ones")
@ -10838,7 +10838,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Action and puzzle solving game") (synopsis "Action and puzzle solving game")
@ -10882,7 +10882,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Three-in-a-row game") (synopsis "Three-in-a-row game")
@ -10918,7 +10918,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -10958,7 +10958,7 @@ This package is part of the KDE games module.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11000,7 +11000,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Turn the board pieces to get all computers connected") (synopsis "Turn the board pieces to get all computers connected")
@ -11039,7 +11039,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Arcade bombing game") (synopsis "Arcade bombing game")
@ -11084,7 +11084,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11121,7 +11121,7 @@ This package is part of the KDE games module.")
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("phonon" ,phonon) ("phonon" ,phonon)
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -11183,7 +11183,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("shared-mime-info" ,shared-mime-info))) ("shared-mime-info" ,shared-mime-info)))
@ -11225,7 +11225,7 @@ This package is part of the KDE games module.")
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Yahtzee dice game") (synopsis "Yahtzee dice game")
@ -11265,7 +11265,7 @@ This package is part of the KDE games module.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11311,7 +11311,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11352,7 +11352,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11391,7 +11391,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11431,7 +11431,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11465,7 +11465,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11505,7 +11505,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Port of the classic BSD console game robots") (synopsis "Port of the classic BSD console game robots")
@ -11547,7 +11547,7 @@ This package is part of the KDE games module.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11585,7 +11585,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Simple ball dodging game") (synopsis "Simple ball dodging game")
@ -11626,7 +11626,7 @@ This package is part of the KDE games module.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Battleship board game with built-in game server") (synopsis "Battleship board game with built-in game server")
@ -11666,7 +11666,7 @@ This package is part of the KDE games module.")
("kio" ,kio) ("kio" ,kio)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11708,7 +11708,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Dots and Boxes game") (synopsis "Dots and Boxes game")
@ -11745,7 +11745,7 @@ This package is part of the KDE games module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -11908,7 +11908,7 @@ and chess engines.")
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtspeech" ,qtspeech) ("qtspeech" ,qtspeech)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
@ -12239,7 +12239,7 @@ game.") ;thanks to Debian for description
("libgcrypt" ,libgcrypt) ("libgcrypt" ,libgcrypt)
("libircclient" ,libircclient) ("libircclient" ,libircclient)
("protobuf" ,protobuf-2) ; remove package when no longer needed ("protobuf" ,protobuf-2) ; remove package when no longer needed
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sdl" ,(sdl-union (list sdl sdl-mixer))) ("sdl" ,(sdl-union (list sdl sdl-mixer)))
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("tinyxml" ,tinyxml) ("tinyxml" ,tinyxml)

View File

@ -1247,7 +1247,7 @@ map display. Downloads map data from a number of websites, including
("libpng" ,libpng) ("libpng" ,libpng)
("openjpeg" ,openjpeg) ("openjpeg" ,openjpeg)
("proj.4" ,proj.4) ("proj.4" ,proj.4)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(synopsis "Weather Forecast Visualization") (synopsis "Weather Forecast Visualization")
(description (description
@ -1663,7 +1663,7 @@ using the dataset of topographical information collected by
`(("gdal" ,gdal) `(("gdal" ,gdal)
("libjpeg-turbo" ,libjpeg-turbo) ("libjpeg-turbo" ,libjpeg-turbo)
("proj" ,proj) ("proj" ,proj)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
@ -2282,7 +2282,7 @@ growing set of geoscientific methods.")
("python-urllib3" ,python-urllib3) ("python-urllib3" ,python-urllib3)
("qca" ,qca) ("qca" ,qca)
("qscintilla" ,qscintilla) ("qscintilla" ,qscintilla)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtkeychain" ,qtkeychain) ("qtkeychain" ,qtkeychain)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)

View File

@ -410,7 +410,7 @@ and every application benefits from this.")
,@(package-native-inputs gpgme))) ,@(package-native-inputs gpgme)))
(inputs (inputs
`(("gpgme" ,gpgme) `(("gpgme" ,gpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
,@(package-inputs gpgme))) ,@(package-inputs gpgme)))
(synopsis "Qt API bindings for gpgme") (synopsis "Qt API bindings for gpgme")
(description "QGpgme provides a very high level Qt API around GpgMEpp. (description "QGpgme provides a very high level Qt API around GpgMEpp.
@ -863,7 +863,7 @@ software.")))
(arguments (arguments
`(#:configure-flags '("--enable-fallback-curses"))) `(#:configure-flags '("--enable-fallback-curses")))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
,@(package-inputs pinentry-tty))) ,@(package-inputs pinentry-tty)))
(description (description
"Pinentry provides a console and a Qt GUI that allows users to enter a "Pinentry provides a console and a Qt GUI that allows users to enter a

View File

@ -144,7 +144,7 @@ locally for later listening.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qt" ,qtbase))) `(("qt" ,qtbase-5)))
(arguments (arguments
`(#:configure-flags '("-DMYGPO_BUILD_TESTS=ON") `(#:configure-flags '("-DMYGPO_BUILD_TESTS=ON")
;; TODO: Enable tests when https://github.com/gpodder/gpodder/issues/446 ;; TODO: Enable tests when https://github.com/gpodder/gpodder/issues/446

View File

@ -85,7 +85,7 @@
(inputs (inputs
`(("expat" ,expat) `(("expat" ,expat)
("libusb" ,libusb) ("libusb" ,libusb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("which" ,which) `(("which" ,which)
@ -207,7 +207,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(string-append "PREFIX=" (string-append "PREFIX="
(assoc-ref outputs "out")))))))) (assoc-ref outputs "out"))))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(home-page "https://www.gpxsee.org") (home-page "https://www.gpxsee.org")
@ -246,7 +246,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
("python-pygobject" ,python-pygobject) ("python-pygobject" ,python-pygobject)
("python-pyserial" ,python-pyserial) ("python-pyserial" ,python-pyserial)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:scons-flags `(#:scons-flags
(list (string-append "prefix=" %output) (list (string-append "prefix=" %output)

View File

@ -1500,7 +1500,7 @@ exec -a \"$0\" ~a/.brdf-real~%"
(native-inputs (native-inputs
`(("qttools" ,qttools))) ;for 'qmake' `(("qttools" ,qttools))) ;for 'qmake'
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("mesa" ,mesa) ("mesa" ,mesa)
("glew" ,glew) ("glew" ,glew)
("freeglut" ,freeglut) ("freeglut" ,freeglut)
@ -1936,7 +1936,7 @@ Automated palette selection is supported.")
("libvpx" ,libvpx) ("libvpx" ,libvpx)
("libxi" ,libxi) ("libxi" ,libxi)
;; ("miniupnpc" ,miniupnpc) ;segfaults for some reason ;; ("miniupnpc" ,miniupnpc) ;segfaults for some reason
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtkeychain" ,qtkeychain) ("qtkeychain" ,qtkeychain)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)

View File

@ -767,7 +767,7 @@ model to base your own plug-in on, here it is.")
("openssl" ,openssl) ("openssl" ,openssl)
("opus" ,opus) ("opus" ,opus)
("orc" ,orc) ("orc" ,orc)
;("qtbase" ,qtbase) ;("qtbase" ,qtbase-5)
;("qtdeclarative" ,qtdeclarative) ;("qtdeclarative" ,qtdeclarative)
;("qtx11extras" ,qtx11extras) ;("qtx11extras" ,qtx11extras)
("soundtouch" ,soundtouch) ("soundtouch" ,soundtouch)

View File

@ -707,7 +707,7 @@ including 2D color images.")
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("gmic" ,gmic) `(("gmic" ,gmic)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
,@(package-inputs gmic))) ,@(package-inputs gmic)))
(synopsis "Qt frontend for the G'MIC image processing framework") (synopsis "Qt frontend for the G'MIC image processing framework")
(license license:gpl3+))) (license license:gpl3+)))
@ -1035,7 +1035,7 @@ combine the information contained in both.")
;; not with 4.13. It really needs to be 4.12. ;; not with 4.13. It really needs to be 4.12.
("itk" ,insight-toolkit-4.12) ("itk" ,insight-toolkit-4.12)
("vtk" ,vtk-6) ("vtk" ,vtk-6)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("vxl" ,vxl-1) ("vxl" ,vxl-1)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -1162,7 +1162,7 @@ substituted by matching images.")
("libjpeg" ,libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng) ("libpng" ,libpng)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments

View File

@ -358,7 +358,7 @@ It supports JPEG, PNG and GIF formats.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
@ -527,7 +527,7 @@ For PDF support, install the @emph{mupdf} package.")
(("updateText\\(\\);") "")) (("updateText\\(\\);") ""))
#t))))) #t)))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtimageformats" ,qtimageformats))) ("qtimageformats" ,qtimageformats)))
(home-page "https://interversehq.com/qview/") (home-page "https://interversehq.com/qview/")
@ -733,7 +733,7 @@ to set X desktop background.")
("opencv" ,opencv) ("opencv" ,opencv)
("python" ,python-wrapper) ("python" ,python-wrapper)
("quazip" ,quazip) ("quazip" ,quazip)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)

View File

@ -1824,7 +1824,7 @@ parsing, viewing, modifying, and saving this metadata.")
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(arguments (arguments
`(#:tests? #f)) ;no tests `(#:tests? #f)) ;no tests

View File

@ -131,7 +131,7 @@
`(("inxi" ,inxi-minimal) `(("inxi" ,inxi-minimal)
("libdbusmenu-qt" ,libdbusmenu-qt) ("libdbusmenu-qt" ,libdbusmenu-qt)
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)

View File

@ -475,7 +475,7 @@ protocols, as well as decentralized calling using P2P-DHT.")
`(("libring" ,libring) `(("libring" ,libring)
("network-manager" ,network-manager))) ("network-manager" ,network-manager)))
(propagated-inputs (propagated-inputs
`(("qtbase" ,qtbase))) ; Qt is included in several installed headers. `(("qtbase" ,qtbase-5))) ; Qt is included in several installed headers.
(arguments (arguments
`(#:tests? #f ; There is no testsuite. `(#:tests? #f ; There is no testsuite.
#:configure-flags #:configure-flags

View File

@ -1512,7 +1512,7 @@ build tree Yggdrasil.")
;; There's a Julia file for each platform, override them all ;; There's a Julia file for each platform, override them all
(find-files "src/wrappers/" "\\.jl$"))))))) (find-files "src/wrappers/" "\\.jl$")))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(propagated-inputs (propagated-inputs
`(("julia-jllwrappers" ,julia-jllwrappers) `(("julia-jllwrappers" ,julia-jllwrappers)
("julia-libglvnd-jll" ,julia-libglvnd-jll) ("julia-libglvnd-jll" ,julia-libglvnd-jll)

View File

@ -98,7 +98,7 @@
"10c5xs5shk0dcshpdxg564ay5y8hgmvfvmlhmhjf0dy79kcah3c3")))) "10c5xs5shk0dcshpdxg564ay5y8hgmvfvmlhmhjf0dy79kcah3c3"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("qtbase" ,qtbase))) ; For tests (needs qmake) `(("qtbase" ,qtbase-5))) ; For tests (needs qmake)
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -165,7 +165,7 @@ common build settings used in software produced by the KDE community.")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
'("-DCMAKE_CXX_FLAGS=-fPIC" '("-DCMAKE_CXX_FLAGS=-fPIC"
@ -204,9 +204,9 @@ common build settings used in software produced by the KDE community.")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("gstreamer" ,gstreamer) ("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
@ -252,7 +252,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Open Collaboration Service client library") (synopsis "Open Collaboration Service client library")
(description "Attica is a Qt library that implements the Open (description "Attica is a Qt library that implements the Open
@ -286,7 +286,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
("extra-cmake-modules" ,extra-cmake-modules))) ("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
;; TODO: qtdeclarative (yields one failing test) ;; TODO: qtdeclarative (yields one failing test)
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list (string-append (list (string-append
@ -319,7 +319,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
("fdupes" ,fdupes) ("fdupes" ,fdupes)
("libxml2" ,libxml2))) ("libxml2" ,libxml2)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Default KDE Plasma 5 icon theme") (synopsis "Default KDE Plasma 5 icon theme")
(description "Breeze provides a freedesktop.org compatible icon theme. (description "Breeze provides a freedesktop.org compatible icon theme.
@ -356,7 +356,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
("python-jinja2" ,python-jinja2) ("python-jinja2" ,python-jinja2)
("python-pyyaml" ,python-pyyaml))) ("python-pyyaml" ,python-pyyaml)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Doxygen Tools") (synopsis "KDE Doxygen Tools")
(description "This framework contains scripts and data for building API (description "This framework contains scripts and data for building API
@ -389,7 +389,7 @@ documentation.")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("bzip2" ,bzip2) `(("bzip2" ,bzip2)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("xz" ,xz) ("xz" ,xz)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -425,7 +425,7 @@ GZip format, via a subclass of QIODevice.")
("tzdata" ,tzdata-for-tests))) ("tzdata" ,tzdata-for-tests)))
(inputs (inputs
`(("libical" ,libical) `(("libical" ,libical)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -485,7 +485,7 @@ and the older vCalendar.")
("gperf" ,gperf) ("gperf" ,gperf)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "String encoding and manipulating library") (synopsis "String encoding and manipulating library")
(description "KCodecs provide a collection of methods to manipulate (description "KCodecs provide a collection of methods to manipulate
@ -523,7 +523,7 @@ Internet).")
("qttools" ,qttools) ("qttools" ,qttools)
("xorg-server" ,xorg-server-for-tests))) ("xorg-server" ,xorg-server-for-tests)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -588,7 +588,7 @@ propagate their changes to their respective configuration files.")
;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam ;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
("xorg-server" ,xorg-server-for-tests))) ; for the tests ("xorg-server" ,xorg-server-for-tests))) ; for the tests
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -644,7 +644,7 @@ many more.")
("dbus" ,dbus) ("dbus" ,dbus)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("kinit" ,kinit-bootstrap))) ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons. ("kinit" ,kinit-bootstrap))) ;; kinit-bootstrap: kinit package which does not depend on kdbusaddons.
(arguments (arguments
@ -688,7 +688,7 @@ as well as an API to create KDED modules.")
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("avahi" ,avahi) ; alternativly dnssd could be used `(("avahi" ,avahi) ; alternativly dnssd could be used
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Network service discovery using Zeroconf") (synopsis "Network service discovery using Zeroconf")
(description "KDNSSD is a library for handling the DNS-based Service (description "KDNSSD is a library for handling the DNS-based Service
@ -711,7 +711,7 @@ infrastructure.")
"1h6pgg89gvxl8gw7wmkabyqqrzad5pxyv5lsmn1fl4ir8lcc5q2l")))) "1h6pgg89gvxl8gw7wmkabyqqrzad5pxyv5lsmn1fl4ir8lcc5q2l"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("boost" ,boost) ("boost" ,boost)
("graphviz" ,graphviz) ("graphviz" ,graphviz)
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
@ -749,7 +749,7 @@ replace the other outdated Graphviz tools.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for graphical user interfaces") (synopsis "Utilities for graphical user interfaces")
@ -784,7 +784,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://invent.kde.org/frameworks/kholidays") (home-page "https://invent.kde.org/frameworks/kholidays")
(synopsis "Library for regional holiday information") (synopsis "Library for regional holiday information")
@ -812,7 +812,7 @@ other special events for a geographical region.")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(arguments (arguments
@ -854,7 +854,7 @@ translation scripting.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libxscrnsaver" ,libxscrnsaver) ; X-Screensaver based poller, fallback mode `(("libxscrnsaver" ,libxscrnsaver) ; X-Screensaver based poller, fallback mode
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Reporting of idle time of user and system") (synopsis "Reporting of idle time of user and system")
@ -889,7 +889,7 @@ or user activity.")
;; TODO: Find a way to activate this optional include without ;; TODO: Find a way to activate this optional include without
;; introducing a recursive dependency. ;; introducing a recursive dependency.
;;("plasma-frameworks" ,plasma-framework) ;; Tier 3! ;;("plasma-frameworks" ,plasma-framework) ;; Tier 3!
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
@ -919,7 +919,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item models extending the Qt model-view framework") (synopsis "Set of item models extending the Qt model-view framework")
@ -971,7 +971,7 @@ model to observers
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item views extending the Qt model-view framework") (synopsis "Set of item views extending the Qt model-view framework")
(description "KItemViews includes a set of views, which can be used with (description "KItemViews includes a set of views, which can be used with
@ -997,7 +997,7 @@ to flat and hierarchical lists.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Data plotting library") (synopsis "Data plotting library")
(description "KPlotWidget is a QWidget-derived class that provides a virtual (description "KPlotWidget is a QWidget-derived class that provides a virtual
@ -1028,7 +1028,7 @@ pixel units.")
;; Optional, for compile-time validation of syntax definition files: ;; Optional, for compile-time validation of syntax definition files:
("qtxmlpatterns" ,qtxmlpatterns))) ("qtxmlpatterns" ,qtxmlpatterns)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1074,7 +1074,7 @@ integration with a custom editor as well as a ready-to-use
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtwayland" ,qtwayland) ("qtwayland" ,qtwayland)
("wayland" ,wayland) ("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols))) ("wayland-protocols" ,wayland-protocols)))
@ -1116,7 +1116,7 @@ represented by a QPoint or a QSize.")
("qttools" ,qttools) ("qttools" ,qttools)
("xorg-server" ,xorg-server-for-tests))) ("xorg-server" ,xorg-server-for-tests)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1157,7 +1157,7 @@ configuration pages, message boxes, and password requests.")
("xorg-server" ,xorg-server-for-tests))) ; for the tests ("xorg-server" ,xorg-server-for-tests))) ; for the tests
(inputs (inputs
`(("libxrender" ,libxrender) `(("libxrender" ,libxrender)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("xcb-utils-keysyms" ,xcb-util-keysyms) ("xcb-utils-keysyms" ,xcb-util-keysyms)
("xcb-util-wm" ,xcb-util-wm))) ("xcb-util-wm" ,xcb-util-wm)))
@ -1219,7 +1219,7 @@ lower level classes for interaction with the X Windowing System.")
;; Headers contain #include <ModemManager/ModemManager.h> ;; Headers contain #include <ModemManager/ModemManager.h>
`(("modem-manager" ,modem-manager))) `(("modem-manager" ,modem-manager)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1258,7 +1258,7 @@ messages.")
;; #include <libnm/NetworkManager.h> ;; #include <libnm/NetworkManager.h>
`(("network-manager" ,network-manager))) `(("network-manager" ,network-manager)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1292,7 +1292,7 @@ which are used in DBus communication.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("fdupes" ,fdupes))) ("fdupes" ,fdupes)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Oxygen provides the standard icon theme for the KDE desktop") (synopsis "Oxygen provides the standard icon theme for the KDE desktop")
(description "Oxygen icon theme for the KDE desktop") (description "Oxygen icon theme for the KDE desktop")
@ -1317,7 +1317,7 @@ which are used in DBus communication.")
(inputs (inputs
`(("libdmtx" ,libdmtx) `(("libdmtx" ,libdmtx)
("qrencode" ,qrencode) ("qrencode" ,qrencode)
("qtbase" ,qtbase))) ;; TODO: rethink: nix propagates this ("qtbase" ,qtbase-5))) ;; TODO: rethink: nix propagates this
(home-page "https://api.kde.org/frameworks/prison/html/index.html") (home-page "https://api.kde.org/frameworks/prison/html/index.html")
(synopsis "Barcode generation abstraction layer") (synopsis "Barcode generation abstraction layer")
(description "Prison is a Qt-based barcode abstraction layer/library and (description "Prison is a Qt-based barcode abstraction layer/library and
@ -1343,7 +1343,7 @@ provides uniform access to generation of barcodes with data.")
`(("glib" ,glib) `(("glib" ,glib)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/libraries/pulseaudio-qt/") (home-page "https://invent.kde.org/libraries/pulseaudio-qt/")
(synopsis "Qt bindings for PulseAudio") (synopsis "Qt bindings for PulseAudio")
(description (description
@ -1378,7 +1378,7 @@ libpulse.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kiconthemes" ,kiconthemes) ; optional ("kiconthemes" ,kiconthemes) ; optional
("kirigami" ,kirigami) ("kirigami" ,kirigami)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols2" ,qtquickcontrols2))) ("qtquickcontrols2" ,qtquickcontrols2)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -1417,7 +1417,7 @@ feel.")
("flex" ,flex) ("flex" ,flex)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("udev" ,eudev))) ("udev" ,eudev)))
;; TODO: Add runtime-only dependency MediaPlayerInfo ;; TODO: Add runtime-only dependency MediaPlayerInfo
@ -1449,7 +1449,7 @@ system.")
(inputs (inputs
`(("hunspell" ,hunspell) `(("hunspell" ,hunspell)
;; TODO: hspell (for Hebrew), Voikko (for Finish) ;; TODO: hspell (for Hebrew), Voikko (for Finish)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Multi-language spell checker") (synopsis "Multi-language spell checker")
(description "Sonnet is a plugin-based spell checking library for Qt-based (description "Sonnet is a plugin-based spell checking library for Qt-based
@ -1474,7 +1474,7 @@ ASpell and HUNSPELL.")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Helper for multithreaded programming") (synopsis "Helper for multithreaded programming")
(description "ThreadWeaver is a helper for multithreaded programming. It (description "ThreadWeaver is a helper for multithreaded programming. It
@ -1519,7 +1519,7 @@ uses a job-based interface to queue tasks and execute them in an efficient way."
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -1553,7 +1553,7 @@ with other frameworks.")
(inputs (inputs
`(("kcoreaddons" ,kcoreaddons) `(("kcoreaddons" ,kcoreaddons)
("polkit-qt" ,polkit-qt) ("polkit-qt" ,polkit-qt)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1599,7 +1599,7 @@ utilities.")
(inputs (inputs
`(("kconfig" ,kconfig) `(("kconfig" ,kconfig)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Powerful autocompletion framework and widgets") (synopsis "Powerful autocompletion framework and widgets")
(description "This framework helps implement autocompletion in Qt-based (description "This framework helps implement autocompletion in Qt-based
@ -1625,7 +1625,7 @@ integrated it into your application's other widgets.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("xorg-server" ,xorg-server))) ; for the tests ("xorg-server" ,xorg-server))) ; for the tests
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(propagated-inputs (propagated-inputs
`(;; As required by KF5ContactsConfig.cmake. `(;; As required by KF5ContactsConfig.cmake.
("kcodecs" ,kcodecs) ("kcodecs" ,kcodecs)
@ -1672,7 +1672,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
(inputs (inputs
`(("kcoreaddons" ,kcoreaddons) `(("kcoreaddons" ,kcoreaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Graceful handling of application crashes") (synopsis "Graceful handling of application crashes")
@ -1705,7 +1705,7 @@ application crashes.")
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("perl" ,perl) ("perl" ,perl)
("perl-uri" ,perl-uri) ("perl-uri" ,perl-uri)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1775,7 +1775,7 @@ from DocBook files.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
;; Required run-time packages ;; Required run-time packages
("catdoc" ,catdoc) ("catdoc" ,catdoc)
;; Optional run-time packages ;; Optional run-time packages
@ -1811,7 +1811,7 @@ by applications to write metadata.")
(inputs (inputs
`(("karchive" ,karchive) ; for Krita and OpenRaster images `(("karchive" ,karchive) ; for Krita and OpenRaster images
("openexr" ,openexr) ; for OpenEXR high dynamic-range images ("openexr" ,openexr) ; for OpenEXR high dynamic-range images
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1865,7 +1865,7 @@ formats.")
(inputs (inputs
`(("kcoreaddons" ,kcoreaddons) `(("kcoreaddons" ,kcoreaddons)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Widgets for showing progress of asynchronous jobs") (synopsis "Widgets for showing progress of asynchronous jobs")
@ -1897,7 +1897,7 @@ asynchronous jobs.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtspeech" ,qtspeech) ("qtspeech" ,qtspeech)
;; TODO: Think about adding dbusmenu-qt5 from ;; TODO: Think about adding dbusmenu-qt5 from
;; https://launchpad.net/libdbusmenu-qt ;; https://launchpad.net/libdbusmenu-qt
@ -1945,7 +1945,7 @@ covers feedback and persistent events.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kdoctools" ,kdoctools) ("kdoctools" ,kdoctools)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -2001,7 +2001,7 @@ were traditional plugins.")
`(("kcoreaddons" ,kcoreaddons) `(("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
;; TODO: utempter, for managing UTMP entries ;; TODO: utempter, for managing UTMP entries
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f ; FIXME: 1/1 tests fail. `(#:tests? #f ; FIXME: 1/1 tests fail.
#:phases #:phases
@ -2046,7 +2046,7 @@ and communicating with them using a pty.")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("ki18n" ,ki18n) `(("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Converting physical units") (synopsis "Converting physical units")
(description "KUnitConversion provides functions to convert values in (description "KUnitConversion provides functions to convert values in
@ -2073,7 +2073,7 @@ gallons).")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("kcodecs" ,kcodecs) `(("kcodecs" ,kcodecs)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "RSS/Atom parser library") (synopsis "RSS/Atom parser library")
(description "@code{syndication} supports RSS (0.9/1.0, 0.91..2.0) and (description "@code{syndication} supports RSS (0.9/1.0, 0.91..2.0) and
@ -2123,7 +2123,7 @@ between feed formats.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("lmdb" ,lmdb) ("lmdb" ,lmdb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid))) ("solid" ,solid)))
(arguments (arguments
@ -2182,7 +2182,7 @@ maintaining an index of the contents of your files.")
`(("boost" ,boost) `(("boost" ,boost)
("kactivities" ,kactivities) ("kactivities" ,kactivities)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Access usage statistics collected by the activity manager") (synopsis "Access usage statistics collected by the activity manager")
@ -2219,7 +2219,7 @@ by which applications, and what documents have been linked to which activity.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -2281,7 +2281,7 @@ using the XBEL format.")
("kpackage" ,kpackage) ("kpackage" ,kpackage)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for KDE System Settings modules") (synopsis "Utilities for KDE System Settings modules")
@ -2316,7 +2316,7 @@ KCModules can be created with the KConfigWidgets framework.")
("kguiaddons" ,kguiaddons) ("kguiaddons" ,kguiaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
;; todo: PythonModuleGeneration ;; todo: PythonModuleGeneration
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qttools" ,qttools))) ("qttools" ,qttools)))
(arguments (arguments
`(#:phases `(#:phases
@ -2376,7 +2376,7 @@ their settings.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libepoxy" ,libepoxy) ("libepoxy" ,libepoxy)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid))) ("solid" ,solid)))
(arguments (arguments
@ -2423,7 +2423,7 @@ that offer bindings to some of the Frameworks.")
("kdoctools" ,kdoctools) ("kdoctools" ,kdoctools)
("kinit" ,kinit) ("kinit" ,kinit)
("kservice" ,kservice) ("kservice" ,kservice)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Central daemon of KDE work spaces") (synopsis "Central daemon of KDE work spaces")
(description "KDED stands for KDE Daemon. KDED runs in the background and (description "KDED stands for KDE Daemon. KDED runs in the background and
@ -2453,7 +2453,7 @@ started on demand.")
`(("kconfig" ,kconfig) `(("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kdoctools" ,kdoctools) ("kdoctools" ,kdoctools)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
;; optional: ;; optional:
("kcompletion" ,kcompletion) ("kcompletion" ,kcompletion)
("kconfigwidgets" ,kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
@ -2498,7 +2498,7 @@ ini-style description files.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kservice" ,kservice) ("kservice" ,kservice)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "User interface for running shell commands with root privileges") (synopsis "User interface for running shell commands with root privileges")
(description "KDESU provides functionality for building GUI front ends for (description "KDESU provides functionality for building GUI front ends for
@ -2531,7 +2531,7 @@ with su and ssh respectively.")
("kparts" ,kparts) ("kparts" ,kparts)
("kservice" ,kservice) ("kservice" ,kservice)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtwebkit" ,qtwebkit))) ("qtwebkit" ,qtwebkit)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Integration for QtWebKit") (synopsis "KDE Integration for QtWebKit")
@ -2561,7 +2561,7 @@ engine WebKit via QtWebKit.")
`(("karchive" ,karchive) `(("karchive" ,karchive)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -2605,7 +2605,7 @@ emoticons coming from different providers.")
("kservice" ,kservice) ("kservice" ,kservice)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("xcb-util-keysyms" ,xcb-util-keysyms))) ("xcb-util-keysyms" ,xcb-util-keysyms)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -2643,7 +2643,7 @@ window does not need focus for them to be activated.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kitemviews" ,kitemviews) ("kitemviews" ,kitemviews)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(arguments (arguments
`(#:phases `(#:phases
@ -2721,7 +2721,7 @@ in applications using the KDE Frameworks.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libcap" ,libcap) ; to install start_kdeinit with CAP_SYS_RESOURCE ("libcap" ,libcap) ; to install start_kdeinit with CAP_SYS_RESOURCE
("plasma-framework" ,plasma-framework) ("plasma-framework" ,plasma-framework)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Library to speed up start of applications on KDE workspaces") (synopsis "Library to speed up start of applications on KDE workspaces")
@ -2781,7 +2781,7 @@ consumption.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
@ -2863,7 +2863,7 @@ KIO enabled infrastructure.")
("kjobwidgets" ,kjobwidgets) ("kjobwidgets" ,kjobwidgets)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid) ("solid" ,solid)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
@ -2916,7 +2916,7 @@ specification.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Configuration dialog for desktop notifications") (synopsis "Configuration dialog for desktop notifications")
@ -2970,7 +2970,7 @@ notifications which can be embedded in your application.")
("kjobwidgets" ,kjobwidgets) ("kjobwidgets" ,kjobwidgets)
("kservice" ,kservice) ("kservice" ,kservice)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid) ("solid" ,solid)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -3002,7 +3002,7 @@ widgets with a user-interface defined in terms of actions.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kservice" ,kservice) ("kservice" ,kservice)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(arguments (arguments
`(#:tests? #f)) ; FIXME: 1/3 tests fail. `(#:tests? #f)) ; FIXME: 1/3 tests fail.
@ -3053,7 +3053,7 @@ to easily extend the contacts collection.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid) ("solid" ,solid)
("threadweaver" ,threadweaver))) ("threadweaver" ,threadweaver)))
@ -3117,7 +3117,7 @@ typed.")
("kdbusaddons" ,kdbusaddons) ("kdbusaddons" ,kdbusaddons)
("kdoctools" ,kdoctools) ("kdoctools" ,kdoctools)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f ; FIXME: 6/10 tests fail. `(#:tests? #f ; FIXME: 6/10 tests fail.
#:phases #:phases
@ -3192,7 +3192,7 @@ types or handled by application specific code.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libgit2" ,libgit2) ("libgit2" ,libgit2)
("perl" ,perl) ("perl" ,perl)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtxmlpatterns" ,qtxmlpatterns) ("qtxmlpatterns" ,qtxmlpatterns)
@ -3262,7 +3262,7 @@ library.")
("kservice" ,kservice) ("kservice" ,kservice)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtspeech" ,qtspeech))) ("qtspeech" ,qtspeech)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Text editing widgets") (synopsis "Text editing widgets")
@ -3305,7 +3305,7 @@ It supports rich text as well as plain text.")
("libgcrypt" ,libgcrypt) ("libgcrypt" ,libgcrypt)
("phonon" ,phonon) ("phonon" ,phonon)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Safe desktop-wide storage for passwords") (synopsis "Safe desktop-wide storage for passwords")
(description "This framework contains an interface to KWallet, a safe (description "This framework contains an interface to KWallet, a safe
@ -3345,7 +3345,7 @@ the passwords on KDE work spaces.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(arguments (arguments
`(#:tests? #f ; FIXME: 1/5 tests fail. `(#:tests? #f ; FIXME: 1/5 tests fail.
@ -3398,7 +3398,7 @@ descriptions for integrating actions from plugins.")
("kservice" ,kservice) ("kservice" ,kservice)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "XML-RPC client") (synopsis "XML-RPC client")
@ -3457,7 +3457,7 @@ setUrl, setUserAgent and call.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
@ -3504,7 +3504,7 @@ script engines.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("kirigami" ,kirigami) ("kirigami" ,kirigami)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(arguments (arguments
`(#:tests? #f ;; seem to require network; don't find QTQuick components `(#:tests? #f ;; seem to require network; don't find QTQuick components
@ -3582,7 +3582,7 @@ need.")
("knotificantions" ,knotifications) ("knotificantions" ,knotifications)
("kpackage" ,kpackage) ("kpackage" ,kpackage)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(arguments (arguments
`(#:phases `(#:phases
@ -3656,7 +3656,7 @@ workspace.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kunitconversion" ,kunitconversion) ("kunitconversion" ,kunitconversion)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(inputs (inputs
`(("kcompletion" ,kcompletion) `(("kcompletion" ,kcompletion)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
@ -3764,7 +3764,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
("libpng" ,libpng) ("libpng" ,libpng)
("openssl" ,openssl) ("openssl" ,openssl)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -3798,7 +3798,7 @@ technology and using KJS for JavaScript support.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("pcre" ,pcre) `(("pcre" ,pcre)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Frameworks 5 support for Javascript scripting in Qt (synopsis "KDE Frameworks 5 support for Javascript scripting in Qt
applications") applications")
@ -3831,7 +3831,7 @@ support.")
(inputs (inputs
`(("ki18n" ,ki18n) `(("ki18n" ,ki18n)
("kjs" ,kjs) ("kjs" ,kjs)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Frameworks 5 embedded Javascript engine for Qt") (synopsis "KDE Frameworks 5 embedded Javascript engine for Qt")
@ -3866,7 +3866,7 @@ QObjects, so you can script your applications.")
("kparts" ,kparts) ("kparts" ,kparts)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Frameworks 5 plugin interface for media player features") (synopsis "KDE Frameworks 5 plugin interface for media player features")
(description "KMediaPlayer builds on the KParts framework to provide a (description "KMediaPlayer builds on the KParts framework to provide a
@ -3903,7 +3903,7 @@ KParts instead.")
("kparts" ,kparts) ("kparts" ,kparts)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Frameworks 5 solution for application scripting") (synopsis "KDE Frameworks 5 solution for application scripting")

View File

@ -90,7 +90,7 @@
("purpose" ,purpose) ("purpose" ,purpose)
("qca" ,qca) ("qca" ,qca)
("qoauth" ,qoauth) ("qoauth" ,qoauth)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtnetworkauth" ,qtnetworkauth) ("qtnetworkauth" ,qtnetworkauth)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
@ -162,7 +162,7 @@ Other notable features include:
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("qca" ,qca) ("qca" ,qca)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
)) ))
(home-page "http://www.kde.org/") (home-page "http://www.kde.org/")
(synopsis "Versatile and user-friendly download manager") (synopsis "Versatile and user-friendly download manager")
@ -213,7 +213,7 @@ This package is part of the KDE networking module.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qca" ,qca) ("qca" ,qca)
("solid" ,solid) ("solid" ,solid)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
@ -302,7 +302,7 @@ Features are:
("phonon" ,phonon) ("phonon" ,phonon)
("qca" ,qca) ("qca" ,qca)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("speex" ,speex) ("speex" ,speex)
("v4l-utils" ,v4l-utils) ("v4l-utils" ,v4l-utils)
;; TODO: Xmms ;; TODO: Xmms
@ -358,7 +358,7 @@ This package is part of the KDE networking module.")
("libssh2" ,libssh) ("libssh2" ,libssh)
;; TODO: libvnc{server,client} - is not tigervnc-{server,client} ;; TODO: libvnc{server,client} - is not tigervnc-{server,client}
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/internet/org.kde.krdc") (home-page "https://kde.org/applications/internet/org.kde.krdc")
(synopsis "Remote desktop client") (synopsis "Remote desktop client")
(description "KRDC is a client application that allows you to view or even (description "KRDC is a client application that allows you to view or even
@ -412,7 +412,7 @@ This package is part of the KDE networking module.")
;; TODO: LibKWorkspace -> plasma-workspace? ;; TODO: LibKWorkspace -> plasma-workspace?
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("solid" ,solid) ("solid" ,solid)
@ -447,7 +447,7 @@ a full-featured client for BitTorrent.")
("kpimcommon" ,kpimcommon) ("kpimcommon" ,kpimcommon)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; 2/7 tests fail (due to network issues?) `(#:tests? #f)) ;; 2/7 tests fail (due to network issues?)
(home-page "https://invent.kde.org/pim/libgravatar") (home-page "https://invent.kde.org/pim/libgravatar")
@ -482,7 +482,7 @@ unnecessary network operations.")
("kio" ,kio) ("kio" ,kio)
("libgcrypt" ,libgcrypt) ("libgcrypt" ,libgcrypt)
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://invent.kde.org/network/libktorrent") (home-page "https://invent.kde.org/network/libktorrent")
(synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks") (synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks")

View File

@ -71,7 +71,7 @@
("libkcompactdisc" ,libkcompactdisc) ("libkcompactdisc" ,libkcompactdisc)
("libvorbis" ,libvorbis) ("libvorbis" ,libvorbis)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/multimedia/org.kde.kio_audiocd") (home-page "https://kde.org/applications/multimedia/org.kde.kio_audiocd")
(synopsis "Transparent audio CD integration for applications using the KDE (synopsis "Transparent audio CD integration for applications using the KDE
Platform") Platform")
@ -117,7 +117,7 @@ This package is part of the KDE multimedia module.")
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("phonon-backend-gstreamer" ,phonon-backend-gstreamer) ("phonon-backend-gstreamer" ,phonon-backend-gstreamer)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://kde.org/applications/multimedia/org.kde.dragonplayer") (home-page "https://kde.org/applications/multimedia/org.kde.dragonplayer")
(synopsis "Simple video player") (synopsis "Simple video player")
@ -169,7 +169,7 @@ This package is part of the KDE multimedia module.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ; not listed as dependency ("qtgraphicaleffects" ,qtgraphicaleffects) ; not listed as dependency
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -226,7 +226,7 @@ its own database. You can build and play your own playlist.")
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/multimedia/org.kde.ffmpegthumbs") (home-page "https://kde.org/applications/multimedia/org.kde.ffmpegthumbs")
(synopsis "Video thumbnail generator for KDE using ffmpeg") (synopsis "Video thumbnail generator for KDE using ffmpeg")
(description " (description "
@ -272,7 +272,7 @@ This package is part of the KDE multimedia module.")
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("phonon-backend-gstreamer" ,phonon-backend-gstreamer) ("phonon-backend-gstreamer" ,phonon-backend-gstreamer)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("taglib" ,taglib))) ("taglib" ,taglib)))
(home-page "https://kde.org/applications/multimedia/org.kde.juk") (home-page "https://kde.org/applications/multimedia/org.kde.juk")
@ -368,7 +368,7 @@ This package is part of the KDE multimedia module.")
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("libvorbis" ,libvorbis) ("libvorbis" ,libvorbis)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("shared-mime-info" ,shared-mime-info) ("shared-mime-info" ,shared-mime-info)
("solid" ,solid) ("solid" ,solid)
@ -414,7 +414,7 @@ available CD drives.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libxscrnsaver" ,libxscrnsaver) ("libxscrnsaver" ,libxscrnsaver)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("solid" ,solid) ("solid" ,solid)
("v4l-utils" ,v4l-utils) ; libdvbv5 ("v4l-utils" ,v4l-utils) ; libdvbv5
@ -468,7 +468,7 @@ autoloading of subtitle files for use while playing video.")
("kparts" ,kparts) ("kparts" ,kparts)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("purpose" ,purpose) ("purpose" ,purpose)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
@ -523,7 +523,7 @@ camera. Use it to take pictures and make videos to share.")
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("plasma-framework" ,plasma-framework) ("plasma-framework" ,plasma-framework)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://kde.org/applications/multimedia/org.kde.kmix") (home-page "https://kde.org/applications/multimedia/org.kde.kmix")
(synopsis "Volume control and mixer") (synopsis "Volume control and mixer")
@ -566,7 +566,7 @@ This package is part of the KDE multimedia module.")
("libxcb" ,libxcb) ;; FIXME: why does cmake not find XEVIE and XPRINT? ("libxcb" ,libxcb) ;; FIXME: why does cmake not find XEVIE and XPRINT?
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("cairo" ,cairo) ("cairo" ,cairo)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
@ -642,7 +642,7 @@ Some features:
("opus" ,opus) ("opus" ,opus)
("oxygen-icons" ,oxygen-icons) ; default icon set ("oxygen-icons" ,oxygen-icons) ; default icon set
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://kde.org/applications/multimedia/org.kde.kwave") (home-page "https://kde.org/applications/multimedia/org.kde.kwave")
@ -699,7 +699,7 @@ Its features include:
("kio" ,kio) ("kio" ,kio)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("libmusicbrainz" ,libmusicbrainz) ("libmusicbrainz" ,libmusicbrainz)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ; Most tests require network `(#:tests? #f)) ; Most tests require network
(home-page "https://invent.kde.org/multimedia/libkcddb") (home-page "https://invent.kde.org/multimedia/libkcddb")
@ -727,7 +727,7 @@ Its features include:
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://invent.kde.org/multimedia/libkcompactdisc") (home-page "https://invent.kde.org/multimedia/libkcompactdisc")
(synopsis "KDE library for playing & ripping CDs") (synopsis "KDE library for playing & ripping CDs")

View File

@ -79,7 +79,7 @@
;; Do NOT add mysql or postgresql to the inputs. Otherwise the binaries ;; Do NOT add mysql or postgresql to the inputs. Otherwise the binaries
;; and wrapped files will refer to them, even if the user choices none ;; and wrapped files will refer to them, even if the user choices none
;; of these. Executables are searched on $PATH then. ;; of these. Executables are searched on $PATH then.
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))
(arguments (arguments
`(#:tests? #f ;; TODO 135/167 tests fail `(#:tests? #f ;; TODO 135/167 tests fail
@ -151,7 +151,7 @@ programs.")
("ksmtp" ,ksmtp) ("ksmtp" ,ksmtp)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 1/1 test fails `(#:tests? #f)) ;; TODO: 1/1 test fails
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
@ -196,7 +196,7 @@ collection and item views.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("prison" ,prison) ("prison" ,prison)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid) ("solid" ,solid)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
@ -240,7 +240,7 @@ to list and filter contacts.")
("kmime" ,kmime) ("kmime" ,kmime)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(arguments (arguments
`(#:phases `(#:phases
@ -283,7 +283,7 @@ with emails through Akonadi easier.")
("kcodecs" ,kcodecs) ("kcodecs" ,kcodecs)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kmime" ,kmime) ("kmime" ,kmime)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi notes access library") (synopsis "Akonadi notes access library")
(description "Akonadi Notes is a library that effectively bridges the (description "Akonadi Notes is a library that effectively bridges the
@ -325,7 +325,7 @@ wrapping notes into KMime::Message objects.")
("kmime" ,kmime) ("kmime" ,kmime)
("krunner" ,krunner) ("krunner" ,krunner)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("xapian" ,xapian))) ("xapian" ,xapian)))
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
@ -390,7 +390,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwallat" ,kwallet) ("kwallat" ,kwallet)
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/incidenceeditor") (home-page "https://invent.kde.org/pim/incidenceeditor")
(synopsis "KDE PIM library for editing incidences") (synopsis "KDE PIM library for editing incidences")
(description "This library provides an incidence editor for KDE PIM.") (description "This library provides an incidence editor for KDE PIM.")
@ -445,7 +445,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests ("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests
("prison" ,prison) ("prison" ,prison)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kontact.kde.org/components/kaddressbook.html") (home-page "https://kontact.kde.org/components/kaddressbook.html")
(synopsis "Address Book application to manage your contacts") (synopsis "Address Book application to manage your contacts")
(description "KAddressBook stores all the personal details of your family, (description "KAddressBook stores all the personal details of your family,
@ -486,7 +486,7 @@ CalDAV server.")
("kpimtextedit" ,kpimtextedit) ("kpimtextedit" ,kpimtextedit)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: TZ setup `(#:tests? #f)) ;; TODO: TZ setup
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
@ -515,7 +515,7 @@ calendar data.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("kxmlrpcclient" ,kxmlrpcclient) ("kxmlrpcclient" ,kxmlrpcclient)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("syndication" ,syndication))) ("syndication" ,syndication)))
;; Note: Some tests take up to 90 sec. ;; Note: Some tests take up to 90 sec.
(home-page "https://invent.kde.org/pim/kblog") (home-page "https://invent.kde.org/pim/kblog")
@ -567,7 +567,7 @@ one of the APIs mentioned above.")
("kpimtextedit" ,kpimtextedit) ("kpimtextedit" ,kpimtextedit)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/stable/calendarsupport/") (home-page "https://api.kde.org/stable/calendarsupport/")
(synopsis "Calendar Support library for KDE PIM") (synopsis "Calendar Support library for KDE PIM")
(description "The Calendar Support library provides helper utilities for (description "The Calendar Support library provides helper utilities for
@ -604,7 +604,7 @@ calendaring applications.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests ("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: seem to pull in some wrong theme `(#:tests? #f)) ;; TODO: seem to pull in some wrong theme
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
@ -632,7 +632,7 @@ functions for accessing calendar data using the kcalcore API.")
`(("kcoreaddons" ,kcoreaddons) `(("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtxmlpatterns" ,qtxmlpatterns))) ("qtxmlpatterns" ,qtxmlpatterns)))
(home-page "https://invent.kde.org/frameworks/kdav") (home-page "https://invent.kde.org/frameworks/kdav")
(synopsis "DAV protocol implementation with KJobs") (synopsis "DAV protocol implementation with KJobs")
@ -678,7 +678,7 @@ supported using GroupDAV or CardDAV.")
("libkleo" ,libkleo) ("libkleo" ,libkleo)
("prison" ,prison) ("prison" ,prison)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/kdepim-apps-libs") (home-page "https://invent.kde.org/pim/kdepim-apps-libs")
(synopsis "KDE PIM mail related libraries and data files") (synopsis "KDE PIM mail related libraries and data files")
(description "This package provides mail related libraries and data files (description "This package provides mail related libraries and data files
@ -739,7 +739,7 @@ for KDE PIM.")
("libkgapi" ,libkgapi) ("libkgapi" ,libkgapi)
;; TODO: libkolab ;; TODO: libkolab
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtnetworkauth" ,qtnetworkauth) ("qtnetworkauth" ,qtnetworkauth)
("qtspeech" ,qtspeech) ("qtspeech" ,qtspeech)
@ -815,7 +815,7 @@ package.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/eventviews") (home-page "https://invent.kde.org/pim/eventviews")
(synopsis "KDE PIM library for creating events") (synopsis "KDE PIM library for creating events")
(description "This library provides an event creator for KDE PIM.") (description "This library provides an event creator for KDE PIM.")
@ -861,7 +861,7 @@ package.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.kgpg") (home-page "https://kde.org/applications/utilities/org.kde.kgpg")
(synopsis "Graphical front end for GNU Privacy Guard") (synopsis "Graphical front end for GNU Privacy Guard")
(description "Kgpg manages cryptographic keys for the GNU Privacy Guard, (description "Kgpg manages cryptographic keys for the GNU Privacy Guard,
@ -895,7 +895,7 @@ cryptography to the contents of the clipboard.")
("kpimtextedit" ,kpimtextedit) ("kpimtextedit" ,kpimtextedit)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -929,7 +929,7 @@ cryptography to the contents of the clipboard.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("kmime" ,kmime) ("kmime" ,kmime)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
(synopsis "Library for handling IMAP") (synopsis "Library for handling IMAP")
(description "This library provides a job-based API for interacting with (description "This library provides a job-based API for interacting with
@ -959,7 +959,7 @@ easier to do so.")
`(("ki18n" ,ki18n) `(("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(propagated-inputs (propagated-inputs
`(("cyrus-sasl" ,cyrus-sasl) `(("cyrus-sasl" ,cyrus-sasl)
("openldap" ,openldap))) ("openldap" ,openldap)))
@ -1010,7 +1010,7 @@ protocol for querying and modifying directory services running over TCP/IP. ")
("libkleo" ,libkleo) ("libkleo" ,libkleo)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1096,7 +1096,7 @@ and retrieving certificates from LDAP servers.")
("libksieve" ,libksieve) ("libksieve" ,libksieve)
("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests ("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine) ("qtwebengine" ,qtwebengine)
@ -1177,7 +1177,7 @@ manager from KDE.")
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("phonon" ,phonon) ("phonon" ,phonon)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 4/56 tests fail, even with "offscreen" and dbus `(#:tests? #f)) ;; TODO: 4/56 tests fail, even with "offscreen" and dbus
(home-page "https://invent.kde.org/pim/mailcommon") (home-page "https://invent.kde.org/pim/mailcommon")
@ -1218,7 +1218,7 @@ dealing with email.")
("kmime" ,kmime) ("kmime" ,kmime)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/mailimporter") (home-page "https://invent.kde.org/pim/mailimporter")
(synopsis "KDE mail importer library") (synopsis "KDE mail importer library")
(description "This package provides libraries for importing mails other (description "This package provides libraries for importing mails other
@ -1259,7 +1259,7 @@ e-mail client programs into KMail and KDE PIM.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("libkgapi" ,libkgapi) ("libkgapi" ,libkgapi)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f)) ;; TODO - 3/3 tests fail, require drkonqi `(#:tests? #f)) ;; TODO - 3/3 tests fail, require drkonqi
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
@ -1285,7 +1285,7 @@ mail transport.")
(inputs (inputs
`(("kcodecs" ,kcodecs) `(("kcodecs" ,kcodecs)
("kmime" ,kmime) ("kmime" ,kmime)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
(synopsis "Library for handling mbox mailboxes") (synopsis "Library for handling mbox mailboxes")
(description "This is a library for handling mailboxes in mbox format, (description "This is a library for handling mailboxes in mbox format,
@ -1355,7 +1355,7 @@ using a Qt/KMime C++ API.")
("libkleo" ,libkleo) ("libkleo" ,libkleo)
("qca" ,qca) ("qca" ,qca)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine) ("qtwebengine" ,qtwebengine)
@ -1398,7 +1398,7 @@ kwebengineviewer.")
(inputs (inputs
`(("kcodecs" ,kcodecs) `(("kcodecs" ,kcodecs)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1475,7 +1475,7 @@ information in non-ASCII character sets.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests ("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://kontact.kde.org/components/knotes.html") (home-page "https://kontact.kde.org/components/knotes.html")
(synopsis "Note-taking utility") (synopsis "Note-taking utility")
@ -1513,7 +1513,7 @@ Features:
("kparts" ,kparts) ("kparts" ,kparts)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
(synopsis "Kontact interface library") (synopsis "Kontact interface library")
(description " This library provides the glue necessary for (description " This library provides the glue necessary for
@ -1584,7 +1584,7 @@ application \"Parts\" to be embedded as a Kontact component (or plugin).")
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests ("oxygen-icons" ,oxygen-icons) ; default icon set, required for tests
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -1639,7 +1639,7 @@ and exchanging calendar data, vCalendar and iCalendar.")
(inputs (inputs
`(("kcontacts" ,kcontacts) `(("kcontacts" ,kcontacts)
("kpeople" ,kpeople) ("kpeople" ,kpeople)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/kpeoplevcard") (home-page "https://invent.kde.org/pim/kpeoplevcard")
(synopsis "Expose vCard contacts to KPeople") (synopsis "Expose vCard contacts to KPeople")
(description (description
@ -1697,7 +1697,7 @@ Virtual Contact File}) files to the KPeople contact management library.")
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("purpose" ,purpose) ("purpose" ,purpose)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtwebengine" ,qtwebengine))) ("qtwebengine" ,qtwebengine)))
(arguments (arguments
`(#:tests? #f)) ;; TODO tests hang `(#:tests? #f)) ;; TODO tests hang
@ -1736,7 +1736,7 @@ Virtual Contact File}) files to the KPeople contact management library.")
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtspeech" ,qtspeech) ("qtspeech" ,qtspeech)
("sonnet" ,sonnet))) ("sonnet" ,sonnet)))
(arguments (arguments
@ -1770,7 +1770,7 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f ;; TODO: does not find sasl mechs `(#:tests? #f ;; TODO: does not find sasl mechs
#:phases #:phases
@ -1811,7 +1811,7 @@ standard protocols for e-mail transmission.")
("kcontacts" ,kcontacts) ("kcontacts" ,kcontacts)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/ktnef/html/") (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/ktnef/html/")
(synopsis "Library for handling mail attachments using TNEF format") (synopsis "Library for handling mail attachments using TNEF format")
(description "Ktnef is a library for handling data in the TNEF (description "Ktnef is a library for handling data in the TNEF
@ -1862,7 +1862,7 @@ and allows one to view/extract message formatted text in Rich Text Format.")
("kmime" ,kmime) ("kmime" ,kmime)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/libkdepim") (home-page "https://invent.kde.org/pim/libkdepim")
(synopsis "Libraries for common KDE PIM apps") (synopsis "Libraries for common KDE PIM apps")
(description "This package provided libraries for common KDE PIM apps.") (description "This package provided libraries for common KDE PIM apps.")
@ -1892,7 +1892,7 @@ and allows one to view/extract message formatted text in Rich Text Format.")
("kio" ,kio) ("kio" ,kio)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine))) ("qtwebengine" ,qtwebengine)))
@ -1935,7 +1935,7 @@ various Google services.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kpimtextedit" ,kpimtextedit) ("kpimtextedit" ,kpimtextedit)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/libkleo") (home-page "https://invent.kde.org/pim/libkleo")
(synopsis "KDE PIM cryptographic library") (synopsis "KDE PIM cryptographic library")
(description "@code{libkleo} is a library for Kleopatra and other parts of (description "@code{libkleo} is a library for Kleopatra and other parts of
@ -1978,7 +1978,7 @@ KDE using certificate-based crypto.")
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine))) ("qtwebengine" ,qtwebengine)))

View File

@ -74,7 +74,7 @@
("kpackage" ,kpackage) ("kpackage" ,kpackage)
("kwayland" ,kwayland) ; optional ("kwayland" ,kwayland) ; optional
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ; optional ("qtdeclarative" ,qtdeclarative) ; optional
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://invent.kde.org/plasma/breeze") (home-page "https://invent.kde.org/plasma/breeze")
@ -99,7 +99,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("ki18n" ,ki18n) `(("ki18n" ,ki18n)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/plasma/kdecoration") (home-page "https://invent.kde.org/plasma/kdecoration")
(synopsis "Plugin based library to create window decorations") (synopsis "Plugin based library to create window decorations")
(description "KDecoration is a library to create window decorations. (description "KDecoration is a library to create window decorations.
@ -127,7 +127,7 @@ manager which re-parents a Client window to a window decoration frame.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kwallet" ,kwallet) ("kwallet" ,kwallet)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/plasma/ksshaskpass") (home-page "https://invent.kde.org/plasma/ksshaskpass")
(synopsis "Front-end for ssh-add using kwallet") (synopsis "Front-end for ssh-add using kwallet")
(description "Ksshaskpass is a front-end for @code{ssh-add} which stores the (description "Ksshaskpass is a front-end for @code{ssh-add} which stores the
@ -190,7 +190,7 @@ call it if it is not associated to a terminal.")
("libxi" ,libxi) ;XInput, required for grabbing XInput2 devices ("libxi" ,libxi) ;XInput, required for grabbing XInput2 devices
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("logind" ,elogind) ;optional loginctl support ("logind" ,elogind) ;optional loginctl support
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("solid" ,solid) ("solid" ,solid)
@ -221,7 +221,7 @@ call it if it is not associated to a terminal.")
(inputs (inputs
`(("kwayland" ,kwayland) `(("kwayland" ,kwayland)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(arguments (arguments
'(#:tests? #f)) ; FIXME: 55% tests passed, 5 tests failed out of 11 '(#:tests? #f)) ; FIXME: 55% tests passed, 5 tests failed out of 11
@ -261,7 +261,7 @@ basic needs and easy to configure for those who want special setups.")
("knewstuff" ,knewstuff) ("knewstuff" ,knewstuff)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kservice" ,kservice) ("kservice" ,kservice)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)

View File

@ -75,7 +75,7 @@
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("phonon" ,phonon) ("phonon" ,phonon)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid))) ("solid" ,solid)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen `(#:tests? #f)) ;; TODO: 4/15 tests fail even with offscreen
@ -116,7 +116,7 @@ The main features of Dolphin are:
("ktexteditor" ,ktexteditor) ("ktexteditor" ,ktexteditor)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "http://www.kde.org/") (home-page "http://www.kde.org/")
(synopsis "VCS-Plugins for Dolphin") (synopsis "VCS-Plugins for Dolphin")
(description "This package contains plugins that offer integration in (description "This package contains plugins that offer integration in
@ -156,7 +156,7 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("xapian" ,xapian))) ("xapian" ,xapian)))
(arguments (arguments
`(#:tests? #f)) ;; 1/1 test fails `(#:tests? #f)) ;; 1/1 test fails
@ -213,7 +213,7 @@ document meta data file.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 2/15 tests fail even with HOME, offscreen, SHELL, debus `(#:tests? #f)) ;; TODO: 2/15 tests fail even with HOME, offscreen, SHELL, debus
@ -262,7 +262,7 @@ This package is part of the KDE base applications module.")
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("pipewire" ,pipewire) ("pipewire" ,pipewire)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("xcb-util-image" ,xcb-util-image) ("xcb-util-image" ,xcb-util-image)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -309,7 +309,7 @@ This package is part of the KDE networking module.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/system/org.kde.ksystemlog") (home-page "https://kde.org/applications/system/org.kde.ksystemlog")
(synopsis "System log viewer") (synopsis "System log viewer")
(description "This program is developed for being used by beginner users, (description "This program is developed for being used by beginner users,
@ -353,7 +353,7 @@ This package is part of the KDE administration module.")
("kwayland" ,kwayland) ("kwayland" ,kwayland)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://www.kde.org/applications/system/yakuake/") (home-page "https://www.kde.org/applications/system/yakuake/")

View File

@ -68,7 +68,7 @@
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(arguments (arguments
`(#:tests? #f ;; 2/7 tests fail `(#:tests? #f ;; 2/7 tests fail
@ -121,7 +121,7 @@ Kate's features include:
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
;; TODO: QAccessibilityClient - libqaccessibilityclien ;; TODO: QAccessibilityClient - libqaccessibilityclien
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.kmag") (home-page "https://kde.org/applications/utilities/org.kde.kmag")
(synopsis "Screen magnifier tool") (synopsis "Screen magnifier tool")
(description "You can use KMagnifier to magnify a part of the screen just (description "You can use KMagnifier to magnify a part of the screen just
@ -160,7 +160,7 @@ artists to web-designers to people with low vision.")
("libxt" ,libxt) ("libxt" ,libxt)
("phonon" ,phonon) ("phonon" ,phonon)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.kmousetool") (home-page "https://kde.org/applications/utilities/org.kde.kmousetool")
(synopsis "Automatic mouse click and mouse manipulation tool for the (synopsis "Automatic mouse click and mouse manipulation tool for the
disabled") disabled")
@ -196,7 +196,7 @@ whom pressing buttons hurts.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtspeech" ,qtspeech))) ("qtspeech" ,qtspeech)))
(home-page "https://kde.org/applications/utilities/org.kde.kmouth") (home-page "https://kde.org/applications/utilities/org.kde.kmouth")
(synopsis "Type-and-say frontend for speech synthesizers") (synopsis "Type-and-say frontend for speech synthesizers")
@ -235,7 +235,7 @@ sentences to be re-spoken.")
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.kronometer") (home-page "https://kde.org/applications/utilities/org.kde.kronometer")
(synopsis "Simple stopwatch application") (synopsis "Simple stopwatch application")
(description "Kronometer is a stopwatch application. It features the (description "Kronometer is a stopwatch application. It features the
@ -279,7 +279,7 @@ to save the times and resume them later.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("solid" ,solid) ("solid" ,solid)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://www.krusader.org") (home-page "https://www.krusader.org")
@ -318,7 +318,7 @@ great on your desktop.")
(inputs (inputs
`(("ktexteditor" ,ktexteditor) `(("ktexteditor" ,ktexteditor)
("imagemagick" ,imagemagick) ("imagemagick" ,imagemagick)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(home-page "https://kde.org/applications/en/graphics/org.kde.kxstitch") (home-page "https://kde.org/applications/en/graphics/org.kde.kxstitch")
(synopsis "Create and print cross stitch patterns") (synopsis "Create and print cross stitch patterns")
@ -363,7 +363,7 @@ either be created or generated from a image.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(arguments (arguments
`(#:phases `(#:phases
@ -421,7 +421,7 @@ redone.")
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.rsibreak") (home-page "https://kde.org/applications/utilities/org.kde.rsibreak")
(synopsis "Assists in the Recovery and Prevention of Repetitive Strain (synopsis "Assists in the Recovery and Prevention of Repetitive Strain
Injury") Injury")
@ -468,7 +468,7 @@ remind you to take a break now and then.")
("libsmbclient" ,samba) ("libsmbclient" ,samba)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("plasma-framework" ,plasma-framework) ("plasma-framework" ,plasma-framework)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("solid" ,solid))) ("solid" ,solid)))
(home-page "https://kde.org/applications/utilities/org.kde.smb4k") (home-page "https://kde.org/applications/utilities/org.kde.smb4k")
@ -530,7 +530,7 @@ Features:
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("oxygen-icons" ,oxygen-icons) ;; default icon set ("oxygen-icons" ,oxygen-icons) ;; default icon set
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/utilities/org.kde.sweeper") (home-page "https://kde.org/applications/utilities/org.kde.sweeper")
(synopsis "Temporary file and history cleaner") (synopsis "Temporary file and history cleaner")
(description " (description "

View File

@ -103,7 +103,7 @@
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -140,7 +140,7 @@ This package contains GUI widgets for baloo.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
("knewstuff" ,knewstuff) ("knewstuff" ,knewstuff)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/pim/grantleetheme") (home-page "https://invent.kde.org/pim/grantleetheme")
(synopsis "Library providing Grantlee theme support") (synopsis "Library providing Grantlee theme support")
(description "This library provides Grantlee theme support.") (description "This library provides Grantlee theme support.")
@ -202,7 +202,7 @@ This package contains GUI widgets for baloo.")
("libkdepim" ,libkdepim) ("libkdepim" ,libkdepim)
("libkleo" ,libkleo) ("libkleo" ,libkleo)
("qgpgme" ,qgpgme) ("qgpgme" ,qgpgme)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine) ("qtwebengine" ,qtwebengine)
@ -243,7 +243,7 @@ browser for easy news reading.")
("ffmpeg" ,ffmpeg) ("ffmpeg" ,ffmpeg)
("rttr" ,rttr) ("rttr" ,rttr)
("mlt" ,mlt) ("mlt" ,mlt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -350,7 +350,7 @@ projects.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkomparediff2" ,libkomparediff2) ("libkomparediff2" ,libkomparediff2)
("oxygen-icons" ,oxygen-icons) ("oxygen-icons" ,oxygen-icons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols" ,qtquickcontrols) ;; not checked as requirement ("qtquickcontrols" ,qtquickcontrols) ;; not checked as requirement
("qtquickcontrols2" ,qtquickcontrols2) ;; not checked as requirement ("qtquickcontrols2" ,qtquickcontrols2) ;; not checked as requirement
@ -416,7 +416,7 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "https://kde.org") (home-page "https://kde.org")
(synopsis "Parser generator library for KDevplatform") (synopsis "Parser generator library for KDevplatform")
@ -445,7 +445,7 @@ for some KDevelop language plugins (Ruby, PHP, CSS...).")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://invent.kde.org/graphics/kdiagram") (home-page "https://invent.kde.org/graphics/kdiagram")
(synopsis "Libraries for creating business diagrams") (synopsis "Libraries for creating business diagrams")
@ -532,7 +532,7 @@ illustrate project schedules.")
("openexr" ,openexr) ("openexr" ,openexr)
("perl" ,perl) ("perl" ,perl)
("poppler-qt5" ,poppler-qt5) ("poppler-qt5" ,poppler-qt5)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
@ -572,7 +572,7 @@ features include brush stabilizers, brush engines and wrap-around mode.")
("kgraphviewer" ,kgraphviewer) ("kgraphviewer" ,kgraphviewer)
("kio" ,kio) ("kio" ,kio)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtxmlpatterns" ,qtxmlpatterns))) ("qtxmlpatterns" ,qtxmlpatterns)))
(home-page "https://apps.kde.org/en/massif-visualizer") (home-page "https://apps.kde.org/en/massif-visualizer")
@ -605,7 +605,7 @@ compressed massif files can also be opened transparently.")
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "https://kde.org") (home-page "https://kde.org")
(synopsis "Library to compare files and strings, used in Kompare and KDevelop") (synopsis "Library to compare files and strings, used in Kompare and KDevelop")
@ -632,7 +632,7 @@ used in KDE development tools Kompare and KDevelop.")
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("openssl" ,openssl) `(("openssl" ,openssl)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://userbase.kde.org/QCA") (home-page "https://userbase.kde.org/QCA")
(synopsis "Libraries for the Qt Cryptographic Architecture") (synopsis "Libraries for the Qt Cryptographic Architecture")
(description "The Qt Cryptographic Architecture (QCA) provides a (description "The Qt Cryptographic Architecture (QCA) provides a
@ -663,7 +663,7 @@ cards.")
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qca" ,qca) ("qca" ,qca)
("util-linux" ,util-linux "lib"))) ("util-linux" ,util-linux "lib")))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
@ -687,7 +687,7 @@ cards.")
(arguments (arguments
`(#:tests? #f)) ; both tests fail, require display `(#:tests? #f)) ; both tests fail, require display
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -748,7 +748,7 @@ different notification systems.")
("libfakekey" ,libfakekey) ("libfakekey" ,libfakekey)
("pulseaudio-qt" ,pulseaudio-qt) ("pulseaudio-qt" ,pulseaudio-qt)
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -832,7 +832,7 @@ communicate with each other. Here's a few things KDE Connect can do:
("kuserfeedback" ,kuserfeedback) ("kuserfeedback" ,kuserfeedback)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("shared-mime-info" ,shared-mime-info) ("shared-mime-info" ,shared-mime-info)
;; Optional. ;; Optional.
@ -868,7 +868,7 @@ to perform data analysis.")
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://phabricator.kde.org/source/kqtquickcharts/") (home-page "https://phabricator.kde.org/source/kqtquickcharts/")
(synopsis "Interactive charts for Qt Quick") (synopsis "Interactive charts for Qt Quick")
@ -902,7 +902,7 @@ charts.")
("knotifications" ,knotifications) ("knotifications" ,knotifications)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/system/kdk") (home-page "https://kde.org/applications/system/kdk")
(synopsis "View Disk Usage") (synopsis "View Disk Usage")
(description "KDiskFree displays the available file devices (hard drive (description "KDiskFree displays the available file devices (hard drive
@ -930,7 +930,7 @@ unmount drives and view them in a file manager.")
("qttools" ,qttools) ("qttools" ,qttools)
("kdoctools" ,kdoctools))) ("kdoctools" ,kdoctools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("karchive" ,karchive) ("karchive" ,karchive)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
@ -991,7 +991,7 @@ Python, PHP, and Perl.")
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("openal" ,openal) ("openal" ,openal)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
@ -1035,7 +1035,7 @@ Python, PHP, and Perl.")
("kbookmarks" ,kbookmarks) ("kbookmarks" ,kbookmarks)
("kcompletion" ,kcompletion) ("kcompletion" ,kcompletion)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("libjpeg-turbo" ,libjpeg-turbo) ("libjpeg-turbo" ,libjpeg-turbo)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("kirigami" ,kirigami) ("kirigami" ,kirigami)
@ -1084,7 +1084,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
("kdoctools" ,kdoctools))) ("kdoctools" ,kdoctools)))
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/development") (home-page "https://kde.org/applications/development")
(synopsis "Tools for translating DocBook XML files with Gettext") (synopsis "Tools for translating DocBook XML files with Gettext")
(description "This is a collection of tools that facilitate translating (description "This is a collection of tools that facilitate translating
@ -1109,7 +1109,7 @@ PO template files.")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("kio" ,kio) `(("kio" ,kio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://apps.kde.org/en/kdegraphics_mobipocket") (home-page "https://apps.kde.org/en/kdegraphics_mobipocket")
(synopsis "KDE thumbnailer for Mobipocket files") (synopsis "KDE thumbnailer for Mobipocket files")
(description "This package provides a KDE plugin that shows thumbnails of (description "This package provides a KDE plugin that shows thumbnails of
@ -1132,7 +1132,7 @@ Mobipocket e-books in Dolphin and other KDE apps.")
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs (inputs
`(("exiv2" ,exiv2) `(("exiv2" ,exiv2)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://invent.kde.org/graphics/libkexiv2") (home-page "https://invent.kde.org/graphics/libkexiv2")
(synopsis "Manipulate the metadata of images") (synopsis "Manipulate the metadata of images")
(description "Libkexiv2 wraps the Exiv2 library, allowing to manipulate (description "Libkexiv2 wraps the Exiv2 library, allowing to manipulate
@ -1158,7 +1158,7 @@ picture metadata as EXIF/IPTC and XMP.")
("kdnssd" ,kdnssd) ("kdnssd" ,kdnssd)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/internet/org.kde.zeroconf_ioslave") (home-page "https://kde.org/applications/internet/org.kde.zeroconf_ioslave")
(synopsis "DNS-SD Service Discovery Monitor") (synopsis "DNS-SD Service Discovery Monitor")
(description "Adds an entry to Dolphin's Network page to show local (description "Adds an entry to Dolphin's Network page to show local
@ -1193,7 +1193,7 @@ or Bonjour by other projects).")
;;("phpunit" ,phpunit) ;;("phpunit" ,phpunit)
)) ))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtcharts" ,qtcharts) ("qtcharts" ,qtcharts)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))

View File

@ -184,7 +184,7 @@
("hangul" ,libhangul) ("hangul" ,libhangul)
("m17n-db" ,m17n-db) ("m17n-db" ,m17n-db)
("m17n-lib" ,m17n-lib) ("m17n-lib" ,m17n-lib)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("rime" ,librime) ("rime" ,librime)
("rsvg" ,librsvg) ("rsvg" ,librsvg)
("wayland" ,wayland) ("wayland" ,wayland)
@ -255,7 +255,7 @@ focuses especially on Korean input (Hangul, Hanja, ...).")
("appindicator" ,libappindicator) ("appindicator" ,libappindicator)
("chewing" ,libchewing) ("chewing" ,libchewing)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("xtst" ,libxtst))) ("xtst" ,libxtst)))
(synopsis "HIME Input Method Editor") (synopsis "HIME Input Method Editor")
(description "Hime is an extremely easy-to-use input method framework. It (description "Hime is an extremely easy-to-use input method framework. It

View File

@ -115,7 +115,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
`(("qttools" ,qttools))) ; for lrelease `(("qttools" ,qttools))) ; for lrelease
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
'(#:tests? #f '(#:tests? #f

View File

@ -860,7 +860,7 @@ and video calls or instant messaging capabilities to an application.")
("liblinphone" ,liblinphone) ("liblinphone" ,liblinphone)
("mediastreamer2" ,mediastreamer2) ("mediastreamer2" ,mediastreamer2)
("ortp" ,ortp) ("ortp" ,ortp)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)

View File

@ -37,7 +37,7 @@
"0cpyj1ji6hjy7zzz05672f0j6fr0mwpc1y3sq36hhkv2fkpidw22")))) "0cpyj1ji6hjy7zzz05672f0j6fr0mwpc1y3sq36hhkv2fkpidw22"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases

View File

@ -90,7 +90,7 @@
(native-inputs (native-inputs
`(("doxygen" ,doxygen))) `(("doxygen" ,doxygen)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://launchpad.net/libdbusmenu-qt") (home-page "https://launchpad.net/libdbusmenu-qt")
(synopsis "Qt implementation of the DBusMenu spec") (synopsis "Qt implementation of the DBusMenu spec")
(description "This library provides a Qt implementation of the DBusMenu (description "This library provides a Qt implementation of the DBusMenu
@ -150,7 +150,7 @@ to statistics about the system on which it's run.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("glib" ,glib))) ("glib" ,glib)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(propagated-inputs (propagated-inputs
;; Dependent projects require Perl via the CMake files. ;; Dependent projects require Perl via the CMake files.
`(("perl" ,perl))) `(("perl" ,perl)))
@ -188,7 +188,7 @@ itself as well as other components maintained by the LXQt project.")
(propagated-inputs (propagated-inputs
;; required by Qt5XdgIconLoader.pc ;; required by Qt5XdgIconLoader.pc
`(("glib" ,glib) `(("glib" ,glib)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools) `(("lxqt-build-tools" ,lxqt-build-tools)
@ -259,7 +259,7 @@ components of the LXQt desktop environment.")
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests (arguments '(#:tests? #f)) ; no tests
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools))) `(("lxqt-build-tools" ,lxqt-build-tools)))
(home-page "https://lxqt-project.org") (home-page "https://lxqt-project.org")
@ -287,7 +287,7 @@ and memory usage or network traffic.")
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -380,7 +380,7 @@ the operating system LXQt is running on.")
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("libxcursor" ,libxcursor) ("libxcursor" ,libxcursor)
("libxi" ,libxi) ("libxi" ,libxi)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("solid" ,solid) ("solid" ,solid)
@ -450,7 +450,7 @@ configuration of both LXQt and the underlying operating system.")
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -498,7 +498,7 @@ as a whole and are not limited to distinct applications.")
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -544,7 +544,7 @@ according to the Desktop Notifications Specification.")
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -595,7 +595,7 @@ of other programs.")
("lxqt-globalkeys" ,lxqt-globalkeys) ("lxqt-globalkeys" ,lxqt-globalkeys)
("pcre" ,pcre) ("pcre" ,pcre)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("solid" ,solid) ("solid" ,solid)
@ -660,7 +660,7 @@ of other programs.")
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("pcre" ,pcre) ("pcre" ,pcre)
("polkit-qt" ,polkit-qt) ("polkit-qt" ,polkit-qt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -709,7 +709,7 @@ LXQt.")
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("lxqt-globalkeys" ,lxqt-globalkeys) ("lxqt-globalkeys" ,lxqt-globalkeys)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("solid" ,solid))) ("solid" ,solid)))
@ -757,7 +757,7 @@ when laptop batteries are low on power.")
`(("libdbusmenu-qt" ,libdbusmenu-qt) `(("libdbusmenu-qt" ,libdbusmenu-qt)
("libfm-qt" ,libfm-qt) ("libfm-qt" ,libfm-qt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -798,7 +798,7 @@ Qt with LXQt.")
("lxqt-globalkeys" ,lxqt-globalkeys) ("lxqt-globalkeys" ,lxqt-globalkeys)
("muparser" ,muparser) ("muparser" ,muparser)
("pcre" ,pcre) ("pcre" ,pcre)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -846,7 +846,7 @@ allows for launching applications or shutting down the system.")
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("procps" ,procps) ("procps" ,procps)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("xdg-user-dirs" ,xdg-user-dirs))) ("xdg-user-dirs" ,xdg-user-dirs)))
@ -916,7 +916,7 @@ for the LXQt desktop environment.")
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("sudo" ,sudo))) ("sudo" ,sudo)))
@ -1001,7 +1001,7 @@ for LXQt.")
("libxcb" ,libxcb) ("libxcb" ,libxcb)
("menu-cache" ,menu-cache) ("menu-cache" ,menu-cache)
("pcre" ,pcre) ("pcre" ,pcre)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -1027,7 +1027,7 @@ components to build desktop file managers which belongs to LXDE.")
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libfm-qt" ,libfm-qt) `(("libfm-qt" ,libfm-qt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -1069,7 +1069,7 @@ LXDE.")
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libconfig" ,libconfig) `(("libconfig" ,libconfig)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools) `(("lxqt-build-tools" ,lxqt-build-tools)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
@ -1105,7 +1105,7 @@ manager Compton.")
(inputs (inputs
`(("libexif" ,libexif) `(("libexif" ,libexif)
("libfm-qt" ,libfm-qt) ("libfm-qt" ,libfm-qt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -1141,7 +1141,7 @@ image viewer.")
("openbox" ,openbox) ("openbox" ,openbox)
("pango" ,pango) ("pango" ,pango)
("pcre" ,pcre) ("pcre" ,pcre)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools) `(("lxqt-build-tools" ,lxqt-build-tools)
@ -1171,7 +1171,7 @@ window manager OpenBox.")
`(("glib" ,glib) `(("glib" ,glib)
("pcre" ,pcre) ("pcre" ,pcre)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -1202,7 +1202,7 @@ window manager OpenBox.")
("libxrender" ,libxrender) ("libxrender" ,libxrender)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools) `(("lxqt-build-tools" ,lxqt-build-tools)
@ -1228,7 +1228,7 @@ processes currently in existence, much like code{top} or code{ps}.")
(base32 "10lv475qj0x3c3vl4yhjyr6y10qj5pq8n5pal5k24f6pf7xv412f")))) (base32 "10lv475qj0x3c3vl4yhjyr6y10qj5pq8n5pal5k24f6pf7xv412f"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("utf8proc" ,utf8proc))) ("utf8proc" ,utf8proc)))
(native-inputs (native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools) `(("lxqt-build-tools" ,lxqt-build-tools)
@ -1253,7 +1253,7 @@ processes currently in existence, much like code{top} or code{ps}.")
(base32 "0rfv7a6ncm8fs8aicinh9l29w4636gxzcqz735jmch2r41v9i1d9")))) (base32 "0rfv7a6ncm8fs8aicinh9l29w4636gxzcqz735jmch2r41v9i1d9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("qtermwidget" ,qtermwidget))) ("qtermwidget" ,qtermwidget)))
(native-inputs (native-inputs
@ -1282,7 +1282,7 @@ QTermWidget.")
(inputs (inputs
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("libqtxdg" ,libqtxdg) ("libqtxdg" ,libqtxdg)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -1314,7 +1314,7 @@ easily publishing them on internet image hosting services.")
`(("glib" ,glib) `(("glib" ,glib)
("json-glib" ,json-glib) ("json-glib" ,json-glib)
("libfm-qt" ,libfm-qt) ("libfm-qt" ,libfm-qt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -1349,7 +1349,7 @@ like @command{tar} and @command{zip}.")
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("kwindowsystem" ,kwindowsystem) `(("kwindowsystem" ,kwindowsystem)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("liblxqt" ,liblxqt) ("liblxqt" ,liblxqt)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)

View File

@ -2086,7 +2086,7 @@ script files.")
(name "octave") (name "octave")
(inputs (inputs
`(("qscintilla" ,qscintilla) `(("qscintilla" ,qscintilla)
("qt" ,qtbase) ("qt" ,qtbase-5)
,@(package-inputs octave-cli))) ,@(package-inputs octave-cli)))
(native-inputs (native-inputs
`(("qttools" , qttools) ;for lrelease `(("qttools" , qttools) ;for lrelease
@ -2359,7 +2359,7 @@ ASCII text files using Gmsh's own scripting language.")
("python-dbus" ,python-dbus) ("python-dbus" ,python-dbus)
("python-h5py" ,python-h5py) ;optional, for HDF5 data ("python-h5py" ,python-h5py) ;optional, for HDF5 data
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(propagated-inputs (propagated-inputs
`(("python-numpy" ,python-numpy))) `(("python-numpy" ,python-numpy)))
@ -4581,7 +4581,7 @@ evaluates expressions using the standard order of operations.")
"0maw5am6rrkyjrprfg113zjq37mqj0iaznkg4h2927ff7wrprc94")))) "0maw5am6rrkyjrprfg113zjq37mqj0iaznkg4h2927ff7wrprc94"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("gettext" ,gettext-minimal) (native-inputs `(("gettext" ,gettext-minimal)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs `(("libx11" ,libx11) (inputs `(("libx11" ,libx11)
("zlib" ,zlib) ("zlib" ,zlib)
@ -5167,7 +5167,7 @@ reduction.")
`(("boost" ,boost) `(("boost" ,boost)
("glu" ,glu) ("glu" ,glu)
("mesa" ,mesa) ("mesa" ,mesa)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(build-system cmake-build-system) (build-system cmake-build-system)
(synopsis "Toolset for the mCRL2 formal specification language") (synopsis "Toolset for the mCRL2 formal specification language")
(description (description
@ -6098,7 +6098,7 @@ functions.")
(base32 (base32
"0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk")))) "0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs `(("qtbase" ,qtbase))) (inputs `(("qtbase" ,qtbase-5)))
(native-inputs `(("qttools" ,qttools))) (native-inputs `(("qttools" ,qttools)))
(arguments (arguments
`(#:phases `(#:phases

View File

@ -180,7 +180,7 @@
("hunspell" ,hunspell) ("hunspell" ,hunspell)
("libidn" ,libidn) ("libidn" ,libidn)
("qca" ,qca) ("qca" ,qca)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
@ -1606,7 +1606,7 @@ instant messenger with audio and video chat capabilities.")
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("openal" ,openal) ("openal" ,openal)
("qrencode" ,qrencode) ("qrencode" ,qrencode)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("sqlcipher" ,sqlcipher))) ("sqlcipher" ,sqlcipher)))
(native-inputs (native-inputs
@ -2227,7 +2227,7 @@ notifications, and Python scripting support.")
(base32 "0gkwr3yw6k2m0j8cc085b5p2q788rf5nhp1p5hc5d55pc7mci2qs")))) (base32 "0gkwr3yw6k2m0j8cc085b5p2q788rf5nhp1p5hc5d55pc7mci2qs"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia))) ("qtmultimedia" ,qtmultimedia)))
(arguments (arguments
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON") `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")
@ -2331,7 +2331,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
("lmdbxx" ,lmdbxx) ("lmdbxx" ,lmdbxx)
("mtxclient" ,mtxclient) ("mtxclient" ,mtxclient)
("openssl" ,openssl) ("openssl" ,openssl)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -2384,7 +2384,7 @@ There is support for:
(build-system qt-build-system) (build-system qt-build-system)
(inputs (inputs
`(("libqmatrixclient" ,libqmatrixclient) `(("libqmatrixclient" ,libqmatrixclient)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
@ -2724,7 +2724,7 @@ as phones, embedded computers or microcontrollers.")
"\"../build")) "\"../build"))
#t))))) #t)))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel))) ("qtwebchannel" ,qtwebchannel)))
(propagated-inputs (propagated-inputs
@ -2853,7 +2853,7 @@ social and chat platform.")
("qca" ,qca) ("qca" ,qca)
("qhttp" ,qhttp) ("qhttp" ,qhttp)
("qite" ,qite) ("qite" ,qite)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtkeychain" ,qtkeychain) ("qtkeychain" ,qtkeychain)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)

View File

@ -447,7 +447,7 @@ support")
("libebur128" ,libebur128) ("libebur128" ,libebur128)
("libmtp" ,libmtp) ("libmtp" ,libmtp)
("mpg123" ,mpg123) ("mpg123" ,mpg123)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("taglib" ,taglib) ("taglib" ,taglib)

View File

@ -231,7 +231,7 @@
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("dbus" ,dbus) `(("dbus" ,dbus)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
;; Plugin dependencies ;; Plugin dependencies
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
@ -434,7 +434,7 @@ score, keyboard, guitar, drum and controller views.")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("sparsehash" ,sparsehash) ("sparsehash" ,sparsehash)
@ -527,7 +527,7 @@ playing your music.")
("libmtp" ,libmtp) ("libmtp" ,libmtp)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("taglib" ,taglib))) ("taglib" ,taglib)))
@ -759,7 +759,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("lrdf" ,lrdf) ("lrdf" ,lrdf)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtxmlpatterns" ,qtxmlpatterns) ("qtxmlpatterns" ,qtxmlpatterns)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.hydrogen-music.org") (home-page "http://www.hydrogen-music.org")
@ -1999,7 +1999,7 @@ your own lessons.")
("boost" ,boost) ("boost" ,boost)
("minizip" ,minizip) ("minizip" ,minizip)
("pugixml" ,pugixml) ("pugixml" ,pugixml)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("rapidjson" ,rapidjson) ("rapidjson" ,rapidjson)
("rtmidi" ,rtmidi) ("rtmidi" ,rtmidi)
("timidity" ,timidity++) ("timidity" ,timidity++)
@ -2082,7 +2082,7 @@ users to select LV2 plugins and run them with jalv.")
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("non-session-manager" ,non-session-manager) ("non-session-manager" ,non-session-manager)
("liblo" ,liblo) ("liblo" ,liblo)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -2115,7 +2115,7 @@ oscillators and stereo effects.")
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("non-session-manager" ,non-session-manager) ("non-session-manager" ,non-session-manager)
("liblo" ,liblo) ("liblo" ,liblo)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -2148,7 +2148,7 @@ effects.")
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("non-session-manager" ,non-session-manager) ("non-session-manager" ,non-session-manager)
("liblo" ,liblo) ("liblo" ,liblo)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -2181,7 +2181,7 @@ effects.")
("non-session-manager" ,non-session-manager) ("non-session-manager" ,non-session-manager)
("liblo" ,liblo) ("liblo" ,liblo)
("fftwf" ,fftwf) ("fftwf" ,fftwf)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
@ -2761,7 +2761,7 @@ browser.")
"/manpages/docbook.xsl"))) "/manpages/docbook.xsl")))
#t))))) #t)))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qttools" ,qttools) ("qttools" ,qttools)
("alsa-lib" ,alsa-lib))) ("alsa-lib" ,alsa-lib)))
@ -2809,7 +2809,7 @@ backends, including ALSA, OSS, Network and FluidSynth.")
#t))))) #t)))))
(inputs (inputs
`(("drumstick" ,drumstick) `(("drumstick" ,drumstick)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
@ -3149,7 +3149,7 @@ from the command line.")
(arguments (arguments
`(#:tests? #f)) ; no "check" target `(#:tests? #f)) ; no "check" target
(inputs (inputs
`(("qt" ,qtbase) `(("qt" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("jack" ,jack-1) ("jack" ,jack-1)
@ -4467,7 +4467,7 @@ develop custom plugins for use in other applications without programming.")
`(#:configure-flags `(#:configure-flags
(list "--enable-qt5"))) (list "--enable-qt5")))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("jack" ,jack-1) ("jack" ,jack-1)
("liblo" ,liblo) ("liblo" ,liblo)
@ -4498,7 +4498,7 @@ modules running in parallel.")
`(#:configure-flags `(#:configure-flags
(list "--enable-qt5"))) (list "--enable-qt5")))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("alsa-lib" ,alsa-lib))) ("alsa-lib" ,alsa-lib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
@ -4681,7 +4681,7 @@ are a C compiler and glib. Full API documentation and examples are included.")
"0g9pls46iggg7rdm65vzfj8nyr3v2n5xkp54c4qbh9hhalpsw4ay")))))) "0g9pls46iggg7rdm65vzfj8nyr3v2n5xkp54c4qbh9hhalpsw4ay"))))))
(inputs (inputs
`(("sdl" ,sdl) `(("sdl" ,sdl)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("fltk" ,fltk) ("fltk" ,fltk)
("libogg" ,libogg) ("libogg" ,libogg)
@ -4786,7 +4786,7 @@ standalone JACK client and an LV2 plugin is also available.")
("portaudio" ,portaudio) ("portaudio" ,portaudio)
("portmidi" ,portmidi) ("portmidi" ,portmidi)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)
@ -4864,7 +4864,7 @@ sample library.")
("lv2" ,lv2) ("lv2" ,lv2)
("pcre" ,pcre) ("pcre" ,pcre)
("pulseaudio" ,pulseaudio) ; required by rtaudio ("pulseaudio" ,pulseaudio) ; required by rtaudio
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("rtaudio" ,rtaudio) ("rtaudio" ,rtaudio)
("rubberband" ,rubberband) ("rubberband" ,rubberband)
@ -5056,7 +5056,7 @@ specification and header.")
("libsamplerate" ,libsamplerate) ("libsamplerate" ,libsamplerate)
("lilypond" ,lilypond) ("lilypond" ,lilypond)
("lrdf" ,lrdf) ("lrdf" ,lrdf)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("tar" ,tar) ("tar" ,tar)
("lirc" ,lirc) ("lirc" ,lirc)
("wavpack" ,wavpack) ("wavpack" ,wavpack)
@ -5162,7 +5162,7 @@ the electronic or dubstep genre.")
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("drumstick" ,drumstick) ("drumstick" ,drumstick)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "https://github.com/pedrolcl/Linux-SonivoxEas") (home-page "https://github.com/pedrolcl/Linux-SonivoxEas")
@ -5546,7 +5546,7 @@ discard bad quality ones.
("fftw" ,fftw) ("fftw" ,fftw)
("jack" ,jack-1) ("jack" ,jack-1)
("portaudio" ,portaudio) ("portaudio" ,portaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs

View File

@ -255,7 +255,7 @@ protocols.")
("gnutls" ,gnutls) ("gnutls" ,gnutls)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("openssl" ,openssl) ("openssl" ,openssl)
("qt5" ,qtbase) ("qt5" ,qtbase-5)
("udev" ,eudev))) ("udev" ,eudev)))
(synopsis "Camera stack and framework") (synopsis "Camera stack and framework")
(description "LibCamera is a complex camera support library for GNU+Linux, (description "LibCamera is a complex camera support library for GNU+Linux,
@ -1495,7 +1495,7 @@ of the same name.")
("krb5" ,mit-krb5) ("krb5" ,mit-krb5)
("nghttp2:lib" ,nghttp2 "lib") ("nghttp2:lib" ,nghttp2 "lib")
("minizip" ,minizip) ("minizip" ,minizip)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("sbc" ,sbc) ("sbc" ,sbc)

View File

@ -180,7 +180,7 @@ monospaced or proportional.")
("podofo" ,podofo) ("podofo" ,podofo)
("poppler-qt5" ,poppler-qt5) ("poppler-qt5" ,poppler-qt5)
("sane-backends" ,sane-backends) ("sane-backends" ,sane-backends)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtspell" ,qtspell) ("qtspell" ,qtspell)
("quazip" ,quazip) ("quazip" ,quazip)
("tesseract" ,tesseract-ocr))) ("tesseract" ,tesseract-ocr)))

View File

@ -177,7 +177,7 @@ GUI based workflow. It is primarily used in the Orange framework.")
("python-serverfiles" ,python-serverfiles) ("python-serverfiles" ,python-serverfiles)
("python-xlrd" ,python-xlrd) ("python-xlrd" ,python-xlrd)
("python-xlsxwriter" ,python-xlsxwriter) ("python-xlsxwriter" ,python-xlsxwriter)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("xdg-utils" ,xdg-utils))) ("xdg-utils" ,xdg-utils)))
(home-page "https://orangedatamining.com/") (home-page "https://orangedatamining.com/")

View File

@ -161,7 +161,7 @@ human.")
("libxi" ,libxi) ("libxi" ,libxi)
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("qrencode" ,qrencode) ("qrencode" ,qrencode)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("quazip" ,quazip) ; XC_KEESHARE ("quazip" ,quazip) ; XC_KEESHARE
@ -693,7 +693,7 @@ key URIs using the standard otpauth:// scheme.")
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://qtpass.org") (home-page "https://qtpass.org")
(synopsis "GUI for password manager password-store") (synopsis "GUI for password manager password-store")

View File

@ -177,7 +177,7 @@ information.")
`(("python-pypdf2" ,python-pypdf2) `(("python-pypdf2" ,python-pypdf2)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("python-poppler-qt5" ,python-poppler-qt5) ("python-poppler-qt5" ,python-poppler-qt5)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "http://crazy-compilers.com/flyer-composer") (home-page "http://crazy-compilers.com/flyer-composer")
(synopsis "Rearrange PDF pages to print as flyers on one sheet") (synopsis "Rearrange PDF pages to print as flyers on one sheet")
(description "@command{flyer-composer} can be used to prepare one- or (description "@command{flyer-composer} can be used to prepare one- or
@ -302,7 +302,7 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
(define-public poppler-qt5 (define-public poppler-qt5
(package/inherit poppler (package/inherit poppler
(name "poppler-qt5") (name "poppler-qt5")
(inputs `(("qtbase" ,qtbase) (inputs `(("qtbase" ,qtbase-5)
,@(package-inputs poppler))) ,@(package-inputs poppler)))
(synopsis "Qt5 frontend for the Poppler PDF rendering library"))) (synopsis "Qt5 frontend for the Poppler PDF rendering library")))
@ -342,7 +342,7 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
`(("python-sip" ,python-sip-4) `(("python-sip" ,python-sip-4)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("poppler-qt5" ,poppler-qt5) ("poppler-qt5" ,poppler-qt5)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://pypi.org/project/python-poppler-qt5/") (home-page "https://pypi.org/project/python-poppler-qt5/")
(synopsis "Python bindings for Poppler-Qt5") (synopsis "Python bindings for Poppler-Qt5")
(description (description
@ -400,7 +400,7 @@ reading and editing of existing PDF files.")
(inputs `(("cups" ,cups) (inputs `(("cups" ,cups)
("freetype" ,freetype) ("freetype" ,freetype)
("libpng" ,libpng) ("libpng" ,libpng)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f)) ; there is no check target `(#:tests? #f)) ; there is no check target
@ -847,7 +847,7 @@ program capable of converting PDF into other formats.")
("djvulibre" ,djvulibre) ("djvulibre" ,djvulibre)
("libspectre" ,libspectre) ("libspectre" ,libspectre)
("poppler-qt5" ,poppler-qt5) ("poppler-qt5" ,poppler-qt5)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(arguments (arguments
`(#:imported-modules ((guix build qt-build-system) `(#:imported-modules ((guix build qt-build-system)

View File

@ -617,7 +617,7 @@ and enhance them.")
(inputs (inputs
`(("graphicsmagick" ,graphicsmagick) `(("graphicsmagick" ,graphicsmagick)
("libomp" ,libomp) ("libomp" ,libomp)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://photoflare.io") (home-page "https://photoflare.io")
(synopsis "Quick, simple but powerful image editor") (synopsis "Quick, simple but powerful image editor")
(description "Photoflare is a cross-platform image editor with an aim (description "Photoflare is a cross-platform image editor with an aim

View File

@ -159,7 +159,7 @@ for unprivileged applications.")
(inputs (inputs
`(("polkit" ,polkit))) `(("polkit" ,polkit)))
(propagated-inputs (propagated-inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(arguments (arguments

View File

@ -57,11 +57,11 @@
#t)))))) #t))))))
(inputs (inputs
`(("libusb" ,libusb) `(("libusb" ,libusb)
("qt" ,qtbase) ("qt" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qmake" ,qtbase))) ("qmake" ,qtbase-5)))
(synopsis "Graphical program to drive plotting cutters") (synopsis "Graphical program to drive plotting cutters")
(description (description
"Robocut is a simple graphical program that allows you to cut graphics "Robocut is a simple graphical program that allows you to cut graphics

View File

@ -207,7 +207,7 @@ with calls to the POMP2 measurement interface.")
(inputs `(("dbus" ,dbus) (inputs `(("dbus" ,dbus)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs `(("perl" ,perl) (native-inputs `(("perl" ,perl)
("qtbase" ,qtbase) ; native because of qmake ("qtbase" ,qtbase-5) ; native because of qmake
("which" ,which))) ("which" ,which)))
;; FIXME: The doc is 14MB, but adding a doc output results in a cycle. ;; FIXME: The doc is 14MB, but adding a doc output results in a cycle.

View File

@ -62,7 +62,7 @@
#t))))) #t)))))
(inputs (inputs
`(("aspell" ,aspell) `(("aspell" ,aspell)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("tidy" ,tidy))) ("tidy" ,tidy)))
(synopsis "Qt-based pump.io client") (synopsis "Qt-based pump.io client")
(description "Pumpa is a simple pump.io client written in C++ and Qt.") (description "Pumpa is a simple pump.io client written in C++ and Qt.")

View File

@ -13320,7 +13320,7 @@ ISO 8859, etc.).")
("python-pytest-cov" ,python-pytest-cov) ("python-pytest-cov" ,python-pytest-cov)
("python-pytest-xdist" ,python-pytest-xdist))) ("python-pytest-xdist" ,python-pytest-xdist)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(propagated-inputs (propagated-inputs
`(("python-h5py" ,python-h5py) `(("python-h5py" ,python-h5py)
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)
@ -25648,7 +25648,7 @@ implementations.")
("swig" ,swig))) ("swig" ,swig)))
(inputs (inputs
`(("python-wrapper" ,python-wrapper) `(("python-wrapper" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("libxi" ,libxi) ("libxi" ,libxi)
("libice" ,libice) ("libice" ,libice)
("soqt" ,soqt) ("soqt" ,soqt)

View File

@ -134,7 +134,7 @@
(chdir "libqite") (chdir "libqite")
#t))))) #t)))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia))) ("qtmultimedia" ,qtmultimedia)))
(home-page "https://github.com/Ri0n/qite/") (home-page "https://github.com/Ri0n/qite/")
(synopsis "Qt Interactive Text Elements") (synopsis "Qt Interactive Text Elements")
@ -187,7 +187,7 @@
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(synopsis "Qt5 Configuration Tool") (synopsis "Qt5 Configuration Tool")
(description "Qt5CT is a program that allows users to configure Qt5 (description "Qt5CT is a program that allows users to configure Qt5
@ -228,13 +228,13 @@ window managers, that don't provide Qt integration by themselves.")
(string-append "-DCMAKE_CXX_FLAGS=-I" (string-append "-DCMAKE_CXX_FLAGS=-I"
(assoc-ref %build-inputs "qtbase") (assoc-ref %build-inputs "qtbase")
"/include/qt5/QtXkbCommonSupport/" "/include/qt5/QtXkbCommonSupport/"
,(package-version qtbase))))) ,(package-version qtbase-5)))))
(native-inputs (native-inputs
`(("cmake-shared" ,cmake-shared) `(("cmake-shared" ,cmake-shared)
("extra-cmake-modules" ,extra-cmake-modules) ("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtwayland" ,qtwayland) ("qtwayland" ,qtwayland)
("wayland" ,wayland) ("wayland" ,wayland)
("xkbcommon" ,libxkbcommon))) ("xkbcommon" ,libxkbcommon)))
@ -261,7 +261,7 @@ applications on Wayland.")
;; Optional: lcov and cccc, both are for code coverage ;; Optional: lcov and cccc, both are for code coverage
`(("doxygen" ,doxygen))) `(("doxygen" ,doxygen)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtscript" ,qtscript))) ("qtscript" ,qtscript)))
(build-system cmake-build-system) (build-system cmake-build-system)
@ -298,7 +298,7 @@ system, and the core design of Django is reused in Grantlee.")
(string-append "https://distfiles.macports.org/qt5/" (string-append "https://distfiles.macports.org/qt5/"
component "-everywhere-src-" version ".tar.xz"))) component "-everywhere-src-" version ".tar.xz")))
(define-public qtbase (define-public qtbase-5
(package (package
(name "qtbase") (name "qtbase")
(version "5.15.2") (version "5.15.2")
@ -557,7 +557,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
(define-deprecated qt qtbase) (define-deprecated qt qtbase)
(define-public qtsvg (define-public qtsvg
(package (inherit qtbase) (package (inherit qtbase-5)
(name "qtsvg") (name "qtsvg")
(version "5.15.2") (version "5.15.2")
(source (origin (source (origin
@ -570,7 +570,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:phases `(#:phases
@ -660,7 +660,7 @@ HostData=lib/qt5
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("libwebp" ,libwebp) ("libwebp" ,libwebp)
("mesa" ,mesa) ("mesa" ,mesa)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(synopsis "Additional Image Format plugins for Qt") (synopsis "Additional Image Format plugins for Qt")
(description "The QtImageFormats module contains plugins for adding (description "The QtImageFormats module contains plugins for adding
@ -682,7 +682,7 @@ support for MNG, TGA, TIFF and WBMP image formats.")))
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(synopsis "Qt Extras for X11") (synopsis "Qt Extras for X11")
(description "The QtX11Extras module includes the library to access X11 (description "The QtX11Extras module includes the library to access X11
from within Qt 5."))) from within Qt 5.")))
@ -709,7 +709,7 @@ from within Qt 5.")))
#t)))))) #t))))))
(native-inputs `(("perl" ,perl) (native-inputs `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(inputs `(("qtbase" ,qtbase))) (inputs `(("qtbase" ,qtbase-5)))
(synopsis "Qt XML patterns module") (synopsis "Qt XML patterns module")
(description "The QtXmlPatterns module is a XQuery and XPath engine for (description "The QtXmlPatterns module is a XQuery and XPath engine for
XML and custom data models. It contains programs such as xmlpatterns and XML and custom data models. It contains programs such as xmlpatterns and
@ -748,7 +748,7 @@ xmlpatternsvalidator.")))
("vulkan-headers" ,vulkan-headers))) ("vulkan-headers" ,vulkan-headers)))
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(synopsis "Qt QML module (Quick 2)") (synopsis "Qt QML module (Quick 2)")
(description "The Qt QML module provides a framework for developing (description "The Qt QML module provides a framework for developing
applications and libraries with the QML language. It defines and implements the applications and libraries with the QML language. It defines and implements the
@ -772,7 +772,7 @@ with JavaScript and C++.")))
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(inputs (inputs
`(("bluez" ,bluez) `(("bluez" ,bluez)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(synopsis "Qt Connectivity module") (synopsis "Qt Connectivity module")
(description "The Qt Connectivity modules provides modules for interacting (description "The Qt Connectivity modules provides modules for interacting
with Bluetooth and NFC."))) with Bluetooth and NFC.")))
@ -793,7 +793,7 @@ with Bluetooth and NFC.")))
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(inputs `(("qtbase" ,qtbase))) (inputs `(("qtbase" ,qtbase-5)))
(synopsis "Qt Web Sockets module") (synopsis "Qt Web Sockets module")
(description "WebSocket is a web-based protocol designed to enable two-way (description "WebSocket is a web-based protocol designed to enable two-way
communication between a client application and a remote host. The Qt communication between a client application and a remote host. The Qt
@ -825,7 +825,7 @@ consume data received from the server, or both.")))
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(inputs `(("qtbase" ,qtbase))) (inputs `(("qtbase" ,qtbase-5)))
(synopsis "Qt Sensors module") (synopsis "Qt Sensors module")
(description "The Qt Sensors API provides access to sensor hardware via QML (description "The Qt Sensors API provides access to sensor hardware via QML
and C++ interfaces. The Qt Sensors API also provides a motion gesture and C++ interfaces. The Qt Sensors API also provides a motion gesture
@ -870,7 +870,7 @@ recognition API for devices.")))
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("mesa" ,mesa) ("mesa" ,mesa)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
;; Gstreamer is needed for the mediaplayer plugin ;; Gstreamer is needed for the mediaplayer plugin
("gstreamer" ,gstreamer) ("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base))) ("gst-plugins-base" ,gst-plugins-base)))
@ -924,7 +924,7 @@ set of plugins for interacting with pulseaudio and GStreamer.")))
("libxrender" ,libxrender) ("libxrender" ,libxrender)
("mesa" ,mesa) ("mesa" ,mesa)
("mtdev" ,mtdev) ("mtdev" ,mtdev)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("vulkan-headers" ,vulkan-headers) ("vulkan-headers" ,vulkan-headers)
("wayland" ,wayland))) ("wayland" ,wayland)))
(synopsis "Qt Wayland module") (synopsis "Qt Wayland module")
@ -943,7 +943,7 @@ compositor libraries.")))
"17gp5qzg4wdg8qlxk2p3mh8x1vk33rf33wic3fy0cws193bmkiar")))) "17gp5qzg4wdg8qlxk2p3mh8x1vk33rf33wic3fy0cws193bmkiar"))))
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("eudev" ,eudev))) ("eudev" ,eudev)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
@ -987,7 +987,7 @@ interacting with serial ports from within Qt.")))
#t))))))) #t)))))))
(inputs (inputs
`(("libsocketcan" ,libsocketcan) `(("libsocketcan" ,libsocketcan)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtserialport" ,qtserialport))) ("qtserialport" ,qtserialport)))
(synopsis "Qt Serial Bus module") (synopsis "Qt Serial Bus module")
(description "The Qt Serial Bus API provides classes and functions to (description "The Qt Serial Bus API provides classes and functions to
@ -1008,7 +1008,7 @@ and others.")))
`(("perl" ,perl) `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebsockets" ,qtwebsockets))) ("qtwebsockets" ,qtwebsockets)))
(inputs `(("qtbase" ,qtbase))) (inputs `(("qtbase" ,qtbase-5)))
(synopsis "Web communication library for Qt") (synopsis "Web communication library for Qt")
(description "The Qt WebChannel module enables peer-to-peer communication (description "The Qt WebChannel module enables peer-to-peer communication
between the host (QML/C++ application) and the client (HTML/JavaScript between the host (QML/C++ application) and the client (HTML/JavaScript
@ -1036,7 +1036,7 @@ popular web engines, Qt WebKit 2 and Qt WebEngine.")))
(native-inputs '()) (native-inputs '())
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebsockets" ,qtwebsockets) ("qtwebsockets" ,qtwebsockets)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -1061,7 +1061,7 @@ OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Display web content in a QML application") (synopsis "Display web content in a QML application")
(description "Qt WebView provides a way to display web content in a QML (description "Qt WebView provides a way to display web content in a QML
@ -1092,7 +1092,7 @@ native APIs where it makes sense.")))
(inputs (inputs
`(("icu4c" ,icu4c) `(("icu4c" ,icu4c)
("openssl" ,openssl) ("openssl" ,openssl)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("zlib" ,zlib))) ("zlib" ,zlib)))
(synopsis "Qt Location and Positioning modules") (synopsis "Qt Location and Positioning modules")
(description "The Qt Location module provides an interface for location, (description "The Qt Location module provides an interface for location,
@ -1117,7 +1117,7 @@ positioning and geolocation plugins.")))
("vulkan-headers" ,vulkan-headers))) ("vulkan-headers" ,vulkan-headers)))
(inputs (inputs
`(("mesa" ,mesa) `(("mesa" ,mesa)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(synopsis "Qt Tools and Designer modules") (synopsis "Qt Tools and Designer modules")
(description "The Qt Tools module provides a set of applications to browse (description "The Qt Tools module provides a set of applications to browse
the documentation, translate applications, generate help files and other stuff the documentation, translate applications, generate help files and other stuff
@ -1138,7 +1138,7 @@ that helps in Qt development.")))
`(("perl" ,perl) `(("perl" ,perl)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(synopsis "Qt Script module") (synopsis "Qt Script module")
(description "Qt provides support for application scripting with ECMAScript. (description "Qt provides support for application scripting with ECMAScript.
The following guides and references cover aspects of programming with The following guides and references cover aspects of programming with
@ -1158,7 +1158,7 @@ ECMAScript and Qt.")))
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Quick Controls and other Quick modules") (synopsis "Qt Quick Controls and other Quick modules")
(description "The QtScript module provides classes for making Qt (description "The QtScript module provides classes for making Qt
@ -1179,7 +1179,7 @@ can be used to build complete interfaces in Qt Quick.")))
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Quick Controls 2 and other Quick 2 modules") (synopsis "Qt Quick Controls 2 and other Quick 2 modules")
(description "The Qt Quick Controls 2 module contains the Qt Labs Platform (description "The Qt Quick Controls 2 module contains the Qt Labs Platform
@ -1201,7 +1201,7 @@ not available.")))
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Graphical Effects module") (synopsis "Qt Graphical Effects module")
(description "The Qt Graphical Effects module provides a set of QML types (description "The Qt Graphical Effects module provides a set of QML types
@ -1229,7 +1229,7 @@ coloring, and many more.")))
("freetype" ,freetype) ("freetype" ,freetype)
("libxrender" ,libxrender) ("libxrender" ,libxrender)
("sdl2" ,sdl2) ("sdl2" ,sdl2)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Gamepad module") (synopsis "Qt Gamepad module")
(description "The Qt Gamepad module is an add-on library that enables Qt (description "The Qt Gamepad module is an add-on library that enables Qt
@ -1257,7 +1257,7 @@ and mobile applications targeting TV-like form factors.")))
(("scion") "#")) (("scion") "#"))
#t)))) #t))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt SCXML module") (synopsis "Qt SCXML module")
(description "The Qt SCXML module provides functionality to create state (description "The Qt SCXML module provides functionality to create state
@ -1277,7 +1277,7 @@ also contains functionality to support data models and executable content.")))
(base32 (base32
"09rjx53519dfk4qj2gbn3vlxyriasyb747wpg1p11y7jkwqhs4l7")))) "09rjx53519dfk4qj2gbn3vlxyriasyb747wpg1p11y7jkwqhs4l7"))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Purchasing module") (synopsis "Qt Purchasing module")
(description "The Qt Purchasing module provides and in-app API for (description "The Qt Purchasing module provides and in-app API for
@ -1297,7 +1297,7 @@ purchasing goods and services.")))
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Charts module") (synopsis "Qt Charts module")
(description "The Qt Charts module provides a set of easy to use chart (description "The Qt Charts module provides a set of easy to use chart
@ -1321,7 +1321,7 @@ selecting one of the charts themes.")
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Data Visualization module") (synopsis "Qt Data Visualization module")
(description "The Qt Data Visualization module provides a way to visualize (description "The Qt Data Visualization module provides a way to visualize
@ -1352,7 +1352,7 @@ customized by using themes or by adding custom items and labels to them.")
(("oauth1 ") "# oauth1 ")) (("oauth1 ") "# oauth1 "))
#t)))))) #t))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(synopsis "Qt Network Authorization module") (synopsis "Qt Network Authorization module")
(description "The Qt Network Authorization module provides an (description "The Qt Network Authorization module provides an
implementation of OAuth and OAuth2 authenticathon methods for Qt."))) implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
@ -1383,7 +1383,7 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
"integration_multiprocess")) "integration_multiprocess"))
#t)))))) #t))))))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(synopsis "Qt Remote Objects module") (synopsis "Qt Remote Objects module")
(description "The Qt Remote Objects module is an @dfn{inter-process (description "The Qt Remote Objects module is an @dfn{inter-process
@ -1406,7 +1406,7 @@ processes or computers.")))
(substitute-keyword-arguments (package-arguments qtsvg) (substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
@ -1442,7 +1442,7 @@ message.")))
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("enchant" ,enchant) `(("enchant" ,enchant)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://github.com/manisandro/qtspell") (home-page "https://github.com/manisandro/qtspell")
(synopsis "Spell checking for Qt text widgets") (synopsis "Spell checking for Qt text widgets")
(description (description
@ -1455,7 +1455,7 @@ using the Enchant spell-checking library.")
(package (package
(inherit qtsvg) (inherit qtsvg)
(name "qtwebengine") (name "qtwebengine")
(version (package-version qtbase)) (version (package-version qtbase-5))
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1737,7 +1737,7 @@ using the Enchant spell-checking library.")
("pciutils" ,pciutils) ("pciutils" ,pciutils)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
@ -1916,13 +1916,13 @@ module provides support functions to the automatically generated code.")
(patches (search-patches "pyqt-configure.patch")))) (patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("qtbase" ,qtbase))) ; for qmake `(("qtbase" ,qtbase-5))) ; for qmake
(propagated-inputs (propagated-inputs
`(("python-sip" ,python-sip) `(("python-sip" ,python-sip)
("python-pyqt5-sip" ,python-pyqt5-sip))) ("python-pyqt5-sip" ,python-pyqt5-sip)))
(inputs (inputs
`(("python" ,python-wrapper) `(("python" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtconnectivity" ,qtconnectivity) ("qtconnectivity" ,qtconnectivity)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
@ -2028,12 +2028,12 @@ contain over 620 classes.")
`(("python" ,python) `(("python" ,python)
("python-sip" ,python-sip) ("python-sip" ,python-sip)
;; qtbase is required for qmake ;; qtbase is required for qmake
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(inputs (inputs
`(("python" ,python-wrapper) `(("python" ,python-wrapper)
("python-sip" ,python-sip) ("python-sip" ,python-sip)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
@ -2180,7 +2180,7 @@ top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself.")
(("\\$\\$\\[QT_HOST_DATA\\]") (("\\$\\$\\[QT_HOST_DATA\\]")
(string-append out "/lib/qt$${QT_MAJOR_VERSION}"))) (string-append out "/lib/qt$${QT_MAJOR_VERSION}")))
(invoke "qmake"))))))) (invoke "qmake")))))))
(native-inputs `(("qtbase" ,qtbase))) (native-inputs `(("qtbase" ,qtbase-5)))
(home-page "https://www.riverbankcomputing.co.uk/software/qscintilla/intro") (home-page "https://www.riverbankcomputing.co.uk/software/qscintilla/intro")
(synopsis "Qt port of the Scintilla C++ editor control") (synopsis "Qt port of the Scintilla C++ editor control")
(description "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ (description "QScintilla is a port to Qt of Neil Hodgson's Scintilla C++
@ -2278,7 +2278,7 @@ This package provides the Python bindings.")))
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:tests? #f ; No tests included `(#:tests? #f ; No tests included
#:phases #:phases
@ -2388,7 +2388,7 @@ securely. It will not store any data unencrypted unless explicitly requested.")
'("qtlockedfile" "qtpropertybrowser" "qtservice" '("qtlockedfile" "qtpropertybrowser" "qtservice"
"qtsingleapplication" "qtsoap"))))))) "qtsingleapplication" "qtsoap")))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(synopsis "Collection of Qt extensions") (synopsis "Collection of Qt extensions")
(description "QtSolutions is a set of components extending Qt. (description "QtSolutions is a set of components extending Qt.
@itemize @itemize
@ -2421,7 +2421,7 @@ that can be only started once per user.
(base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0")))) (base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qttools" ,qttools))) ("qttools" ,qttools)))
(arguments (arguments
@ -2504,7 +2504,7 @@ different kinds of sliders, and much more.")
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("libxrender" ,libxrender) ("libxrender" ,libxrender)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -2569,7 +2569,7 @@ time Web content can be enhanced with native controls.")
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))
(home-page "https://filcuc.github.io/DOtherSide/index.html") (home-page "https://filcuc.github.io/DOtherSide/index.html")
(synopsis "C language library for creating bindings for the Qt QML language") (synopsis "C language library for creating bindings for the Qt QML language")
@ -2607,7 +2607,7 @@ a binding language:
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets") (home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
(synopsis "Color management widgets") (synopsis "Color management widgets")
(description "QtColorWidgets provides a Qt color dialog that is more (description "QtColorWidgets provides a Qt color dialog that is more
@ -2636,7 +2636,7 @@ color-related widgets.")
(sha256 (sha256
(base32 "0vp8lpxvd1nlp4liqrlvslpqrgfn0wpiwizzdsjbj22zzb8vxikc")))))) (base32 "0vp8lpxvd1nlp4liqrlvslpqrgfn0wpiwizzdsjbj22zzb8vxikc"))))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -2685,7 +2685,7 @@ color-related widgets.")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtxmlpatterns" ,qtxmlpatterns))) ("qtxmlpatterns" ,qtxmlpatterns)))
(arguments (arguments
`(#:tests? #f `(#:tests? #f
@ -2735,7 +2735,7 @@ color-related widgets.")
`(("libxml2" ,libxml2) `(("libxml2" ,libxml2)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("clang-toolchain" ,clang-toolchain) ("clang-toolchain" ,clang-toolchain)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdatavis3d" ,qtdatavis3d) ("qtdatavis3d" ,qtdatavis3d)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
@ -2803,7 +2803,7 @@ generate Python bindings for your C or C++ code.")
(inputs (inputs
`(("python-pyside-2" ,python-pyside-2) `(("python-pyside-2" ,python-pyside-2)
("python-shiboken-2" ,python-shiboken-2) ("python-shiboken-2" ,python-shiboken-2)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(native-inputs (native-inputs
`(("python" ,python-wrapper))) `(("python" ,python-wrapper)))
(arguments (arguments
@ -2847,7 +2847,7 @@ generate Python bindings for your C or C++ code.")
(lambda* (#:key make-flags #:allow-other-keys) (lambda* (#:key make-flags #:allow-other-keys)
(apply invoke (cons "qmake" make-flags))))))) (apply invoke (cons "qmake" make-flags)))))))
(native-inputs (native-inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("glu" ,glu))) `(("glu" ,glu)))
@ -2890,7 +2890,7 @@ being fully customizable and easy to extend.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("cmake" ,cmake))) ("cmake" ,cmake)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("coin3D" ,coin3D-4))) ("coin3D" ,coin3D-4)))
(home-page "https://github.com/coin3d/soqt") (home-page "https://github.com/coin3d/soqt")
(synopsis "Qt GUI component toolkit library for Coin") (synopsis "Qt GUI component toolkit library for Coin")

View File

@ -527,7 +527,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
("python-pygobject" ,python-pygobject) ("python-pygobject" ,python-pygobject)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt)
("python-pyyaml" ,python-pyyaml) ("python-pyyaml" ,python-pyyaml)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qwt" ,qwt) ("qwt" ,qwt)
("sdl" ,sdl) ("sdl" ,sdl)
("volk" ,volk) ("volk" ,volk)
@ -797,7 +797,7 @@ to the fix block above.
("log4cpp" ,log4cpp) ("log4cpp" ,log4cpp)
("portaudio" ,portaudio) ("portaudio" ,portaudio)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("volk" ,volk))) ("volk" ,volk)))
(arguments (arguments
@ -1091,7 +1091,7 @@ users.")
("fftwf" ,fftwf) ("fftwf" ,fftwf)
("hamlib" ,wsjtx-hamlib) ("hamlib" ,wsjtx-hamlib)
("libusb" ,libusb) ("libusb" ,libusb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtserialport" ,qtserialport))) ("qtserialport" ,qtserialport)))
(arguments (arguments
@ -1150,7 +1150,7 @@ weak-signal conditions.")
("fftwf" ,fftwf) ("fftwf" ,fftwf)
("hamlib" ,wsjtx-hamlib) ("hamlib" ,wsjtx-hamlib)
("libusb" ,libusb) ("libusb" ,libusb)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtserialport" ,qtserialport))) ("qtserialport" ,qtserialport)))
(arguments (arguments
@ -1403,7 +1403,7 @@ NanoVNA vector network analyzers.")
("hamlib" ,hamlib) ("hamlib" ,hamlib)
("openjpeg" ,openjpeg) ("openjpeg" ,openjpeg)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("v4l-utils" ,v4l-utils))) ("v4l-utils" ,v4l-utils)))
(arguments (arguments
`(#:tests? #f ; No test suite. `(#:tests? #f ; No test suite.
@ -1512,7 +1512,7 @@ methods:
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
`(#:configure-flags '("--disable-static") `(#:configure-flags '("--disable-static")
#:phases #:phases
@ -1641,7 +1641,7 @@ Compatible hardware/software:
("libpcap" ,libpcap) ("libpcap" ,libpcap)
("opus" ,opus) ("opus" ,opus)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("qwt" ,qwt) ("qwt" ,qwt)
@ -1713,7 +1713,7 @@ receiver.")
("libusb" ,libusb) ("libusb" ,libusb)
("mpg123" ,mpg123) ("mpg123" ,mpg123)
("rtl-sdr" ,rtl-sdr) ("rtl-sdr" ,rtl-sdr)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtcharts" ,qtcharts) ("qtcharts" ,qtcharts)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
@ -1949,7 +1949,7 @@ voice formats.")
("opencv" ,opencv) ("opencv" ,opencv)
("opus" ,opus) ("opus" ,opus)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtcharts" ,qtcharts) ("qtcharts" ,qtcharts)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtlocation" ,qtlocation) ("qtlocation" ,qtlocation)
@ -2005,7 +2005,7 @@ various hardware.")
(inputs (inputs
`(("fftwf" ,fftwf) `(("fftwf" ,fftwf)
("liquid-dsp" ,liquid-dsp) ("liquid-dsp" ,liquid-dsp)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://github.com/miek/inspectrum") (home-page "https://github.com/miek/inspectrum")
(synopsis "Radio signal analyser") (synopsis "Radio signal analyser")
(description (description
@ -2029,7 +2029,7 @@ software-defined radio receivers.")
(build-system qt-build-system) (build-system qt-build-system)
(inputs (inputs
`(("qcustomplot" ,qcustomplot) `(("qcustomplot" ,qcustomplot)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtserialport" ,qtserialport))) ("qtserialport" ,qtserialport)))
(arguments (arguments

View File

@ -57,7 +57,7 @@
`(("sdl2" ,sdl2))) `(("sdl2" ,sdl2)))
(propagated-inputs (propagated-inputs
;; 'Viewer.h' includes 'QGLWidget'. ;; 'Viewer.h' includes 'QGLWidget'.
`(("qtbase" ,qtbase) ;the viewer module needs Qt5 + MESA `(("qtbase" ,qtbase-5) ;the viewer module needs Qt5 + MESA
("mesa" ,mesa))) ("mesa" ,mesa)))
(synopsis "Robot simulator") (synopsis "Robot simulator")
(description (description
@ -107,7 +107,7 @@ hundred times faster than real-time.")
`(("dashel" ,dashel) `(("dashel" ,dashel)
("enki" ,enki) ("enki" ,enki)
("protobuf" ,protobuf-3.5) ;for logging ("protobuf" ,protobuf-3.5) ;for logging
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qttools" ,qttools) ;for libQt5Help, needed by "studio" ("qttools" ,qttools) ;for libQt5Help, needed by "studio"
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)

View File

@ -87,7 +87,7 @@
("podofo" ,podofo) ("podofo" ,podofo)
("poppler" ,poppler) ("poppler" ,poppler)
("python" ,python) ; need Python library ("python" ,python) ; need Python library
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs

View File

@ -192,7 +192,7 @@
("libzip" ,libzip) ("libzip" ,libzip)
("openssl" ,openssl) ("openssl" ,openssl)
("python-nautilus" ,python-nautilus) ("python-nautilus" ,python-nautilus)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtkeychain" ,qtkeychain) ("qtkeychain" ,qtkeychain)
@ -352,7 +352,7 @@ See also: megacmd, the official tool set by MEGA.")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("qtlinguist" ,qttools))) ("qtlinguist" ,qttools)))
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtkeychain" ,qtkeychain) ("qtkeychain" ,qtkeychain)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -397,7 +397,7 @@ silently and reliably flow across to every other.")
#t)))) #t))))
#:tests? #f)) ; no test target #:tests? #f)) ; no test target
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtwebkit" ,qtwebkit))) ("qtwebkit" ,qtwebkit)))
(home-page "https://github.com/sieren/QSyncthingTray") (home-page "https://github.com/sieren/QSyncthingTray")
(synopsis "Traybar Application for Syncthing") (synopsis "Traybar Application for Syncthing")

View File

@ -569,7 +569,7 @@ formats, including all versions of RSS and Atom.")
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("qtwebkit" ,qtwebkit) `(("qtwebkit" ,qtwebkit)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("phonon" ,phonon) ("phonon" ,phonon)
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))

View File

@ -82,7 +82,7 @@
("libxi" ,libxi) ("libxi" ,libxi)
("libx11" ,libx11) ("libx11" ,libx11)
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://symless.com/synergy") (home-page "https://symless.com/synergy")
(synopsis "Mouse and keyboard sharing utility") (synopsis "Mouse and keyboard sharing utility")
(description (description

View File

@ -538,7 +538,7 @@ Telegram project, for its use in telegram desktop client.")
("opus" ,opus) ("opus" ,opus)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qrcodegen" ,qrcodegen-cpp) ("qrcodegen" ,qrcodegen-cpp)
("qt" ,qtbase) ("qt" ,qtbase-5)
("qt5ct" ,qt5ct) ("qt5ct" ,qt5ct)
("qtimageformats" ,qtimageformats) ("qtimageformats" ,qtimageformats)
("qtwayland" ,qtwayland) ("qtwayland" ,qtwayland)

View File

@ -643,7 +643,7 @@ address of one of the participants.")
("opus" ,opus) ; avoid bundled ("opus" ,opus) ; avoid bundled
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("speech-dispatcher" ,speech-dispatcher) ("speech-dispatcher" ,speech-dispatcher)
("speex" ,speex) ; avoid bundled ("speex" ,speex) ; avoid bundled
@ -705,7 +705,7 @@ Mumble consists of two applications for separate usage:
("libilbc" ,libilbc) ("libilbc" ,libilbc)
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
("readline" ,readline) ("readline" ,readline)

View File

@ -645,7 +645,7 @@ embedded kernel situations.")
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("qtquickcontrols" ,qtquickcontrols))) ("qtquickcontrols" ,qtquickcontrols)))

View File

@ -6500,7 +6500,7 @@ PDF documents.")
"texmaker.pro"))))))) "texmaker.pro")))))))
(inputs (inputs
`(("poppler-qt5" ,poppler-qt5) `(("poppler-qt5" ,poppler-qt5)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -6606,7 +6606,7 @@ and Karl Berry.")
("libx11" ,libx11) ("libx11" ,libx11)
("mythes" ,mythes) ("mythes" ,mythes)
("python" ,python) ("python" ,python)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("zlib" ,zlib))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs

View File

@ -650,7 +650,7 @@ scripts/input/X11/C/Shell/HTML/Dired): 49KB.
("qttools" ,qttools))) ; for lrelease ("qttools" ,qttools))) ; for lrelease
(inputs (inputs
`(("hunspell" ,hunspell) `(("hunspell" ,hunspell)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
@ -856,7 +856,7 @@ editors.")
("guile" ,guile-1.8) ("guile" ,guile-1.8)
("perl" ,perl) ("perl" ,perl)
("python" ,python-wrapper) ("python" ,python-wrapper)
("qt" ,qtbase) ("qt" ,qtbase-5)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target

View File

@ -559,7 +559,7 @@ applications by providing high-level classes for commonly required tasks.")
(inputs (inputs
`(;; XXX: Build fails with libvideogfx. `(;; XXX: Build fails with libvideogfx.
;; ("libvideogfx" ,libvideogfx) ;; ("libvideogfx" ,libvideogfx)
("qt" ,qtbase) ("qt" ,qtbase-5)
("sdl" ,sdl))) ("sdl" ,sdl)))
(synopsis "H.265 video codec implementation") (synopsis "H.265 video codec implementation")
(description "Libde265 is an implementation of the h.265 video codec. It is (description "Libde265 is an implementation of the h.265 video codec. It is
@ -926,7 +926,7 @@ H.264 (MPEG-4 AVC) video streams.")
("lzo" ,lzo) ("lzo" ,lzo)
("pcre2" ,pcre2) ("pcre2" ,pcre2)
("pugixml" ,pugixml) ("pugixml" ,pugixml)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("utfcpp" ,utfcpp) ("utfcpp" ,utfcpp)
("zlib" ,zlib))) ("zlib" ,zlib)))
@ -1839,7 +1839,7 @@ videoformats depend on the configuration flags of ffmpeg.")
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("python" ,python-wrapper) ("python" ,python-wrapper)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("samba" ,samba) ("samba" ,samba)
@ -2731,7 +2731,7 @@ for use with HTML5 video.")
("libvpx" ,libvpx) ("libvpx" ,libvpx)
("libxv" ,libxv) ("libxv" ,libxv)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
@ -3021,7 +3021,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
("rubberband" ,rubberband) ("rubberband" ,rubberband)
("libsamplerate" ,libsamplerate) ("libsamplerate" ,libsamplerate)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("sdl" ,sdl) ("sdl" ,sdl)
("sox" ,sox))) ("sox" ,sox)))
@ -3091,7 +3091,7 @@ tools, XML authoring components, and an extensible plug-in based API.")
("glu" ,glu) ("glu" ,glu)
("libjpeg" ,libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libx11" ,libx11) ("libx11" ,libx11)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("eudev" ,eudev))) ("eudev" ,eudev)))
(synopsis "Realtime video capture utilities for Linux") (synopsis "Realtime video capture utilities for Linux")
(description "The v4l-utils provide a series of libraries and utilities to (description "The v4l-utils provide a series of libraries and utilities to
@ -3155,7 +3155,7 @@ be used for realtime video capture via Linux-specific APIs.")
("mbedtls" ,mbedtls-apache) ("mbedtls" ,mbedtls-apache)
("mesa" ,mesa) ("mesa" ,mesa)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("speexdsp" ,speexdsp) ("speexdsp" ,speexdsp)
@ -3230,7 +3230,7 @@ OBS audio sources.")
#t))))) #t)))))
(inputs (inputs
`(("obs" ,obs) `(("obs" ,obs)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://github.com/Palakis/obs-websocket") (home-page "https://github.com/Palakis/obs-websocket")
(synopsis "OBS plugin for remote control via WebSockets") (synopsis "OBS plugin for remote control via WebSockets")
(description "This OBS plugin allows you to establish a WebSocket channel (description "This OBS plugin allows you to establish a WebSocket channel
@ -3422,7 +3422,7 @@ making @dfn{screencasts}.")
("libxi" ,libxi) ("libxi" ,libxi)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
("pulseaudio" ,pulseaudio) ("pulseaudio" ,pulseaudio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(arguments (arguments
@ -4502,7 +4502,7 @@ create smoother and stable videos.")
("imagemagick" ,imagemagick) ("imagemagick" ,imagemagick)
("jsoncpp" ,jsoncpp) ("jsoncpp" ,jsoncpp)
("libopenshot-audio" ,libopenshot-audio) ("libopenshot-audio" ,libopenshot-audio)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("zeromq" ,zeromq))) ("zeromq" ,zeromq)))
(arguments (arguments

View File

@ -472,7 +472,7 @@ access.")
("font-google-noto" ,font-google-noto) ("font-google-noto" ,font-google-noto)
("font-openmoji" ,font-openmoji) ("font-openmoji" ,font-openmoji)
("openssl" ,openssl) ("openssl" ,openssl)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtmultimedia" ,qtmultimedia) ("qtmultimedia" ,qtmultimedia)
("qtsvg" ,qtsvg))) ("qtsvg" ,qtsvg)))
(home-page "https://kristall.random-projects.net") (home-page "https://kristall.random-projects.net")

View File

@ -237,7 +237,7 @@
#t))))) #t)))))
(inputs (inputs
`(("http-parser" ,http-parser) `(("http-parser" ,http-parser)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(home-page "https://github.com/azadkuh/qhttp/") (home-page "https://github.com/azadkuh/qhttp/")
(synopsis "Qt-based HTTP Library") (synopsis "Qt-based HTTP Library")
(description (description
@ -1125,7 +1125,7 @@ project)
(add-before 'check 'render-offscreen (add-before 'check 'render-offscreen
(lambda _ (setenv "QT_QPA_PLATFORM" "offscreen") #t))))) (lambda _ (setenv "QT_QPA_PLATFORM" "offscreen") #t)))))
(inputs (inputs
`(("qtbase" ,qtbase))) `(("qtbase" ,qtbase-5)))
(home-page "http://qjson.sourceforge.net") (home-page "http://qjson.sourceforge.net")
(synopsis "Library that maps JSON data to QVariant objects") (synopsis "Library that maps JSON data to QVariant objects")
(description "QJson is a Qt-based library that maps JSON data to (description "QJson is a Qt-based library that maps JSON data to
@ -1150,7 +1150,7 @@ instances, while JSON's objects will be mapped to @code{QVariantMap}.")
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qca" ,qca) `(("qca" ,qca)
("qtbase" ,qtbase))) ("qtbase" ,qtbase-5)))
(arguments (arguments
'(#:tests? #f ;FIXME: some tests are failing '(#:tests? #f ;FIXME: some tests are failing
#:phases #:phases
@ -8157,7 +8157,7 @@ It contains the code shared by all Kiwix ports.")
("libmicrohttpd" ,libmicrohttpd) ("libmicrohttpd" ,libmicrohttpd)
("libzim" ,libzim) ("libzim" ,libzim)
("pugixml" ,pugixml) ("pugixml" ,pugixml)
("qtbase" ,qtbase) ("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine) ("qtwebengine" ,qtwebengine)
@ -8166,7 +8166,7 @@ It contains the code shared by all Kiwix ports.")
("zstd" ,zstd "lib"))) ("zstd" ,zstd "lib")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qmake" ,qtbase))) ("qmake" ,qtbase-5)))
(home-page "https://wiki.kiwix.org/wiki/Software") (home-page "https://wiki.kiwix.org/wiki/Software")
(synopsis "Viewer and manager of ZIM files") (synopsis "Viewer and manager of ZIM files")
(description "Kiwix Desktop allows you to enjoy a lot of different content (description "Kiwix Desktop allows you to enjoy a lot of different content

View File

@ -319,7 +319,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
`(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release") `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
#:tests? #f)) ; Test suite is a rather manual process. #:tests? #f)) ; Test suite is a rather manual process.
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase-5)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))

View File

@ -6518,7 +6518,7 @@ and embedded platforms.")
(package/inherit uim (package/inherit uim
(name "uim-qt") (name "uim-qt")
(inputs (inputs
`(("qt" ,qtbase) `(("qt" ,qtbase-5)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
,@(package-inputs uim))) ,@(package-inputs uim)))
(arguments (arguments