mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtsvg: Rename variable to qtsvg-5.
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
This commit is contained in:
parent
4af9984a4e
commit
1ef04fb228
50 changed files with 210 additions and 211 deletions
|
@ -2137,7 +2137,7 @@ (define-public wpa-supplicant-gui
|
|||
(inherit wpa-supplicant)
|
||||
(name "wpa-supplicant-gui")
|
||||
(inputs (modify-inputs (package-inputs wpa-supplicant)
|
||||
(prepend qtbase-5 qtsvg)))
|
||||
(prepend qtbase-5 qtsvg-5)))
|
||||
(native-inputs
|
||||
;; For icons.
|
||||
(modify-inputs (package-native-inputs wpa-supplicant)
|
||||
|
@ -2157,7 +2157,7 @@ (define-public wpa-supplicant-gui
|
|||
(replace 'install
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(qt '("qtbase" "qtsvg")))
|
||||
(qt '("qtbase" "qtsvg-5")))
|
||||
(install-file "wpa_gui" (string-append out "/bin"))
|
||||
(install-file "wpa_gui.desktop"
|
||||
(string-append out "/share/applications"))
|
||||
|
|
|
@ -474,7 +474,7 @@ (define-public pencil2d
|
|||
"0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtxmlpatterns qtmultimedia qtsvg))
|
||||
(list qtbase-5 qtxmlpatterns qtmultimedia qtsvg-5))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
@ -3232,7 +3232,7 @@ (define-public supercollider
|
|||
yaml-cpp
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebsockets))
|
||||
(propagated-inputs ;to get native-search-path
|
||||
|
@ -5852,9 +5852,8 @@ (define-public qpwgraph
|
|||
`(#:tests? #f)) ;; no tests
|
||||
(inputs (list alsa-lib
|
||||
pipewire-0.3
|
||||
;; qtsvg is still on version 5; use qtbase-5 to match
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs (list pkg-config))
|
||||
(synopsis "PipeWire graph manager")
|
||||
(description
|
||||
|
|
|
@ -1339,7 +1339,7 @@ (define-public vorta
|
|||
python-pyqt-without-qtwebkit
|
||||
python-secretstorage
|
||||
;; This is included so that the qt-wrap phase picks it up.
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://github.com/borgbase/vorta")
|
||||
(synopsis "Graphical backup client based on BorgBackup")
|
||||
(description "Vorta is a graphical backup client based on the Borg backup
|
||||
|
|
|
@ -11264,7 +11264,7 @@ (define-public bandage
|
|||
(install-file "Bandage" (string-append out "/bin"))
|
||||
#t))))))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(native-inputs
|
||||
(list imagemagick))
|
||||
(home-page "https://rrwick.github.io/Bandage/")
|
||||
|
|
|
@ -477,7 +477,7 @@ (define-public qbittorrent
|
|||
("openssl" ,openssl)
|
||||
("python" ,python-wrapper)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://www.qbittorrent.org/")
|
||||
(synopsis "Graphical BitTorrent client")
|
||||
|
|
|
@ -93,7 +93,7 @@ (define-public sddm
|
|||
qtgraphicaleffects
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
shadow
|
||||
wayland))
|
||||
(arguments
|
||||
|
|
|
@ -293,7 +293,7 @@ (define-public calibre
|
|||
(setenv "CI" "true")
|
||||
;; The Qt test complains about being unable to load all image
|
||||
;; plugins, and I notice the available plugins list it shows
|
||||
;; lacks 'svg'. Adding qtsvg doesn't fix it, so I'm not sure how
|
||||
;; lacks 'svg'. Adding qtsvg-5 doesn't fix it, so I'm not sure how
|
||||
;; to fix it. TODO: Fix test and remove this.
|
||||
(setenv "SKIP_QT_BUILD_TEST" "true")))
|
||||
(add-after 'install 'install-rapydscript
|
||||
|
|
|
@ -185,7 +185,7 @@ (define-public gcompris-qt
|
|||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtsensors
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtxmlpatterns))
|
||||
(home-page "https://gcompris.net/index-en.html")
|
||||
(synopsis "Educational games for small children")
|
||||
|
@ -560,7 +560,7 @@ (define-public openboard
|
|||
qtbase-5
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qtxmlpatterns
|
||||
|
|
|
@ -381,7 +381,7 @@ (define-public pulseview
|
|||
libsigrok
|
||||
libsigrokdecode
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://www.sigrok.org/wiki/PulseView")
|
||||
(synopsis "Qt based logic analyzer, oscilloscope and MSO GUI for sigrok")
|
||||
(description "PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI
|
||||
|
|
|
@ -213,7 +213,7 @@ (define-public librecad
|
|||
(copy-recursively "unix/resources" share))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list boost muparser freetype qtbase-5 qtsvg))
|
||||
(list boost muparser freetype qtbase-5 qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config which))
|
||||
(home-page "https://librecad.org/")
|
||||
|
@ -710,7 +710,7 @@ (define-public fritzing
|
|||
(inputs
|
||||
`(("qtbase" ,qtbase-5)
|
||||
("qtserialport" ,qtserialport)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("libgit2" ,libgit2)
|
||||
("boost" ,boost)
|
||||
("zlib" ,zlib)
|
||||
|
@ -764,7 +764,7 @@ (define-public qelectrotech
|
|||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(inputs
|
||||
(list kcoreaddons kwidgetsaddons qtbase-5 qtsvg sqlite))
|
||||
(list kcoreaddons kwidgetsaddons qtbase-5 qtsvg-5 sqlite))
|
||||
(home-page "https://qelectrotech.org/")
|
||||
(synopsis "CAD/CAE editor focusing on schematics drawing features")
|
||||
(description "QElectroTech, or QET in short, is a desktop application to
|
||||
|
@ -1246,7 +1246,7 @@ (define-public valeronoi
|
|||
mpfr
|
||||
openssl
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://github.com/ccoors/Valeronoi")
|
||||
(synopsis "WiFi mapping companion application for Valetudo")
|
||||
(description
|
||||
|
@ -2118,7 +2118,7 @@ (define-public librepcb
|
|||
(base32 "0smp1p7wnrj0vh4rmz1cr2krfawc2lzx0pbzmgyay7xdp6jxympr"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg zlib))
|
||||
(list qtbase-5 qtsvg-5 zlib))
|
||||
(native-inputs
|
||||
(list qttools ; for lrelease
|
||||
unzip))
|
||||
|
@ -2278,7 +2278,7 @@ (define-public cutter
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
openssl
|
||||
;; Depends on radare2 4.5.1 officially, builds and works fine with
|
||||
;; radare2 5.0.0 but fails to build with radare2 5.1.1.
|
||||
|
@ -2491,7 +2491,7 @@ (define-public freecad
|
|||
python-wrapper
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qtx11extras
|
||||
|
@ -3426,7 +3426,7 @@ (define-public uranium
|
|||
qtgraphicaleffects
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(arguments
|
||||
`(;; FIXME: tests are disabled, because they cause an infinite loop.
|
||||
#:tests? #f
|
||||
|
|
|
@ -651,7 +651,7 @@ (define-public electron-cash
|
|||
python-requests
|
||||
python-stem
|
||||
python-trezor
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
zlib))
|
||||
(home-page "https://electroncash.org/")
|
||||
(synopsis "Bitcoin Cash wallet")
|
||||
|
@ -807,7 +807,7 @@ (define-public monero-gui
|
|||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("qtquickcontrols" ,qtquickcontrols)
|
||||
("qtquickcontrols2",qtquickcontrols2)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qtxmlpatterns" ,qtxmlpatterns)))
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests
|
||||
|
|
|
@ -520,7 +520,7 @@ (define-public tiled
|
|||
"05gczsywkk45bh0z1vv8l6cmrlncc2qj8agavj5ryxpnxkzy69r1"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative qtsvg zlib))
|
||||
(list qtbase-5 qtdeclarative qtsvg-5 zlib))
|
||||
(native-inputs
|
||||
(list qttools))
|
||||
(arguments
|
||||
|
|
|
@ -994,7 +994,7 @@ (define-public cockatrice
|
|||
(list protobuf
|
||||
qtbase-5
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qttools
|
||||
qtwebsockets
|
||||
xz
|
||||
|
@ -7199,7 +7199,7 @@ (define-public the-butterfly-effect
|
|||
;; with multiple "QPainter:: ... Painter not active" warnings.
|
||||
#:tests? #f))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("gettext-minimal" ,gettext-minimal)
|
||||
|
@ -9271,7 +9271,7 @@ (define-public flightgear
|
|||
plib
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
simgear
|
||||
speexdsp
|
||||
sqlite
|
||||
|
@ -10153,7 +10153,7 @@ (define-public q5go
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list qtbase-5 qtmultimedia qtsvg))
|
||||
(list qtbase-5 qtmultimedia qtsvg-5))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -10249,7 +10249,7 @@ (define-public ktuberling
|
|||
qtbase-5
|
||||
qtmultimedia
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Stamp drawing toy")
|
||||
(description "KTuberling is a drawing toy intended for small children and
|
||||
|
@ -10295,7 +10295,7 @@ (define-public picmi
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Number logic game")
|
||||
(description "Picmi is a number logic game in which cells in a grid have
|
||||
|
@ -10376,7 +10376,7 @@ (define-public libkmahjongg
|
|||
ki18n
|
||||
kwidgetsaddons
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Shared library for kmahjongg and kshisen")
|
||||
(description "Shared library and common files for kmahjongg, kshisen and
|
||||
|
@ -10409,7 +10409,7 @@ (define-public kmahjongg
|
|||
libkmahjongg
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Tile laying patience")
|
||||
(description "In KMahjongg the tiles are scrambled and staked on top of
|
||||
|
@ -10506,7 +10506,7 @@ (define-public kajongg
|
|||
python-pyqt
|
||||
python-zope-interface
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Classical Mah Jongg game for 4 players")
|
||||
(description "Kajongg is the ancient Chinese board game for 4 players.
|
||||
|
@ -10623,7 +10623,7 @@ (define-public konquest
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Simple turn-based strategy game")
|
||||
(description "Konquest is the KDE version of Gnu-Lactic Konquest. Players
|
||||
|
@ -10662,7 +10662,7 @@ (define-public kbounce
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Jezzball arcade game")
|
||||
(description "KBounce is a single player arcade game with the elements of
|
||||
|
@ -10700,7 +10700,7 @@ (define-public kblocks
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Single player falling blocks puzzle game")
|
||||
(description "KBlocks is the classic Tetris-like falling blocks game.
|
||||
|
@ -10743,7 +10743,7 @@ (define-public ksudoku
|
|||
glu
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Sudoku puzzle game and solver")
|
||||
(description "KSudoku is a Sudoku game and solver, supporting a range of
|
||||
|
@ -10920,7 +10920,7 @@ (define-public kfourinline
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Place 4 pieces in a row")
|
||||
(description "KFourInLine is a board game for two players based on the
|
||||
|
@ -10959,7 +10959,7 @@ (define-public kblackbox
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Find atoms in a grid by shooting electrons")
|
||||
(description "KBlackbox is a game of hide and seek played on a grid of
|
||||
|
@ -11082,7 +11082,7 @@ (define-public granatier
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Bomberman clone")
|
||||
(description "Granatier is a clone of the classic Bomberman game,
|
||||
|
@ -11118,7 +11118,7 @@ (define-public ksirk
|
|||
qca
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
zlib))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Computerized version of the well known strategy board game
|
||||
|
@ -11179,7 +11179,7 @@ (define-public palapeli
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
shared-mime-info))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Jigsaw puzzle game")
|
||||
|
@ -11259,7 +11259,7 @@ (define-public kigo
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Go board game")
|
||||
(description "Kigo is an open-source implementation of the popular Go
|
||||
|
@ -11304,7 +11304,7 @@ (define-public kubrick
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Game based on Rubik's Cube")
|
||||
(description "Kubrick is a game based on the Rubik's Cube puzzle.
|
||||
|
@ -11344,7 +11344,7 @@ (define-public lskat
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Lieutnant Skat card game")
|
||||
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
|
||||
|
@ -11382,7 +11382,7 @@ (define-public kapman
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Pac-Man clone")
|
||||
(description "Kapman is a clone of the well known game Pac-Man.
|
||||
|
@ -11421,7 +11421,7 @@ (define-public kspaceduel
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Two player game with shooting spaceships flying around a sun")
|
||||
(description "KSpaceduel is a space battle game for one or two players,
|
||||
|
@ -11454,7 +11454,7 @@ (define-public bovo
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Classic pen and paper game: five in a line")
|
||||
(description "Bovo is a Gomoku (from Japanese 五目並べ - lit. \"five
|
||||
|
@ -11534,7 +11534,7 @@ (define-public ksnakeduel
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Snake race played against the computer")
|
||||
(description "KSnakeDuel is a fast action game where you steer a snake
|
||||
|
@ -11650,7 +11650,7 @@ (define-public kreversi
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Old reversi board game, also known as othello")
|
||||
(description "KReversi is a simple one player strategy game played
|
||||
|
@ -11727,7 +11727,7 @@ (define-public kjumpingcube
|
|||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Simple tactical game for number-crunchers")
|
||||
(description "KJumpingcube is a simple tactical game for one or two
|
||||
|
@ -11885,7 +11885,7 @@ (define-public chessx
|
|||
(native-inputs
|
||||
(list qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtmultimedia qtspeech qtsvg zlib))
|
||||
(list qtbase-5 qtmultimedia qtspeech qtsvg-5 zlib))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases
|
||||
|
|
|
@ -2622,7 +2622,7 @@ (define-public qgis
|
|||
qtkeychain
|
||||
qtlocation
|
||||
qtserialport
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qwt
|
||||
;;("saga" ,saga)
|
||||
sqlite))
|
||||
|
@ -2764,7 +2764,7 @@ (define-public gplates
|
|||
python-3
|
||||
python-numpy
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtxmlpatterns
|
||||
qwt
|
||||
zlib))
|
||||
|
|
|
@ -194,7 +194,7 @@ (define-public gpxsee
|
|||
(string-append "PREFIX="
|
||||
(assoc-ref outputs "out"))))))))
|
||||
(inputs
|
||||
(list qtbase-5 qtlocation qtsvg))
|
||||
(list qtbase-5 qtlocation qtsvg-5))
|
||||
(native-inputs
|
||||
(list qttools))
|
||||
(home-page "https://www.gpxsee.org")
|
||||
|
|
|
@ -1966,7 +1966,7 @@ (define-public drawpile
|
|||
qtbase-5
|
||||
qtkeychain
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(home-page "https://drawpile.net")
|
||||
(synopsis "Collaborative drawing program")
|
||||
|
|
|
@ -1231,7 +1231,7 @@ (define-public scantailor-advanced
|
|||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
|
@ -520,7 +520,7 @@ (define-public luminance-hdr
|
|||
(inputs
|
||||
(list qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
boost
|
||||
eigen
|
||||
;; gtest
|
||||
|
@ -673,7 +673,7 @@ (define-public qview
|
|||
(native-inputs
|
||||
(list qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtimageformats qtsvg))
|
||||
(list qtbase-5 qtimageformats qtsvg-5))
|
||||
(home-page "https://interversehq.com/qview/")
|
||||
(synopsis "Convenient and minimal image viewer")
|
||||
(description "qView is a Qt image viewer designed with visually
|
||||
|
@ -921,7 +921,7 @@ (define-public nomacs
|
|||
("python" ,python-wrapper)
|
||||
("quazip" ,quazip-0)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)))
|
||||
("qtsvg-5" ,qtsvg-5)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qtlinguist" ,qttools)))
|
||||
|
|
|
@ -1830,7 +1830,7 @@ (define-public flameshot
|
|||
(native-inputs
|
||||
(list qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no tests
|
||||
(home-page "https://github.com/flameshot-org/flameshot")
|
||||
|
|
|
@ -136,7 +136,7 @@ (define-public quassel
|
|||
qtbase-5
|
||||
qtmultimedia
|
||||
qtscript
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
snorenotify
|
||||
sonnet
|
||||
zlib))
|
||||
|
|
|
@ -604,7 +604,7 @@ (define-public jami
|
|||
libnotify
|
||||
network-manager
|
||||
qrencode
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebengine
|
||||
qtwebchannel
|
||||
qtmultimedia
|
||||
|
|
|
@ -712,7 +712,7 @@ (define-public kgraphviewer
|
|||
graphviz
|
||||
kiconthemes
|
||||
kparts
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config extra-cmake-modules kdoctools))
|
||||
(home-page "https://apps.kde.org/en/kgraphviewer")
|
||||
|
@ -877,7 +877,7 @@ (define-public kirigami
|
|||
qtbase-5
|
||||
qtdeclarative
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
;; Run-time dependency
|
||||
qtgraphicaleffects))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
|
@ -2546,7 +2546,7 @@ (define-public kiconthemes
|
|||
kitemviews
|
||||
kwidgetsaddons
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -3339,7 +3339,7 @@ (define-public plasma-framework
|
|||
("qtbase" ,qtbase-5)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtquickcontrols2" ,qtquickcontrols2)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("solid" ,solid)))
|
||||
(arguments
|
||||
|
@ -3548,7 +3548,7 @@ (define-public kdelibs4support
|
|||
libsm
|
||||
networkmanager-qt
|
||||
openssl
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qttools
|
||||
qtx11extras))
|
||||
;; FIXME: Use Guix ca-bundle.crt in etc/xdg/ksslcalist and
|
||||
|
@ -3700,7 +3700,7 @@ (define-public kjsembed
|
|||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools qttools))
|
||||
(inputs
|
||||
(list ki18n kjs qtbase-5 qtsvg))
|
||||
(list ki18n kjs qtbase-5 qtsvg-5))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "KDE Frameworks 5 embedded Javascript engine for Qt")
|
||||
(description "KJSEmbed provides a method of binding Javascript objects to
|
||||
|
|
|
@ -177,7 +177,7 @@ (define-public elisa
|
|||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
;; TODO: upnpqt https://gitlab.com/homeautomationqt/upnp-player-qt
|
||||
vlc))
|
||||
|
@ -269,7 +269,7 @@ (define-public juk
|
|||
phonon
|
||||
phonon-backend-gstreamer
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
taglib))
|
||||
(home-page "https://kde.org/applications/multimedia/org.kde.juk")
|
||||
(synopsis "Music jukebox / music player")
|
||||
|
@ -625,7 +625,7 @@ (define-public kmplayer
|
|||
phonon
|
||||
qtbase-5
|
||||
cairo
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
xcb-util
|
||||
xcb-util-cursor
|
||||
|
|
|
@ -346,7 +346,7 @@ (define-public yakuake
|
|||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(home-page "https://www.kde.org/applications/system/yakuake/")
|
||||
(synopsis "Quad-style terminal emulator for KDE")
|
||||
|
|
|
@ -292,7 +292,7 @@ (define-public kdenlive
|
|||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtscript
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
shared-mime-info))
|
||||
(home-page "https://kdenlive.org")
|
||||
(synopsis "Non-linear video editor")
|
||||
|
@ -438,7 +438,7 @@ (define-public kdiagram
|
|||
(native-inputs
|
||||
(list extra-cmake-modules qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(home-page "https://invent.kde.org/graphics/kdiagram")
|
||||
(synopsis "Libraries for creating business diagrams")
|
||||
(description "This package provides libraries for integrating business
|
||||
|
@ -541,7 +541,7 @@ (define-public krita
|
|||
qtbase-5
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
quazip-0
|
||||
zlib))
|
||||
|
@ -577,7 +577,7 @@ (define-public massif-visualizer
|
|||
kio
|
||||
ki18n
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtxmlpatterns))
|
||||
(home-page "https://apps.kde.org/en/massif-visualizer")
|
||||
(synopsis "Visualize massif data generated by Valgrind")
|
||||
|
@ -828,7 +828,7 @@ (define-public labplot
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
shared-mime-info
|
||||
;; Optional.
|
||||
cfitsio
|
||||
|
@ -978,7 +978,7 @@ (define-public libkdegames
|
|||
openal
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://games.kde.org/")
|
||||
(synopsis "Runtime library for kdegames")
|
||||
(description "Runtime library for kdegames")
|
||||
|
@ -1027,7 +1027,7 @@ (define-public marble-qt
|
|||
qtdeclarative
|
||||
qtlocation
|
||||
qtserialport
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
shapelib
|
||||
|
@ -1095,7 +1095,7 @@ (define-public okular
|
|||
poppler-qt5
|
||||
qca
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
threadweaver
|
||||
kcrash
|
||||
kjs))
|
||||
|
@ -1225,7 +1225,7 @@ (define-public kuserfeedback
|
|||
;;("phpunit" ,phpunit)
|
||||
))
|
||||
(inputs
|
||||
(list qtbase-5 qtcharts qtdeclarative qtsvg))
|
||||
(list qtbase-5 qtcharts qtdeclarative qtsvg-5))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; 4/17 fail
|
||||
(home-page "https://api.kde.org/frameworks/kuserfeedback/html/")
|
||||
|
|
|
@ -856,7 +856,7 @@ (define-public linphone-desktop
|
|||
qtgraphicaleffects
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(synopsis "Desktop client for the Linphone SIP softphone")
|
||||
(description "Linphone is a SIP softphone for voice and video over IP calling
|
||||
(VoIP) and instant messaging. Amongst its features are:
|
||||
|
|
|
@ -187,7 +187,7 @@ (define-public libqtxdg
|
|||
#t)))))
|
||||
(propagated-inputs
|
||||
;; required by Qt5XdgIconLoader.pc
|
||||
(list glib qtbase-5 qtsvg))
|
||||
(list glib qtbase-5 qtsvg-5))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools pkg-config))
|
||||
(home-page "https://github.com/lxqt/libqtxdg")
|
||||
|
@ -231,7 +231,7 @@ (define-public liblxqt
|
|||
libqtxdg
|
||||
libxscrnsaver
|
||||
polkit-qt
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -284,7 +284,7 @@ (define-public lxqt-about
|
|||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -326,7 +326,7 @@ (define-public lxqt-admin
|
|||
liblxqt
|
||||
libqtxdg
|
||||
polkit-qt
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -375,7 +375,7 @@ (define-public lxqt-config
|
|||
libxcursor
|
||||
libxi
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid
|
||||
xf86-input-libinput
|
||||
|
@ -443,7 +443,7 @@ (define-public lxqt-globalkeys
|
|||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config qttools lxqt-build-tools))
|
||||
|
@ -489,7 +489,7 @@ (define-public lxqt-notificationd
|
|||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -534,7 +534,7 @@ (define-public lxqt-openssh-askpass
|
|||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -584,7 +584,7 @@ (define-public lxqt-panel
|
|||
pcre
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid
|
||||
xcb-util
|
||||
|
@ -646,7 +646,7 @@ (define-public lxqt-policykit
|
|||
pcre
|
||||
polkit-qt
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config polkit lxqt-build-tools qttools))
|
||||
|
@ -692,7 +692,7 @@ (define-public lxqt-powermanagement
|
|||
libqtxdg
|
||||
lxqt-globalkeys
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid))
|
||||
(native-inputs
|
||||
|
@ -739,7 +739,7 @@ (define-public lxqt-qtplugin
|
|||
libfm-qt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools))
|
||||
|
@ -779,7 +779,7 @@ (define-public lxqt-runner
|
|||
muparser
|
||||
pcre
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config qttools lxqt-build-tools))
|
||||
|
@ -825,7 +825,7 @@ (define-public lxqt-session
|
|||
libqtxdg
|
||||
procps
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
xdg-user-dirs))
|
||||
(native-inputs
|
||||
|
@ -893,7 +893,7 @@ (define-public lxqt-sudo
|
|||
liblxqt
|
||||
libqtxdg
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
sudo))
|
||||
(native-inputs
|
||||
|
@ -1068,7 +1068,7 @@ (define-public lximage-qt
|
|||
(base32 "0g6hs41xfw2ghhwpj0rqr2ciri0x9v984689yrnmnvah88zlya1f"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list libexif libfm-qt qtbase-5 qtsvg qtx11extras))
|
||||
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config lxqt-build-tools qttools))
|
||||
(arguments
|
||||
|
@ -1225,7 +1225,7 @@ (define-public screengrab
|
|||
(base32 "0cilzw7rz5m2klzpax7rrs5rr6whfda2svwzsn2jvmrirmh5by7r"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kwindowsystem libqtxdg qtbase-5 qtsvg qtx11extras))
|
||||
(list kwindowsystem libqtxdg qtbase-5 qtsvg-5 qtx11extras))
|
||||
(native-inputs
|
||||
(list pkg-config perl qttools))
|
||||
(arguments
|
||||
|
@ -1283,7 +1283,7 @@ (define-public lxqt-connman-applet
|
|||
(inputs
|
||||
(list kwindowsystem
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
liblxqt
|
||||
qtx11extras
|
||||
libqtxdg))
|
||||
|
@ -1332,9 +1332,9 @@ (define-public lxqt
|
|||
xdg-user-dirs
|
||||
xdg-utils
|
||||
;; Base
|
||||
;; TODO: qtsvg is needed for lxqt apps to display icons. Maybe it
|
||||
;; TODO: qtsvg-5 is needed for lxqt apps to display icons. Maybe it
|
||||
;; should be added to their propagated-inputs?
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
;; Core
|
||||
lxqt-about
|
||||
lxqt-admin
|
||||
|
|
|
@ -3064,7 +3064,7 @@ (define-public veusz
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(wrap-program (string-append out "/bin/veusz")
|
||||
`("QT_PLUGIN_PATH" prefix
|
||||
,(list (string-append (assoc-ref inputs "qtsvg")
|
||||
,(list (string-append (assoc-ref inputs "qtsvg-5")
|
||||
"/lib/qt5/plugins/"))))))))))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
@ -3076,7 +3076,7 @@ (define-public veusz
|
|||
python-h5py ;optional, for HDF5 data
|
||||
python-pyqt
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(home-page "https://veusz.github.io/")
|
||||
|
|
|
@ -233,7 +233,7 @@ (define-public psi
|
|||
("qca" ,qca)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qtwebkit" ,qtwebkit)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("x11" ,libx11)
|
||||
|
@ -1480,7 +1480,7 @@ (define-public kaidan
|
|||
qtgraphicaleffects
|
||||
qtlocation
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtmultimedia
|
||||
qtxmlpatterns
|
||||
qqc2-desktop-style
|
||||
|
@ -1826,7 +1826,7 @@ (define-public qtox
|
|||
openal
|
||||
qrencode
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
sqlcipher))
|
||||
(home-page "https://qtox.github.io/")
|
||||
(synopsis "Tox chat client using Qt")
|
||||
|
@ -2462,7 +2462,7 @@ (define-public nheko
|
|||
qtgraphicaleffects
|
||||
qtmultimedia
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
spdlog
|
||||
single-application-qt5
|
||||
xcb-util-wm
|
||||
|
@ -2501,7 +2501,7 @@ (define-public quaternion
|
|||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qttools
|
||||
xdg-utils))
|
||||
(arguments
|
||||
|
@ -3041,7 +3041,7 @@ (define-public psi-plus
|
|||
("qtbase" ,qtbase-5)
|
||||
("qtkeychain" ,qtkeychain)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("usrsctp" ,usrsctp)
|
||||
("x11" ,libx11)
|
||||
|
|
|
@ -464,7 +464,7 @@ (define-public cantata
|
|||
mpg123
|
||||
qtbase-5
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
taglib
|
||||
zlib))
|
||||
(synopsis "Graphical MPD Client")
|
||||
|
|
|
@ -2264,7 +2264,7 @@ (define-public mixxx
|
|||
qtdeclarative
|
||||
qtkeychain
|
||||
qtscript
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
rubberband
|
||||
soundtouch
|
||||
|
@ -2301,7 +2301,7 @@ (define-public synthv1
|
|||
new-session-manager
|
||||
liblo
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(home-page "https://synthv1.sourceforge.io")
|
||||
|
@ -2334,7 +2334,7 @@ (define-public drumkv1
|
|||
new-session-manager
|
||||
liblo
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(home-page "https://drumkv1.sourceforge.io")
|
||||
|
@ -2367,7 +2367,7 @@ (define-public samplv1
|
|||
new-session-manager
|
||||
liblo
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(home-page "https://samplv1.sourceforge.io")
|
||||
|
@ -2400,7 +2400,7 @@ (define-public padthv1
|
|||
liblo
|
||||
fftwf
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
(home-page "https://padthv1.sourceforge.io")
|
||||
|
@ -2928,7 +2928,7 @@ (define-public drumstick
|
|||
"/manpages/docbook.xsl")))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg qttools alsa-lib))
|
||||
(list qtbase-5 qtsvg-5 qttools alsa-lib))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
libxslt ; for xsltproc
|
||||
|
@ -2972,7 +2972,7 @@ (define-public vmpk
|
|||
"/manpages/docbook.xsl")))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list drumstick qtbase-5 qtsvg qtx11extras))
|
||||
(list drumstick qtbase-5 qtsvg-5 qtx11extras))
|
||||
(native-inputs
|
||||
(list libxslt ;for xsltproc
|
||||
docbook-xsl qttools pkg-config))
|
||||
|
@ -4761,7 +4761,7 @@ (define-public musescore
|
|||
qtgraphicaleffects
|
||||
qtquickcontrols2
|
||||
qtscript
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtxmlpatterns))
|
||||
(native-inputs
|
||||
(list pkg-config qttools))
|
||||
|
@ -4828,7 +4828,7 @@ (define-public muse-sequencer
|
|||
pcre
|
||||
pulseaudio ; required by rtaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
rtaudio
|
||||
rubberband
|
||||
sord))
|
||||
|
@ -5550,7 +5550,7 @@ (define-public fmit
|
|||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/plugins"))
|
||||
'("qtbase" "qtmultimedia" "qtsvg")))
|
||||
'("qtbase" "qtmultimedia" "qtsvg-5")))
|
||||
`("QML2_IMPORT_PATH" ":" prefix
|
||||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
|
@ -5564,7 +5564,7 @@ (define-public fmit
|
|||
portaudio
|
||||
qtbase-5
|
||||
qtmultimedia
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
|
|
|
@ -1637,7 +1637,7 @@ (define-public wireshark
|
|||
minizip
|
||||
qtbase-5
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
sbc
|
||||
snappy
|
||||
zlib
|
||||
|
|
|
@ -137,7 +137,7 @@ (define-public orange
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(wrap-program (string-append out "/bin/orange-canvas")
|
||||
`("QT_PLUGIN_PATH" prefix
|
||||
,(list (string-append (assoc-ref inputs "qtsvg")
|
||||
,(list (string-append (assoc-ref inputs "qtsvg-5")
|
||||
"/lib/qt5/plugins/"))))))))))
|
||||
(native-inputs
|
||||
(list python-cython))
|
||||
|
@ -172,7 +172,7 @@ (define-public orange
|
|||
python-xlrd
|
||||
python-xlsxwriter
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
xdg-utils))
|
||||
(home-page "https://orangedatamining.com/")
|
||||
(synopsis "Component-based data mining framework")
|
||||
|
|
|
@ -179,7 +179,7 @@ (define-public keepassxc
|
|||
pcsc-lite
|
||||
qrencode
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
quazip-0 ; XC_KEESHARE
|
||||
readline
|
||||
|
@ -699,7 +699,7 @@ (define-public qtpass
|
|||
(native-inputs
|
||||
(list qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(home-page "https://qtpass.org")
|
||||
(synopsis "GUI for password manager password-store")
|
||||
(description
|
||||
|
|
|
@ -869,7 +869,7 @@ (define-public qpdfview
|
|||
libspectre
|
||||
poppler-qt5
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:phases
|
||||
|
|
|
@ -58,7 +58,7 @@ (define-public robocut
|
|||
(inputs
|
||||
`(("libusb" ,libusb)
|
||||
("qt" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)))
|
||||
("qtsvg-5" ,qtsvg-5)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qmake" ,qtbase-5)))
|
||||
|
|
|
@ -187,7 +187,7 @@ (define-public qt5ct
|
|||
(native-inputs
|
||||
(list qttools))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg))
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(synopsis "Qt5 Configuration Tool")
|
||||
(description "Qt5CT is a program that allows users to configure Qt5
|
||||
settings (such as icons, themes, and fonts) in desktop environments or
|
||||
|
@ -829,7 +829,7 @@ (define-public qtbase
|
|||
(variable "XDG_CONFIG_DIRS")
|
||||
(files '("etc/xdg")))))))
|
||||
|
||||
(define-public qtsvg
|
||||
(define-public qtsvg-5
|
||||
(package (inherit qtbase-5)
|
||||
(name "qtsvg")
|
||||
(version "5.15.2")
|
||||
|
@ -900,7 +900,7 @@ (define-public qtsvg
|
|||
contents of SVG files.")))
|
||||
|
||||
(define-public qtimageformats
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtimageformats")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -915,7 +915,7 @@ (define-public qtimageformats
|
|||
(delete-file-recursively "src/3rdparty")
|
||||
#t))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'fix-build
|
||||
|
@ -938,7 +938,7 @@ (define-public qtimageformats
|
|||
support for MNG, TGA, TIFF and WBMP image formats.")))
|
||||
|
||||
(define-public qtx11extras
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtx11extras")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -948,7 +948,7 @@ (define-public qtx11extras
|
|||
(base32
|
||||
"0gkfzj195v9flwljnqpdz3a532618yn4h2577nlsai56x4p7053h"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs (list perl))
|
||||
(inputs
|
||||
|
@ -958,7 +958,7 @@ (define-public qtx11extras
|
|||
from within Qt 5.")))
|
||||
|
||||
(define-public qtxmlpatterns
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtxmlpatterns")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -968,7 +968,7 @@ (define-public qtxmlpatterns
|
|||
(base32
|
||||
"1ypj5jpa31rlx8yfw3y9jia212lfnxvnqkvygs6ihjf3lxi23skn"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
|
@ -985,7 +985,7 @@ (define-public qtxmlpatterns
|
|||
xmlpatternsvalidator.")))
|
||||
|
||||
(define-public qtdeclarative
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtdeclarative")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -995,7 +995,7 @@ (define-public qtdeclarative
|
|||
(base32
|
||||
"0lancdn7y0lrlmyn5cbdm0izd5yprvd5n77nhkb7a3wl2sbx0066"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f) ;TODO: Enable the tests
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
|
@ -1013,7 +1013,7 @@ (define-public qtdeclarative
|
|||
pkg-config
|
||||
python
|
||||
python-wrapper
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
vulkan-headers))
|
||||
(inputs
|
||||
(list mesa qtbase-5))
|
||||
|
@ -1025,7 +1025,7 @@ (define-public qtdeclarative
|
|||
with JavaScript and C++.")))
|
||||
|
||||
(define-public qtconnectivity
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtconnectivity")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1043,7 +1043,7 @@ (define-public qtconnectivity
|
|||
with Bluetooth and NFC.")))
|
||||
|
||||
(define-public qtwebsockets
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebsockets")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1053,7 +1053,7 @@ (define-public qtwebsockets
|
|||
(base32
|
||||
"0gr399fn5n8j3m9d3vv01vcbr1cb7pw043j04cnnxzrlvn2jvd50"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs
|
||||
(list perl qtdeclarative))
|
||||
|
@ -1066,7 +1066,7 @@ (define-public qtwebsockets
|
|||
consume data received from the server, or both.")))
|
||||
|
||||
(define-public qtsensors
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtsensors")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1076,7 +1076,7 @@ (define-public qtsensors
|
|||
(base32
|
||||
"0fa81r7bn1mf9ynwsx524a55dx1q0jb4vda6j48ssb4lx7wi201z"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:parallel-tests? _ #f) #f) ; can lead to race condition
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
|
@ -1095,7 +1095,7 @@ (define-public qtsensors
|
|||
recognition API for devices.")))
|
||||
|
||||
(define-public qtmultimedia
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtmultimedia")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1114,7 +1114,7 @@ (define-public qtmultimedia
|
|||
(("spectrum") "#"))
|
||||
#t))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(replace 'configure
|
||||
|
@ -1140,7 +1140,7 @@ (define-public qtmultimedia
|
|||
set of plugins for interacting with pulseaudio and GStreamer.")))
|
||||
|
||||
(define-public qtwayland
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwayland")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1150,7 +1150,7 @@ (define-public qtwayland
|
|||
(base32
|
||||
"1ddfx4nak16xx0zh1kl836zxvpbixmmjyplsmfmg65pqkwi34dqr"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
|
@ -1189,7 +1189,7 @@ (define-public qtwayland
|
|||
compositor libraries.")))
|
||||
|
||||
(define-public qtserialport
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtserialport")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1202,7 +1202,7 @@ (define-public qtserialport
|
|||
(inputs
|
||||
(list qtbase-5 eudev))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'patch-dlopen-paths
|
||||
|
@ -1219,7 +1219,7 @@ (define-public qtserialport
|
|||
interacting with serial ports from within Qt.")))
|
||||
|
||||
(define-public qtserialbus
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtserialbus")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1229,7 +1229,7 @@ (define-public qtserialbus
|
|||
(base32
|
||||
"125x6756fjpldqy6wbw6cg7ngjh2016aiq92bchh719z1mf7xsxf"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'patch-libsocketcan-reference
|
||||
|
@ -1249,7 +1249,7 @@ (define-public qtserialbus
|
|||
and others.")))
|
||||
|
||||
(define-public qtwebchannel
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebchannel")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1268,7 +1268,7 @@ (define-public qtwebchannel
|
|||
popular web engines, Qt WebKit 2 and Qt WebEngine.")))
|
||||
|
||||
(define-public qtwebglplugin
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebglplugin")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1278,7 +1278,7 @@ (define-public qtwebglplugin
|
|||
(base32
|
||||
"0ihlnhv8ldkqz82v3j7j22lrhk17b6ghra8sx85y2agd2ysq5rw1"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'disable-network-tests
|
||||
|
@ -1297,7 +1297,7 @@ (define-public qtwebglplugin
|
|||
OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
|
||||
|
||||
(define-public qtwebview
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebview")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1316,7 +1316,7 @@ (define-public qtwebview
|
|||
native APIs where it makes sense.")))
|
||||
|
||||
(define-public qtlocation
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtlocation")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1329,7 +1329,7 @@ (define-public qtlocation
|
|||
(base32
|
||||
"184jychnlfhplpwc5cdcsapwljgwvzk5qpf3val4kpq8w44wnkwq"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs
|
||||
(list perl qtdeclarative qtquickcontrols qtserialport))
|
||||
|
@ -1340,7 +1340,7 @@ (define-public qtlocation
|
|||
positioning and geolocation plugins.")))
|
||||
|
||||
(define-public qttools
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qttools")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1350,7 +1350,7 @@ (define-public qttools
|
|||
(base32
|
||||
"1k618f7v6jaj0ygy8d7jvgb8zjr47sn55kiskbdkkizp3z7d12f1"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs
|
||||
(list perl qtdeclarative vulkan-headers))
|
||||
|
@ -1362,7 +1362,7 @@ (define-public qttools
|
|||
that helps in Qt development.")))
|
||||
|
||||
(define-public qtscript
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtscript")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1382,7 +1382,7 @@ (define-public qtscript
|
|||
ECMAScript and Qt.")))
|
||||
|
||||
(define-public qtquickcontrols
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtquickcontrols")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1392,7 +1392,7 @@ (define-public qtquickcontrols
|
|||
(base32
|
||||
"1dczakl868mg0lnwpf082jjc5976ycn879li1vqlgw5ihirzp4y3"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative))
|
||||
|
@ -1402,7 +1402,7 @@ (define-public qtquickcontrols
|
|||
can be used to build complete interfaces in Qt Quick.")))
|
||||
|
||||
(define-public qtquickcontrols2
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtquickcontrols2")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1412,7 +1412,7 @@ (define-public qtquickcontrols2
|
|||
(base32
|
||||
"06c9vrwvbjmzapmfa25y34lgjkzg57xxbm92nr6wkv5qykjnq6v7"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative))
|
||||
|
@ -1423,7 +1423,7 @@ (define-public qtquickcontrols2
|
|||
not available.")))
|
||||
|
||||
(define-public qtgraphicaleffects
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtgraphicaleffects")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1433,7 +1433,7 @@ (define-public qtgraphicaleffects
|
|||
(base32
|
||||
"1r6zfc0qga2ax155js7c8y5rx6vgayf582s921j09mb797v6g3gc"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative))
|
||||
|
@ -1446,7 +1446,7 @@ (define-public qtgraphicaleffects
|
|||
coloring, and many more.")))
|
||||
|
||||
(define-public qtgamepad
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtgamepad")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1472,7 +1472,7 @@ (define-public qtgamepad
|
|||
and mobile applications targeting TV-like form factors.")))
|
||||
|
||||
(define-public qtscxml
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtscxml")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1499,7 +1499,7 @@ (define-public qtscxml
|
|||
also contains functionality to support data models and executable content.")))
|
||||
|
||||
(define-public qtpurchasing
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtpurchasing")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1515,7 +1515,7 @@ (define-public qtpurchasing
|
|||
purchasing goods and services.")))
|
||||
|
||||
(define-public qtcharts
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtcharts")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1525,7 +1525,7 @@ (define-public qtcharts
|
|||
(base32
|
||||
"049x7z8zcp9jixmdv2fjscy2ggpd6za9hkdbb2bqp2mxjm0hwxg0"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative))
|
||||
|
@ -1538,7 +1538,7 @@ (define-public qtcharts
|
|||
(license license:gpl3)))
|
||||
|
||||
(define-public qtdatavis3d
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtdatavis3d")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1548,7 +1548,7 @@ (define-public qtdatavis3d
|
|||
(base32
|
||||
"1zdn3vm0nfy9ny7c783aabp3mhlnqhi9fw2rljn7ibbksmsnasi2"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative))
|
||||
|
@ -1561,7 +1561,7 @@ (define-public qtdatavis3d
|
|||
(license license:gpl3)))
|
||||
|
||||
(define-public qtnetworkauth
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtnetworkauth")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1571,7 +1571,7 @@ (define-public qtnetworkauth
|
|||
(base32
|
||||
"11fdgacv4syr8bff2vdw7rb0dg1gcqpdf37hm3pn31d6z91frhpw"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'remove-failing-test
|
||||
|
@ -1587,7 +1587,7 @@ (define-public qtnetworkauth
|
|||
implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
|
||||
|
||||
(define-public qtremoteobjects
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtremoteobjects")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1597,7 +1597,7 @@ (define-public qtremoteobjects
|
|||
(base32
|
||||
"1hngbp0vkr35rpsrac7b9vx6f360v8v2g0fffzm590l8j2ybd0b7"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'remove-failing-test
|
||||
|
@ -1620,7 +1620,7 @@ (define-public qtremoteobjects
|
|||
processes or computers.")))
|
||||
|
||||
(define-public qtspeech
|
||||
(package (inherit qtsvg)
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtspeech")
|
||||
(version "5.15.2")
|
||||
(source (origin
|
||||
|
@ -1631,7 +1631,7 @@ (define-public qtspeech
|
|||
"1xc3x3ghnhgchsg1kgj156yg69wn4rwjx8r28i1jd05hxjggn468"))))
|
||||
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5))
|
||||
|
@ -1676,7 +1676,7 @@ (define-public qtspell
|
|||
|
||||
(define-public qtwebengine
|
||||
(package
|
||||
(inherit qtsvg)
|
||||
(inherit qtsvg-5)
|
||||
(name "qtwebengine")
|
||||
(version (package-version qtbase-5))
|
||||
(source
|
||||
|
@ -1970,7 +1970,7 @@ (define (delete-unwanted-files child stat flag base level)
|
|||
vulkan-headers
|
||||
xcb-util))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:modules modules '())
|
||||
`((guix build gnu-build-system)
|
||||
(guix build utils)
|
||||
|
@ -2203,7 +2203,7 @@ (define-public python-pyqt
|
|||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtsensors" ,qtsensors)
|
||||
("qtserialport" ,qtserialport)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qttools" ,qttools)
|
||||
("qtwebchannel" ,qtwebchannel)
|
||||
("qtwebkit" ,qtwebkit)
|
||||
|
@ -2307,7 +2307,7 @@ (define-public python-pyqtwebengine
|
|||
("python-sip" ,python-sip)
|
||||
("python-pyqt" ,python-pyqt-without-qtwebkit)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtwebchannel" ,qtwebchannel)
|
||||
("qtwebengine" ,qtwebengine)))
|
||||
|
@ -2693,7 +2693,7 @@ (define-public qwt
|
|||
(base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg qttools))
|
||||
(list qtbase-5 qtsvg-5 qttools))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -3019,7 +3019,7 @@ (define-public python-pyside-2
|
|||
qtscxml
|
||||
qtsensors
|
||||
qtspeech
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qtwebsockets
|
||||
|
@ -3068,7 +3068,7 @@ (define-public python-pyside-2
|
|||
"qtscxml"
|
||||
"qtsensors"
|
||||
"qtspeech"
|
||||
"qtsvg"
|
||||
"qtsvg-5"
|
||||
"qttools"
|
||||
"qtwebchannel"
|
||||
"qtwebengine"
|
||||
|
|
|
@ -926,7 +926,7 @@ (define-public gqrx
|
|||
portaudio
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
spdlog
|
||||
volk))
|
||||
(arguments
|
||||
|
@ -1861,7 +1861,7 @@ (define-public dream
|
|||
opus
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebkit
|
||||
qwt
|
||||
speexdsp
|
||||
|
|
|
@ -118,7 +118,7 @@ (define-public aseba
|
|||
enki
|
||||
protobuf-3.5 ;for logging
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qttools ;for libQt5Help, needed by "studio"
|
||||
qtwebkit
|
||||
qtx11extras
|
||||
|
|
|
@ -789,7 +789,7 @@ (define-public nitrokey-app
|
|||
libnitrokey
|
||||
libusb
|
||||
qtbase-5
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://github.com/Nitrokey/nitrokey-app")
|
||||
(synopsis "GUI tool for Nitrokey devices")
|
||||
(description
|
||||
|
@ -856,7 +856,7 @@ (define-public ausweisapp2
|
|||
(list pkg-config qttools))
|
||||
(inputs
|
||||
(list qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtdeclarative
|
||||
qtwebsockets
|
||||
qtgraphicaleffects
|
||||
|
|
|
@ -194,7 +194,7 @@ (define-public nextcloud-client
|
|||
qtkeychain
|
||||
qtquickcontrols2
|
||||
qtsolutions
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel
|
||||
qtwebsockets
|
||||
sqlite
|
||||
|
|
|
@ -566,7 +566,7 @@ (define-public telegram-desktop
|
|||
("pulseaudio" ,pulseaudio)
|
||||
("qrcodegen" ,qrcodegen-cpp)
|
||||
("qt" ,qtbase-5)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtsvg-5" ,qtsvg-5)
|
||||
("qt5ct" ,qt5ct)
|
||||
("qtimageformats" ,qtimageformats)
|
||||
("qtwayland" ,qtwayland)
|
||||
|
|
|
@ -646,7 +646,7 @@ (define-public mumble
|
|||
protobuf
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
speech-dispatcher
|
||||
speex ; avoid bundled
|
||||
speexdsp ; avoid bundled
|
||||
|
|
|
@ -8099,7 +8099,7 @@ (define-public lyx
|
|||
mythes
|
||||
python
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
zlib))
|
||||
(propagated-inputs
|
||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-fonts-ec)))))
|
||||
|
|
|
@ -670,7 +670,7 @@ (define-public ghostwriter
|
|||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebchannel))
|
||||
(propagated-inputs ; To get native-search-path
|
||||
(list qtwebengine))
|
||||
|
@ -695,7 +695,7 @@ (define-public ghostwriter
|
|||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/plugins/"))
|
||||
'("qtsvg" "qtmultimedia"))))))))))
|
||||
'("qtsvg-5" "qtmultimedia"))))))))))
|
||||
(home-page "https://wereturtle.github.io/ghostwriter/")
|
||||
(synopsis "Write without distractions")
|
||||
(description
|
||||
|
@ -770,7 +770,7 @@ (define-public manuskript
|
|||
#:icon "manuskript"
|
||||
#:categories "Office;WordProcessor;"))))))))
|
||||
(inputs
|
||||
(list pandoc python-lxml python-markdown python-pyqt qtsvg))
|
||||
(list pandoc python-lxml python-markdown python-pyqt qtsvg-5))
|
||||
(home-page "http://www.theologeek.ch/manuskript/")
|
||||
(synopsis "Tool for writers")
|
||||
(description "Manuskript provides a rich environment to help
|
||||
|
@ -870,7 +870,7 @@ (define-public texmacs
|
|||
perl
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
sqlite))
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
|
@ -1971,7 +1971,7 @@ (define-public vlc
|
|||
pulseaudio
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
samba
|
||||
sdl
|
||||
|
@ -3194,7 +3194,7 @@ (define-public mlt
|
|||
libsamplerate
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
rtaudio
|
||||
sdl2
|
||||
sdl2-image
|
||||
|
@ -3362,7 +3362,7 @@ (define-public obs
|
|||
pipewire-0.3
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
qtwayland
|
||||
speexdsp
|
||||
|
@ -4740,7 +4740,7 @@ (define-public openshot
|
|||
python-pyqt
|
||||
python-pyzmq
|
||||
python-requests
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(arguments
|
||||
`(#:modules ((guix build python-build-system)
|
||||
(guix build qt-utils)
|
||||
|
@ -4862,7 +4862,7 @@ (define-public shotcut
|
|||
qtmultimedia
|
||||
qtquickcontrols
|
||||
qtquickcontrols2
|
||||
qtsvg
|
||||
qtsvg-5
|
||||
qtwebkit
|
||||
qtwebsockets
|
||||
qtx11extras
|
||||
|
|
|
@ -260,7 +260,7 @@ (define-public bitmask
|
|||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("qtquickcontrols" ,qtquickcontrols)
|
||||
("qtquickcontrols2" ,qtquickcontrols2)
|
||||
("qtsvg" ,qtsvg)))
|
||||
("qtsvg-5" ,qtsvg-5)))
|
||||
(propagated-inputs
|
||||
(list go-0xacab-org-leap-shapeshifter
|
||||
go-github-com-apparentlymart-go-openvpn-mgmt
|
||||
|
|
|
@ -454,7 +454,7 @@ (define-public kristall
|
|||
openssl
|
||||
qtbase-5
|
||||
qtmultimedia
|
||||
qtsvg))
|
||||
qtsvg-5))
|
||||
(home-page "https://kristall.random-projects.net")
|
||||
(synopsis "Small-internet graphical client")
|
||||
(description "Graphical small-internet client with with many features
|
||||
|
|
|
@ -370,7 +370,7 @@ (define-public copyq
|
|||
`(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
|
||||
#:tests? #f)) ; Test suite is a rather manual process.
|
||||
(inputs
|
||||
(list qtbase-5 qtscript qtsvg qtx11extras))
|
||||
(list qtbase-5 qtscript qtsvg-5 qtx11extras))
|
||||
(synopsis "Clipboard manager with advanced features")
|
||||
(description "CopyQ is clipboard manager with editing and scripting
|
||||
features. CopyQ monitors system clipboard and saves its content in customized
|
||||
|
|
Loading…
Reference in a new issue